Changes

Albis

179 bytes removed, 13:35, 27 September 2006
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):
<blockquote style="background: white; border: 1px solid black; padding: 1em;"> call xcopy "%SOFTWARE%\albisdemo\ALBIS\*" c:\ /S /E /Y /Q<br> cacls c:\aowdemo /T /E /P Benutzer:f >nul</blockquote>
This batch file - aowdemo-uninstall.bat - uninstalls Albis:
<blockquote style="background: white; border: 1px solid black; padding: 1em;"> rd C:\aowdemo\ /s /q<br> del "%allusersprofile%\Desktop\Albis.lnk"</blockquote>
[[category:Silent Installers]]