Re: [WiX-users] SetTargetPath event before CustomizeDlg

2008-01-06 Thread dB.
in the "Next" button I would perform: 1 Anyway, using the "_BrowseProperty" seems like the correct way to go. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michal Peled Sent: Sunday, January 06, 2008 7:46 PM To: dB.; wix-users@l

Re: [WiX-users] SetTargetPath event before CustomizeDlg

2008-01-06 Thread Michal Peled
ng the "_BrowseProperty" seems like the correct way to go. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michal Peled Sent: Sunday, January 06, 2008 7:46 PM To: dB.; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] SetTargetPath ev

Re: [WiX-users] SetTargetPath event before CustomizeDlg

2008-01-06 Thread Michal Peled
nt you probably have). Tell me if that works... From: dB. [mailto:[EMAIL PROTECTED] Sent: Sunday, January 06, 2008 6:43 PM To: Michal Peled; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] SetTargetPath event before CustomizeDlg I tried this before. Whatever p

Re: [WiX-users] SetTargetPath event before CustomizeDlg

2008-01-06 Thread dB.
-users] SetTargetPath event before CustomizeDlg I believe that the problem lies in your "SetTargetPath" event. What you're actually doing ,say the website name is "MyWebsite", is to set the target path to be "MyWebsite"... That's not what you want. What you

Re: [WiX-users] SetTargetPath event before CustomizeDlg

2008-01-06 Thread Michal Peled
I believe that the problem lies in your "SetTargetPath" event. What you're actually doing ,say the website name is "MyWebsite", is to set the target path to be "MyWebsite"... That's not what you want. What you should do is: 1 Hope that'll fix the error. MP. ___