Changes

Jump to: navigation, search

Pegaz.NET

140 bytes removed, 19:41, 25 December 2006
m
no edit summary
<pre>
<package id="pegaznetsystem" name="PegazNet, Komponenty systemowe" revision="2" reboot="false" priority="100" timeout="600" ><br> <check type="file" condition="exists" path="%PROGRAMFILES%\Atena\PegazNETSys\wersjanetsys-2.1" /><br> <install cmd='"%PACKAGES%\pegaz\install-pegaznetsys.bat"'><br> <exit code="0" /><br> </install><br> <upgrade cmd='"%PACKAGES%\pegaz\install-pegaznetsys.bat"'><br> <exit code="0" /><br> </upgrade><br> <remove cmd='"%PROGRAMFILES%\Atena\PegazNETSys\UNWISE.EXE" "%PROGRAMFILES%\Atena\PegazNETSys\INSTALL.LOG"' /><br></package><br>
</pre>
<pre>
<package id="pegaznet" name="PegazNet" revision="6" reboot="false" priority="51" timeout="600" ><br> <check type="file" condition="exists" path="%PROGRAMFILES%\Atena\Pegaz.NET\wersjanet-2.114" /><br> <install cmd='"%PACKAGES%\pegaz\install-pegaznet.bat"'><br> <exit code="0" /><br> </install><br> <upgrade cmd='"%PACKAGES%\pegaz\install-pegaznet.bat"'><br> <exit code="0" /><br> </upgrade><br> <remove cmd='"%PROGRAMFILES%\Atena\Pegaz.NET\OLDPEGAZ\UNWISE.EXE" "%PROGRAMFILES%\Atena\Pegaz.NET\OLDPEGAZ\INSTALL.LOG"' /><br></package><br>
</pre>
<pre>
<package id="pegazeurotax" name="Pegaz Eurotax" revision="1" reboot="false" priority="1" timeout="600"><br> <check type="uninstal" condition="exists" path="Eurotax 2006.12" /><br> <install cmd='"%PACKAGES%\pegaz\Eurotax2006_12.EXE" /s'><br> <exit code="0" /><br> </install><br> <remove cmd='' /><br></package><br>
</pre>
'''install-pegaznet.bat''':
<pre>
"%PACKAGES%\pegaz\PegazNET.EXE" /s<br>rem "%PACKAGES%\pegaz\PegazNet_xxxzyyy.EXE" /s<br>IF ERRORLEVEL 0 copy "\\serwer\instalki\pegaz\wersjanet-*" "%PROGRAMFILES%\Atena\Pegaz.NET\"<br>rem set settings and copy file at serwer<br>copy /Y "%PACKAGES%\pegaz\pegazSettings.xml" "C:\Documents and Settings\All Users\Dane aplikacji\PegazNET\pegazSettings.xml"<br>
</pre>
'''install-pegaznetsys.bat''':
<pre>
rem PegazNETSys.EXE have bug and run Framework2 instalation in not silent mode<br>"%PACKAGES%\pegaz\PegazNETSys.EXE" /s<br>IF ERRORLEVEL 0 copy "%PACKAGES%\pegaz\wersjanetsys-*" "%PROGRAMFILES%\Atena\PegazNETSys\"<br>
</pre>
[[category:Silent Installers]]

Navigation menu