On 4/1/09, Claudiu Cristea <clau.cris...@gmail.com> wrote:
>
> I want to uninstall MS Office 2003 on some machines... I'm new in
> WPKG... Can anyone tell if this is working?
>
> <package
>         id="msoffice2003-remove"
>         name="Microsoft Office 2003 Remover"
>         revision="1"
>         reboot="false"
>         priority="0">
>         <install cmd='MsiExec.exe /q
> /x{90110407-6000-11D3-8CFE-0150048383C9}' />
>
> </package>
>
> It was inspired from http://wpkg.org/MS_Office_2003
>
>
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.
-------------------------------------------------------------------------
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
_______________________________________________
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users

Reply via email to