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