Re: [WiX-users] Multiple Driver Packages

2009-09-04 Thread Thomas Svare
Installer XML toolset. Subject: Re: [WiX-users] Multiple Driver Packages > From: Slide [mailto:slide.o@gmail.com] > > I have two drivers that I need to install, I currently have > two inf files for them. Apparently DIFXAPP doesn't support > this as I get the following error

Re: [WiX-users] Multiple Driver Packages

2009-09-04 Thread Jeremy Farrell
> From: Slide [mailto:slide.o@gmail.com] > > I have two drivers that I need to install, I currently have > two inf files for them. Apparently DIFXAPP doesn't support > this as I get the following error: > > ... > DIFXAPP: ERROR: more than one driver package found in 'C:\Program > Files\MYAP

Re: [WiX-users] Multiple Driver Packages

2009-09-04 Thread Quinton Tormanen
I found that they need to be installed to separate directories. We install two drivers in this way. For example, install one to C:\Program Files\MyApp\Driver1 and the other to C:\Program Files\MyApp\Driver2, or we actually install one as a subdirectory of the other. --Quinton -Original Messa