Re: [WiX-users] Setting install directory to a user chosen value.

2015-03-04 Thread Joseph L. Casale
> The dialog that asks for MYID should be sequenced before the dialog that asks > for INSTALLFOLDER. > On the MYID dialog's "Next" button you should add the Publish element that > sets INSTALLFOLDER to [CompanyName]\[MYID]. > > Does that make sense? Yup, that was the missing bit. Much appreciated.

Re: [WiX-users] Setting install directory to a user chosen value.

2015-03-04 Thread Nir Bar
The dialog that asks for MYID should be sequenced before the dialog that asks for INSTALLFOLDER. On the MYID dialog's "Next" button you should add the Publish element that sets INSTALLFOLDER to [CompanyName]\[MYID]. Does that make sense? P.S On the markup you sent you have SetDirectory element wi

Re: [WiX-users] Setting install directory to a user chosen value.

2015-03-04 Thread Joseph L. Casale
> You have several options to do that: > 1. Author a SetProperty > > element that will append the string entered by the user > 2. Author a Publish > >

Re: [WiX-users] Setting install directory to a user chosen value.

2015-03-03 Thread Nir Bar
You have several options to do that: 1. Author a SetProperty element that will append the string entered by the user 2. Author a Publish element on the