I'm writing a setup program to install an application to USB drive. the application is meant to be used only from USB drives, so it would save an extra step for the user by automatically selecting USB drive to install to.
I might explore using Nullsoft or MSI for install, but since I'm familiar with .NET the most I initially plan to try either custom .NET installer or setup component on .NET.
is it possible to determine drive letter of USB Flash drive on windows using .NET? how?