Difference between revisions of "MSPhotoStory"
From WPKG | Open Source Software Deployment and Distribution
| Line 1: | Line 1: | ||
MS Photo Story 3 | MS Photo Story 3 | ||
| + | |||
This seems to work fine without any tricks. | This seems to work fine without any tricks. | ||
| + | |||
This entry is untested however due to the fact that I have not yet got WPKG up and running properly yet. NOTE: This package depends on Windows Media Player 10... Check the depends="" matches your WMP10 package name. --Tin | This entry is untested however due to the fact that I have not yet got WPKG up and running properly yet. NOTE: This package depends on Windows Media Player 10... Check the depends="" matches your WMP10 package name. --Tin | ||
| − | + | <package id="photostory" name="Microsoft PhotoStory 3" revision="1" reboot="false" priority="0" depends="mediaplayer10"> | |
| − | <package id="photostory" name="Microsoft PhotoStory 3" revision="1" reboot="false" priority="0" depends="mediaplayer10"> | + | <check type="uninstall" condition="exists" path="Photo Story 3 for Windows" /> |
| − | <check type="uninstall" condition="exists" path="Photo Story 3 for Windows" /> | + | <install cmd='msiexec /i "\\server\packages\photostory3.msi" /qb-' /> |
| − | <install cmd='msiexec /i "\\server\packages\photostory3.msi" /qb-' /> | + | <remove cmd='msiexec /x "\\server\packages\photostory3.msi"' /> |
| − | <remove cmd='msiexec /x "\\server\packages\photostory3.msi"' /> | + | <upgrade cmd='msiexec /i "\\server\packages\photostory3.msi" /qb-' /> |
| − | <upgrade cmd='msiexec /i "\\server\packages\photostory3.msi" /qb-' /> | + | </package> |
| − | </package> | + | |
| − | + | ||
| − | [[category:Silent Installers | + | [[category:Silent Installers]] |
Revision as of 16:28, 26 June 2006
MS Photo Story 3
This seems to work fine without any tricks.
This entry is untested however due to the fact that I have not yet got WPKG up and running properly yet. NOTE: This package depends on Windows Media Player 10... Check the depends="" matches your WMP10 package name. --Tin
<package id="photostory" name="Microsoft PhotoStory 3" revision="1" reboot="false" priority="0" depends="mediaplayer10"> <check type="uninstall" condition="exists" path="Photo Story 3 for Windows" /> <install cmd='msiexec /i "\\server\packages\photostory3.msi" /qb-' /> <remove cmd='msiexec /x "\\server\packages\photostory3.msi"' /> <upgrade cmd='msiexec /i "\\server\packages\photostory3.msi" /qb-' /> </package>