Re: [WiX-users] how to make msi include an exe, 2 files without installing them

2007-04-30 Thread antoine antoine
Thanks! I may consider going back to wix 2 ;( >From: Bob Arnson <[EMAIL PROTECTED]> >To: antoine antoine <[EMAIL PROTECTED]> >CC: wix-users@lists.sourceforge.net >Subject: Re: [WiX-users] how to make msi include an exe, 2 files without >installing them >D

Re: [WiX-users] how to make msi include an exe, 2 files without installing them

2007-04-29 Thread Bob Arnson
antoine antoine wrote: > installdriver is legacy code and what it does is install the drv.sys and > drv.inf to some dir and register the driver with the system. All this can be > 'done' via wix DIFxApp but this is broken in wix 3 so it cannot be done > until the bug is fixed in wix 3. So i am fa

[WiX-users] how to make msi include an exe, 2 files without installing them

2007-04-29 Thread antoine antoine
Hi My attempts at creating an msi using wix fail miserably. The msi installs a bunch of files, registers fonts, creates shortcuts. That is all easy to do. This is what i do not know how to tacke: Have wix to produce an msi that includes: an exe say installdriver.exe, a driver file say drv.sys,