Re: [WiX-users] How to Change Default Install Location

2013-01-21 Thread RahulV
I tried the same and I am getting error, I am using WIX 3.5 -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-to-Change-Default-Install-Location-tp1092961p7583059.html Sent from the wix-users mailing list archive at Nabble.com. ---

Re: [WiX-users] How to Change Default Install Location

2008-09-16 Thread BOB1981
I just added this Property and it worked this changed the default rootdrive from C to E. Thanks for helping me out. Cheers. Francis Kam wrote: > > I wouldn't recommend forcing the user to use a specific location > (especially > a certain drive), but if you mus

Re: [WiX-users] How to Change Default Install Location

2008-09-16 Thread Francis Kam
I wouldn't recommend forcing the user to use a specific location (especially a certain drive), but if you must, you can set the ROOTDRIVE property ( http://msdn.microsoft.com/en-us/library/aa371372(VS.85).aspx) to force the default root drive to E. Obviously you don't need the ProgramFilesFolder Di

[WiX-users] How to Change Default Install Location

2008-09-16 Thread BOB1981
Hi All, I want my Msi Installer to have default install location as E:\Online\Sites\Local How can i do that. i know it must be real easy... Currently my Product.wxs file is this. I guess i need to make some changes at "ProgramfilesFolder" ID but i dont k