Re: [WiX-users] How to specify different INSTALLDIR than default"Program Files"

2007-01-05 Thread Rob Mensching
@lists.sourceforge.net Subject: Re: [WiX-users] How to specify different INSTALLDIR than default"Program Files" Thanks Joel, I used ProgramFiles64Folder but still my files are getting dumped to when installations finishes. C:\Program Files (x86) I have to manually select installation

Re: [WiX-users] How to specify different INSTALLDIR than default"Program Files"

2007-01-05 Thread Anil Prasad
Subject: RE: [WiX-users] How to specify different INSTALLDIR than default"Program Files" Hi Anil. The Windows Installer SDK maintains a list of System Folder Properties that you can use for this sort of thing: http://msdn2.microsoft.com/en-us/library/aa372057.aspx ProgramFiles64Folder<

Re: [WiX-users] How to specify different INSTALLDIR than default "Program Files"

2007-01-04 Thread Rob Mensching
1. Program Files (64) is a special directory. You'll want to read up on ProgramFiles64Folder and 64-bit authoring in general in the MSI SDK. 2. Check out the WiX tutorial (http://wix.sourceforge.net/tutorial). Much information in there. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

Re: [WiX-users] How to specify different INSTALLDIR than default"Program Files"

2007-01-04 Thread Peterson, Joel
Hi Anil. The Windows Installer SDK maintains a list of System Folder Properties that you can use for this sort of thing: http://msdn2.microsoft.com/en-us/library/aa372057.aspx ProgramFiles64Folder