Changes

KODIP DRGScout 3.0 Testversion

1,452 bytes added, 21:09, 12 August 2005
m
no edit summary
This is a silent installer and uninstaller for KODIP DRGScout 3.0 Testversion.

KODIP DRGScout 3.0 Testversion is broken, as it was designed to be run as Administrator - so if you install it, it won't run as a normal user, but only as an Administrator - unless you correct some permissions.

This is why the installer is placed in separate batch file.

First the entry for packages.xml:

<blockquote style="background: white; border: 1px solid black; padding: 1em;">
<package<br>
id="kodipdrgscout30testversion"<br>
name="KODIP DRGScout 3.0 Testversion"<br>
revision="1"<br>
reboot="false"<br>
priority="0"><br>
<check type="uninstall" condition="exists" path="KODIP DRG-Scout 3.0 Testversion" /><br>
<br>
<install cmd='\\server\Admin\MSI\DRGScout\drgscout-install.bat'><br>
<exit code="0" /><br>
</install><br>
<br>
<remove cmd='MsiExec.exe /q /x{7352A94B-A696-11D5-94BB-0050FC27E017}' /><br>
<br>
</package>
</blockquote>


This is a batch file which installs KODIP DRGScout 3.0 Testversion and corrects the permission:

<blockquote style="background: white; border: 1px solid black; padding: 1em;">
msiexec /i "\\server\Admin\MSI\DRGScout\KODIP DRG-Scout 3.0 Testversion.MSI" /q allusers=1 ADDLOCAL=ALL
cacls c:\programme\drgscout\data /T /E /P Benutzer:f >nul
</blockquote>


[[category:Silent Installers|KODIP DRGScout 3.0 Testversion]]