I use the same control in my installer to allow the user to choose the
destination folder. I purposely set Remote="no" and Removable="no" so
they can't install to those locations. But, just out of curiosity, I set
them both back to "yes" and rebuilt my installer. When I get to the
dialog with that control the Combo dropdown does show both Removable
(floppy A) and Remote (network Z) drives. I did need to map the network
drive prior to being able to see it in the combo. It won't show a UNC,
which seems obvious enough. I'm using WiX 2.0.5325.0 and with that
version it seems to work as described.

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Craig0ss
Sent: Friday, October 12, 2007 7:05 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] How to Browse network path using the BrowseDlg


hi there

i am currently having the same, and have not yet found a salution,
however
if you want your floppy to be seen in the combo try this

<Control Id="DirectoryCombo" Type="DirectoryCombo" X="70" Y="55"
Width="220"
Height="80" Property="_BrowseProperty" Removable="yes" Fixed="yes"
Remote="yes">



BhaveshG wrote:
> 
> Hi,
> 
> I would like to select network path using the browse dialog.
> 
> I do have the following code in my wxs file.
> 
>         <Control Id="DirectoryCombo" Type="DirectoryCombo" X="70"
Y="55"
> Width="220" Height="80" Property="_BrowseProperty" Indirect="yes"
> Fixed="yes" Remote="yes">
> 
> That should now disply the floppy in the combo
> 
> Even if I have set Remote="yes", I am only able to view fixed drives
in
> the combo. Also if I have Floppy="yes", I don't see floppy drive
appear in
> the combo as well. 
> 
> What could be the reason for network path not appearing? 
> 
> 
> ===
> Bhavesh
> 

-- 
View this message in context:
http://www.nabble.com/How-to-Browse-network-path-using-the-BrowseDlg-tf3
978329.html#a13175861
Sent from the wix-users mailing list archive at Nabble.com.


------------------------------------------------------------------------
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to