Re: [WiX-users] Wix doesn't recognize USB drive or other removablestorage

2010-05-10 Thread Chad Petersen
You oughta talk to the other fella who emailed this list yesterday. He *doesn't* want to see the USB drives as available to install upon. You might have just the opposite condition of what he has. I might suggest you search your project for Removable="no" and see if it exists. If I remove that attr

Re: [WiX-users] Wix doesn't recognize USB drive or other removablestorage

2010-05-10 Thread Pally Sandher
1 - yes write your own external UI instead of using Windows Installer. 2 - No idea, ask Microsoft. My guess is because installing something on a removable drive which puts entries in registry for ARP & other stuff isn't going to be well received by the O/S when the removable drive isn't connected.