[wpkg-users] Silent installer for adobe_falsh_player_10_active_x
Dejan Batic
dbatic at un-instraw.org
Wed Oct 22 20:27:17 CEST 2008
Hello,
I'm trying to put the new version of Flash Player. The command I found is in
the list of Silent Installers but for some reason it does not work. If I try
to execute
msiexec /q /i install_flash_player_10_active_x.msi
it has no problem installing.
The install script:
- <packages>
- <package id="flash-ie" name="Adobe Flash Player 10 for Internet Explorer"
revision="1" reboot="false" priority="0">
- <check type="logical" condition="and">
<check type="file" condition="versiongreaterorequal"
path="C:\Windows\system32\Macromed\Flash\Flash10a.ocx" value="10.0.12.36" />
<check type="uninstall" condition="exists" path="Adobe Flash Player 10
ActiveX" />
</check>
- <install cmd="msiexec /q /i
\\myserver\wpkg\software\Flash\install_flash_player_10_active_x.msi">
<exit code="3010" reboot="true" />
</install>
- <upgrade cmd="msiexec /q /i \\
myserver\wpkg\software\Flash\install_flash_player_10_active_x.msi">
<exit code="3010" reboot="true" />
</upgrade>
<remove cmd="MsiExec.exe /qn /X{2BD2FA21-B51D-4F01-94A7-AC16737B2163}" />
</package>
</packages>
The error message:
2008-10-23 02:11:04, DEBUG : Executing command : msiexec /q /i
\\Mrksywalker\wpkg\software\Flash\install_flash_player_10_active_x.msi
2008-10-23 02:11:18, ERROR : Could not process (install) package 'Adobe
Flash Player 10 for Internet Explorer' (flash-ie):|Exit code returned
non-successful value (1620) on command 'msiexec /q /i
\\Mrksywalker\wpkg\software\Flash\install_flash_player_10_active_x.msi'.
2008-10-23 02:11:18, DEBUG : Restoring previous environment.
Anybody had same results?
Dejan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.wpkg.org/pipermail/wpkg-users/attachments/20081022/d4cec3f2/attachment-0001.html>
More information about the wpkg-users
mailing list