Difference between revisions of "MSPhotoStory"
From WPKG | Open Source Software Deployment and Distribution
m (add cat) |
|||
(8 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
− | MS Photo Story 3 | + | MS Photo Story 3 is a photo and slideshow creator. More infos from [http://www.microsoft.com/windowsxp/using/digitalphotography/photostory/default.mspx here]. |
+ | |||
This seems to work fine without any tricks. | 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" /> | + | <source lang="xml"> |
− | <install cmd='msiexec /i "\ | + | <package id="photostory" name="Microsoft PhotoStory 3" revision="1" |
− | <remove cmd='msiexec /x "\ | + | reboot="false" priority="0" depends="mediaplayer10"> |
− | <upgrade cmd='msiexec /i "\ | + | |
+ | <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> | </package> | ||
− | </ | + | </source> |
+ | |||
+ | |||
+ | [[Category:Silent Installers]] | ||
+ | [[Category:Microsoft software]] |
Latest revision as of 14:11, 1 April 2011
MS Photo Story 3 is a photo and slideshow creator. More infos from here.
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>