Dale Quigg wrote:
> I have a requirement to allow UNC paths.  My understanding is that the
> BrowseDlg does not allow this.
>   

No, mostly because MSI runs in system context except when impersonating 
the user during custom actions. Therefore, it has limited permissions to 
network resources.

Your problem is that Shell32.dll is a native Windows DLL, not a managed 
assembly. Check the command that MSBuild runs building your project 
outside VS; it will have the details you need to replicate it in NAnt.

-- 
sig://boB
http://joyofsetup.com/



------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to