Changes

Jump to: navigation, search

Albis

282 bytes removed, 13:35, 27 September 2006
m
no edit summary
First the entry for packages.xml:
<blockquote style="background: white; border: 1px solid black; padding: 1em;"> <package<br> id="albisdemo"<br> name="ALBIS Demoversion"<br> revision="1"<br> reboot="false"<br> priority="0"><br> <check type="file" condition="exists" path="C:\aowdemo\albis.exe" /><br> <install cmd='\\server\admin\non-msi%SOFTWARE%\albisdemo\aowdemo-install.bat'><br> <exit code="0" /><br> </install><br><br> <remove cmd='\\server\admin\non-msi%SOFTWARE%\albisdemo\aowdemo-remove.bat' /><br><br> <upgrade cmd="" /><br><br> </package><br></blockquote>
It is best to put it on the server like this:
\\server\Admin\Non-MSI%SOFTWARE%\albisdemo\ALBIS\
and there:
This batch file - aowdemo-install.bat - installs Albis (if you use a non-German system, change "Benutzer" to a proper name in your system):
<blockquote style="background: white; border: 1px solid black; padding: 1em;">
call xcopy "\\server\Admin\Non-MSI%SOFTWARE%\albisdemo\ALBIS\*" c:\ /S /E /Y /Q<br>
cacls c:\aowdemo /T /E /P Benutzer:f >nul
</blockquote>
</blockquote>
[[category:Silent Installers|Albis]]

Navigation menu