Hi have tried adding a space between /x and {*}. This seems to have made a difference. Although now the installation fails with a different message, and the machines end up in an infinite reboot cycle. I have just added Office2003 back into the profile as a temporary "fix". I will investigate this further another day. The key used in the msiexec line is the correct one, as I got it from the registry, and run manually office 2003 will uninstall. Thanks for the ideas! mattmole wrote: > > Hi All, > > I am attempting to uninstall Microsoft Office 2003. I have used the > example from wpkg.org to create my rule: > > <package > id="Office2003" > name = "Install Office2003" > reboot="true" > > > <!--<check type="file" condition="exists" path="C:\Program > Files\Microsoft Office\OFFICE11\WINWORD.EXE"/>--> > <check type="uninstall" condition="exists" path="Microsoft Office > Professional Edition 2003"/> > <install > cmd='\\10.240.250.246\packages\package_files\office\MSOffice2003\v1.0.0.1\SETUP.EXE'/> > <!--<remove cmd='msiexec /x > "\\10.240.250.246\packages\package_files\office\MSOffice2003\v1.0.0.1\PRO11.msi" > /qn' />--> > <remove cmd='MsiExec.exe /q /x{90110409-6000-11D3-8CFE-0150048383C9}'/> > </package> > > As can be seen from the above, I have tried two check types and the error > returned is the same: > > " > Could not process (remove) "Install Office 2003" > Package still installed > " > > This is very interesting as by running either uninstall command manually I > find that Office 2003 does successfully uninstall. > > Any ideas? > > > Cheers in advance > > mattmole > -- View this message in context: http://www.nabble.com/Office-2003-uninstall-problem-tp23096022p23097027.html Sent from the WPKG - Users mailing list archive at Nabble.com. |