Kristofer Kiik schrieb:

(...)

The remove command in the case of the above answer would be:
<remove cmd='MsiExec.exe /q /x{AC76BA86-7AD7-1033-7B44-A70500000002}' />

It would be better if wpkg.js looked this product code up with its
"DisplayName" (registry terminology) a.k.a "Uninstall String" (in wpkg
terminology).

For example we could have a remove command such as this:
<remove cmd='MsiExec.exe /q /x%ProductID%' />

In which case wpkg.js would go through registry Uninstall section and
could find the product id for the product using its "Uninstall
String". Such a remove command could be constant through different
versions and languages.

Indeed, it could walk through and try to guess some values from the registry in order to uninstall apps.
I will add it to the TODO.


--
Tomek
http://wpkg.org



-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
wpkg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wpkg-users

Reply via email to