Re: [WiX-users] MSI Package Installation location

2013-06-08 Thread Rob Mensching
Windows Installer will remove it when the last Product sharing the Component is uninstalled. The verbose log file should show more. On Wed, Jun 5, 2013 at 7:56 AM, chennam wrote: > yes Registry Key still exist .How do I remove it while Uninstallation. > > > > -- > View this message in context: >

Re: [WiX-users] MSI Package Installation location

2013-06-05 Thread chennam
yes Registry Key still exist .How do I remove it while Uninstallation. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/MSI-Package-Installation-location-tp7585460p7586380.html Sent from the wix-users mailing list archive at Nabble.com. ---

Re: [WiX-users] MSI Package Installation location

2013-04-26 Thread chennam
This is how I am setting in my Product.wxs for installer to remember the property. Let me know if I need to change any settings below. CMDREMEMBERPROPERTY -- View this message in context: http://windows-installer-xml

Re: [WiX-users] MSI Package Installation location

2013-04-26 Thread Rob Mensching
Registry key still there? On Fri, Apr 26, 2013 at 9:19 AM, chennam wrote: > Hi, > > I pass property "INSTALLLOCATION" when MSI is installed through command > line. The value I pass through this property is where i want to install my > Website folder. > > The Installer remembers the INSTALLLOCATI