Take a look at dotNetInstaller. It's a bootstrap program that can
install various standard prerequisite products, and then launch an MSI.

Rennie
 

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> conkerjoe
> Sent: 1. maj 2007 11:37
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] MSJET 3.5 With Wix
> 
> 
> What would be the most efficient way to install MS Jet 3.5 on 
> a machine with Wix ?
> 
> I have tried to add the dlls/exes manually and registerting 
> the relevent ones into system32 dir.. but nothing gets placed 
> on the end mahcine.. no errors or anything but no files to be seen. 
> the section for the jet looks something like the 
> following......stripped for space
> 
>         <Component Id="MSJet35" 
> Guid="C0D54EC7-756D-4CF4-A7F7-86D42C3D479A"
> SharedDllRefCount="yes">
>           <File Id="asycfilt.dll" Name="asycfilt.dll"
> Source="..\..\..\BuildStuff\Jet\asycfilt.dll" SelfRegCost="1" />
>           <File Id="comcat.dll" Name="comcat.dll"
> Source="..\..\..\BuildStuff\Jet\comcat.dll" SelfRegCost="1" />
>           <File Id="Expsrv.dll" Name="Expsrv.dll"
> Source="..\..\..\BuildStuff\Jet\Expsrv.dll" SelfRegCost="1" />
>           <File Id="Msexch35.dll" Name="Msexch35.dll"
> Source="..\..\..\BuildStuff\Jet\Msexch35.dll" SelfRegCost="1" />
>           <File Id="Msexcl35.dll" Name="Msexcl35.dll"
> Source="..\..\..\BuildStuff\Jet\Msexcl35.dll" SelfRegCost="1" />
>           <File Id="Msjet35.dll" Name="Msjet35.dll"
> Source="..\..\..\BuildStuff\Jet\Msjet35.dll" SelfRegCost="1" />
>           <File Id="Msjint35.dll" Name="Msjint35.dll"
> Source="..\..\..\BuildStuff\Jet\Msjint35.dll" SelfRegCost="1" />
>           <File Id="Msjt4jlt.dll" Name="Msjt4jlt.dll"
> Source="..\..\..\BuildStuff\Jet\Msjt4jlt.dll" SelfRegCost="1" />
>           <File Id="Msjter35.dll" Name="Msjter35.dll"
> Source="..\..\..\BuildStuff\Jet\Msjter35.dll" SelfRegCost="1" />
> 
> --
> View this message in context: 
> http://www.nabble.com/MSJET-3.5-With-Wix-tf3674160.html#a10266612
> Sent from the wix-users mailing list archive at Nabble.com.
> 
> 
> --------------------------------------------------------------
> -----------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to