Re: [WiX-users] File Selection instead of Folder selection

2009-03-20 Thread Romeo S.
Hi Jyo, We used a custom action in order to do that, Windows Installer does not support browsing for file. Try google: Browseforfile.dll Regards, Romeo Jyothsna Padavala wrote: > > Hi all > > Does WIX allow 'file selection' instead of 'folder selection' in its > dialogs ? > > Thanks, > Jyo >

Re: [WiX-users] File Selection instead of Folder selection

2009-03-19 Thread Chad Petersen
Only folder, not file selection. -Original Message- From: Jyothsna Padavala [mailto:jpadav...@industrialorigami.com] Sent: Thursday, March 19, 2009 4:03 PM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] File Selection instead of Folder selection Hi all Do