Re: [WiX-users] Ensure Uninstall When Needed Files are Deleted by User

2014-08-04 Thread dpflan
The EXE and DLL are independent. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Ensure-Uninstall-When-Needed-Files-are-Deleted-by-User-tp7596209p7596214.html Sent from the wix-users mailing list archive at Nabble.com.

Re: [WiX-users] Ensure Uninstall When Needed Files are Deleted by User

2014-08-04 Thread Hoover, Jacob
: Re: [WiX-users] Ensure Uninstall When Needed Files are Deleted by User Is there an equivalent tool for harvesting registry info for the 64bit dll? 1. One solution is to not let any files self-register. Is there another solution? -- View this message in context: http://windows-installer-xml

Re: [WiX-users] Ensure Uninstall When Needed Files are Deleted by User

2014-08-04 Thread dpflan
Is there an equivalent tool for harvesting registry info for the 64bit dll? 1. One solution is to not let any files self-register. Is there another solution? -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Ensure-Uninstall-When-Needed-Files-are-D

Re: [WiX-users] Ensure Uninstall When Needed Files are Deleted by User

2014-08-04 Thread dpflan
This could be a good alternative. Though, I remember I could not use heat to harvest a 64bit dll. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Ensure-Uninstall-When-Needed-Files-are-Deleted-by-User-tp7596209p7596211.html Sent from the wix-users

Re: [WiX-users] Ensure Uninstall When Needed Files are Deleted by User

2014-08-04 Thread Hoover, Jacob
Don't use self registration, use the registry keys in the MSI Registry table. Then it works, and you don't need to worry about a custom action. -Original Message- From: dpflan [mailto:dpflann...@gmail.com] Sent: Monday, August 04, 2014 12:13 PM To: wix-users@lists.sourceforge.net Subject