Activer la réponse au ping

tags/0.3
Daniel Berteaud 12 years ago
parent 6536e6576c
commit 87d03aea6c
  1. 5
      packages/settings.xml

@ -7,7 +7,7 @@
priority="10">
<variable name="PKG_VERSION" value="2" />
<variable name="PKG_VERSION" value="3" />
<check type="registry" condition="equals" path="HKLM\Software\iPasserelle\SettingsRevision" value="%PKG_VERSION%" />
@ -49,6 +49,9 @@
<exit code='1060' />
</install>
<!-- Réponse au ping -->
<install cmd='netsh firewall set icmpsetting 8 enable' />
<!-- Création de l'utilisateur local rv -->
<install cmd='net user rv /add'>
<exit code='0' />

Loading…
Cancel
Save