Difference between revisions of "KODIP 3.6 Testversion"
m |
m |
||
Line 31: | Line 31: | ||
cacls c:\programme\kodip\data /T /E /P Benutzer:f >nul | cacls c:\programme\kodip\data /T /E /P Benutzer:f >nul | ||
</blockquote> | </blockquote> | ||
+ | |||
+ | |||
+ | [[category:Silent Installers|KODIP 3.6 Testversion]] |
Revision as of 21:07, 12 August 2005
This is a silent installer and uninstaller for KODIP 3.6 Testversion.
KODIP 3.6 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:
<package
id="kodip36testversion"
name="KODIP 3.6 Testversion"
revision="1"
reboot="false"
priority="0">
<check type="uninstall" condition="exists" path="KODIP 3.6 Testversion" />
<install cmd='\\server\Admin\MSI\KODIP\kodip-install.bat'>
<exit code="0" />
</install>
<remove cmd='MsiExec.exe /q /x{5B4FF36D-A692-11D5-94BB-0050FC27E017}' />
</package>
This is a batch file which installs KODIP 3.6 Testversion and corrects the permission:
msiexec /i "\\server\Admin\MSI\KODIP\KODIP 3.6 Testversion.MSI" /q allusers=1 ADDLOCAL=ALL
cacls c:\programme\kodip\data /T /E /P Benutzer:f >nul