Hello, I have a .net application written in c# using visual studio 2005 and when the installer is run I would like to have it test the users system to see it they are running XP or Vista. Then I need to copy a specific driver file on the file system depending if it is Vista or XP. I have added a deployment project to my solution and have figured out how to make my driver files get copied to the file system where I want them, but I need to use a different driver file depending if it is XP of Vista. Does anyone know how I could make my installer do this using visual studio 2005? Thanks, Andy
Make the UI to show the options to the user the OS he isrunning [XP/Vista]. Then get the user option from user and install the approprate action depending on OS version "Andy Pichotta" wrote: > Hello, > I have a .net application written in c# using visual studio 2005 and when > the installer is run I would like to have it test the users system to see it > they are running XP or Vista. Then I need to copy a specific driver file on > the file system depending if it is Vista or XP. I have added a deployment > project to my solution and have figured out how to make my driver files get > copied to the file system where I want them, but I need to use a different > driver file depending if it is XP of Vista. Does anyone know how I could make > my installer do this using visual studio 2005? > > Thanks, > Andy