Hi, I have a problem with the following package. I can`t install Office with the parameter /S. The installation stucks while it`s in process. When I install the package without /S, it works and I see a half user-interface during the installation. The main problem of my package is to remove Office. I follow the instructions in the tutorial of silent installers, but I always get the same error-message. The message is "Command '%SOFTWARE%\Office 2007\setup.exe /uninstall ProPlus /config %Programfiles%\Office2007\ProPlus.WW\silentuninstall.xml" was unsuccessful". I have tried other commands like "Command '%SOFTWARE%\Office 2007\setup.exe /uninstall /config %Programfiles%\Office2007\ProPlus.WW\silentuninstall.xml" was unsuccessful" "Command '%SOFTWARE%\Office 2007\setup.exe /uninstall " ,but it doesn`t work. <package id="office" name="Microsoft Office 2007" revision="2007" reboot="false" priority="0"> <check type="uninstall" condition="exists" path="Microsoft Office Professional Plus 2007" /> <install cmd="\\721srv08\WPKG\APPS\Microsoft Office\setup.exe"> <exit code="1641" reboot="delayed"/> </install> <remove cmd="%SOFTWARE%\Office 2007\setup.exe /uninstall ProPlus /config %Programfiles% \Office2007\ProPlus.WW\silentuninstall.xml"/> </package> I work on this problem for a lot of hours. I hope you can help me, please. best regards , Rocco -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.wpkg.org/pipermail/wpkg-users/attachments/20100427/a29ad4a7/attachment.html> |