Changes

Jump to: navigation, search

Albis

8 bytes removed, 13:12, 4 February 2008
m
no edit summary
This batch file - aowdemo-install.bat - installs Albis (if you use a non-German system, change "Benutzer" to a proper name in your system):
<source lang="dos">
call xcopy "%SOFTWARE%\albisdemo\ALBIS\*" c:\ /S /E /Y /Q<br>
cacls c:\aowdemo /T /E /P Benutzer:f >nul
</source>
This batch file - aowdemo-uninstall.bat - uninstalls Albis:
<source lang="xml">
rd C:\aowdemo\ /s /q<br>
del "%allusersprofile%\Desktop\Albis.lnk"
</source>
[[category:Silent Installers]]

Navigation menu