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
eforge.net Subject: [WiX-users] Ensure Uninstall When Needed Files are Deleted by User My MSI will install a dll and an exe. The dll will self-register. The exe is run by a custom action with a command-line parameter to perform registration and update the registry. The exe can take a command-line pa

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

2014-08-04 Thread dpflan
My MSI will install a dll and an exe. The dll will self-register. The exe is run by a custom action with a command-line parameter to perform registration and update the registry. The exe can take a command-line parameter to unregister itself and remove references in the registry. How do I ensure