Harini Gurusamy wrote:

Though my Uninstall succeeds , it does not remove the installed files.

I am not using any attributes like permanent =yes in my code. From the log files,looks like a success ( return values=1 )

/MSI (s) (F4:98) [07:59:01:700]: Doing action: RemoveFiles/

/MSI (s) (F4:98) [07:59:01:700]: Note: 1: 2205 2:  3: ActionText /

/Action ended 7:59:01: RemoveRegistryValues. Return value 1./

/MSI (s) (F4:98) [07:59:01:700]: Note: 1: 2205 2:  3: RemoveFile /

/MSI (s) (F4:98) [07:59:01:700]: Note: 1: 2205 2:  3: RemoveFile /

/Action start 7:59:01: RemoveFiles./


That's the script-generation portion of the install; look further down for the script execution where the files are actually removed. Also, look at the log around the InstallValidate action to see what actions MSI is planning for your features and components.

--
sig://boB
http://joyofsetup.com/

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to