Can a DirectoryCombo show UNC network paths?

I've set the Control in my custom Browse dialog like this:
...
<Control Id="DirectoryCombo" Type="DirectoryCombo" X="70" Y="55" Width="220"
Height="80" Property="_BrowseProperty" Indirect="yes" Fixed="yes"
Remote="yes">
          <Subscribe Event="IgnoreChange" Attribute="IgnoreChange" />
</Control>
...

With Remote=yes, the Combo shows network paths that I've mapped on my
system, but can't seem to find a way to browse through 'My Network Places',
such that the combo displays UNC folders that are accessible over the
network?.. not just mapped drives.

I really need a way to allow a user to select a netshare folder location,
without having to map a drive on the network first.

This isn't for the main install location, it's just a folder on a network to
store a license file which gets written when the app launches.

Thanks...
-m


 

-- 
View this message in context: 
http://n2.nabble.com/Can-a-DirectoryCombo-or-VolumeSelectCombo-show-UNC-network-paths--tp1301617p1301617.html
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to