Re: [WiX-users] Dynamically change the install directory

2009-11-13 Thread salever.lee
e will become PERSONALFOLDER's path, and Foo will always be a subdirectory of PERSONALFOLDER. -Original Message- From: John Robbins [mailto:j...@wintellect.com] Sent: Thursday, November 12, 2009 10:57 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Dynamically change the

Re: [WiX-users] Dynamically change the install directory

2009-11-12 Thread Blair
always be a subdirectory of PERSONALFOLDER. -Original Message- From: John Robbins [mailto:j...@wintellect.com] Sent: Thursday, November 12, 2009 10:57 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Dynamically change the install directory Hello, My Bing/Google skills are

[WiX-users] Dynamically change the install directory

2009-11-12 Thread John Robbins
Hello, My Bing/Google skills are failing me and I know I'm missing something obvious. What I'd like to do is have an install that defaults to PersonalFolder\Foo, but if the results of a registry search turns up a different directory, my install uses \Foo as the installation directory instead.