Re: [WiX-users] WiX v3.7 - Need a way to open a File Browser Dialog

2013-12-17 Thread Stephane
Yes but I don't seem to have any alternatives. Is there no way to allow users to select individual files in MSI's? > From: r...@robmensching.com > To: wix-users@lists.sourceforge.net > Date: Wed, 18 Dec 2013 05:13:39 +0000 > Subject: Re: [WiX-users] WiX v3.7 - Need a way

Re: [WiX-users] WiX v3.7 - Need a way to open a File Browser Dialog

2013-12-17 Thread Rob Mensching
Script custom actions are known to have lots of reliability issues. -Original Message- From: Stephane [mailto:stephane...@hotmail.com] Sent: Tuesday, December 17, 2013 9:11 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] WiX v3.7 - Need a way to open a File Browser Dialog

[WiX-users] WiX v3.7 - Need a way to open a File Browser Dialog

2013-12-17 Thread Stephane
The pathedit control on wix does not allow users to select individual files. I need to be able to do this for my MSI. I have been trying to find a vbscript custom action solution to the problem but I have so far been unsuccessful. I've used the vbscript BrowseForFolder() function, which allows m