Not as far as I know, check Heaths blog for a relevant post on this
(windows installer setting TARGETDIR to a USB drive for example)  -
http://blogs.msdn.com/heaths/archive/2010/02/26/testing-for-components-that-install-under-targetdir.aspx

The underlying problem is technically that USB drive appears as a
fixed drive. You don't know if it's a desktop PC with a permanently
attached USB drive to it, or a laptop with a temporarily attached
disk. Maybe the user has a *tiny* SSD as their OS drive, and wants to
install applications to a larger USB disk.

In short, no. You can't prevent this, but you can do your best to
avoid it being selected by default and breaking your install ;)


Sascha




On Mon, May 3, 2010 at 6:10 AM, Andy.Kruger <appr...@gmail.com> wrote:
>
>
> Is there a way i can prevent the user from selecting a removable drive for
> installation??
>  say : USB drive??
>
> -----
> Andy
> MSI Developer
> Schneider Electric
> --
> View this message in context: 
> http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Avoid-showing-removable-drive-in-the-BrowseDlg-tp4994070p4994070.html
> Sent from the wix-users mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>

------------------------------------------------------------------------------

_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to