On 4/1/09, <b class="gmail_sendername">Claudiu Cristea</b> <<a href="mailto:clau.cristea@gmail.com">clau.cristea@gmail.com</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I want to uninstall MS Office 2003 on some machines... I'm new in<br> WPKG... Can anyone tell if this is working?<br> <br> <package<br>        id="msoffice2003-remove"<br>        name="Microsoft Office 2003 Remover"<br>
        revision="1"<br>        reboot="false"<br>        priority="0"><br>        <install cmd='MsiExec.exe /q<br> /x{90110407-6000-11D3-8CFE-0150048383C9}' /><br> <br> </package><br>
 <br> It was inspired from <a href="http://wpkg.org/MS_Office_2003">http://wpkg.org/MS_Office_2003</a><br> <br> </blockquote></div><br>That should be a 'remove' node instead of an 'install' node. Also, you're missing the real 'install' node as well as the 'check' node, if you are going by the package definition at that link.<br>