Re: [WiX-users] Driver installation linker error

2007-10-02 Thread bcs
Thanks a lot - it works for me too. Bo Ben Greenberg-3 wrote: > > I got this to work in WiX3 by linking to WixDifxAppEntension and adding > the Custom Actions manually: > > > DllEntry="ProcessDriverPackages" HideTarget="no" Impersonate="no" > Execute="immediate" Return="check"/> >

Re: [WiX-users] Driver installation linker error

2007-10-02 Thread Garth
I got it working by adding the following Can't remeber where I got this from... Think I extraced it from somewhere... Seems to work for me... You'll also need the set the var DIFxAppPath

Re: [WiX-users] Driver installation linker error

2007-10-02 Thread Ben Greenberg
I got this to work in WiX3 by linking to WixDifxAppEntension and adding the Custom Actions manually: Those DLLs are from Difx distribution. bg On Tue, 02 Oct 2007 09:08:10 -0700, Bob Arnson <[EMAIL PROTECTED]> wrote: > bcs wrote: >> I am trying to install

Re: [WiX-users] Driver installation linker error

2007-10-02 Thread Bob Arnson
bcs wrote: > I am trying to install a driver using Wix 3.0 and DifxAppExtension. > When I build my installer I get this linker error: > > Unresolved reference to symbol 'CustomAction:MsiProcessDrivers' > Difx doesn't currently support WiX v3. The Difx extension exists for when they support it.

[WiX-users] Driver installation linker error

2007-10-02 Thread bcs
I am trying to install a driver using Wix 3.0 and DifxAppExtension. When I build my installer I get this linker error: Unresolved reference to symbol 'CustomAction:MsiProcessDrivers' My Wix source code is shown below. Can anyone help me find out how to avoid this linker error? Thanks Bo http:

[WiX-users] Driver installation linker error

2007-10-02 Thread bcs
I am trying to install a driver using Wix 3.0 and DifxAppExtension. When I build my installer I get this linker error: Unresolved reference to symbol 'CustomAction:MsiProcessDrivers' My Wix source code is shown below. Can anyone help me find out how to avoid this linker error? Thanks Bo http: