3,217
edits
Changes
Albis
,no edit summary
First the entry for packages.xml:
<source lang="xml">
<package
id="albisdemo"
</package>
</source>
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]]