Difference between revisions of "MSPhotoStory"
From WPKG | Open Source Software Deployment and Distribution
(Removed line about being untested.) |
m |
||
Line 5: | Line 5: | ||
NOTE: This package depends on Windows Media Player 10... Check the depends="" matches your WMP10 package name. | NOTE: This package depends on Windows Media Player 10... Check the depends="" matches your WMP10 package name. | ||
− | + | <source lang="xml"> | |
+ | <package id="photostory" name="Microsoft PhotoStory 3" revision="1" | ||
reboot="false" priority="0" depends="mediaplayer10"> | 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 "%SOFTWARE%\PhotoStory\photostory3.msi" /qb-' /> | <install cmd='msiexec /i "%SOFTWARE%\PhotoStory\photostory3.msi" /qb-' /> | ||
<remove cmd='msiexec /x "%SOFTWARE%\PhotoStory\photostory3.msi"' /> | <remove cmd='msiexec /x "%SOFTWARE%\PhotoStory\photostory3.msi"' /> | ||
<upgrade cmd='msiexec /i "%SOFTWARE%\PhotoStory\photostory3.msi" /qb-' /> | <upgrade cmd='msiexec /i "%SOFTWARE%\PhotoStory\photostory3.msi" /qb-' /> | ||
− | |||
− | |||
+ | </package> | ||
+ | </source> | ||
[[category:Silent Installers]] | [[category:Silent Installers]] |
Revision as of 19:32, 18 February 2008
MS Photo Story 3
This seems to work fine without any tricks.
NOTE: This package depends on Windows Media Player 10... Check the depends="" matches your WMP10 package name.
<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 "%SOFTWARE%\PhotoStory\photostory3.msi" /qb-' />
<remove cmd='msiexec /x "%SOFTWARE%\PhotoStory\photostory3.msi"' />
<upgrade cmd='msiexec /i "%SOFTWARE%\PhotoStory\photostory3.msi" /qb-' />
</package>