I am looking for some infomation that would help me make
my installation program automatically execute from a USB
Flash Drive. I found some information in MSDN the
following is an extract of that
----------
If you need to make a USB storage device that executes
Autorun, the
following two conditions must both be true:
. Media must be marked as removable.
. The device can be set to either static or removable.
-----------
The complete information can be found at this location
http://www.microsoft.com/whdc/hwdev/bus/USB/usbfaq.mspx
The problem is that incase of a USB storage device the
media may not be marked as removeable. My question,
1. Is it possible to fool windows by specifying removeable
media even for USB drives by burning the media type as
removeable on the device itself?
2. Does windows read the media type information from the
device or it simply ignores the value of the media for USB
drives?
Any help would be appreciated.
Thanks,
Rajesh