I have had a good search around for this one and come up with nothing so I am taking a stab and asking those who may know ... will this work.

I have based it on the code used to install MDAC and the target system is only XP. MDAC 2.7 is already on but I need to be sure Jet is on there also. The file I am activating is the latest from Microsofts Website. But is my syntax right ?? Anyways, here it is...

' ----------------------------------------------

[Files]
Source: ..\windowsxp-kb829558-x86-enu.exe; DestDir: "{tmp}"; Flags: ignoreversion deleteafterinstall

[Run]
Filename: {tmp}\windowsxp-kb829558-x86-enu.exe; Parameters: /NORESTART /VERYSILENT WorkingDir: {tmp}; Flags: skipifdoesntexist

' ----------------------------------------------

TIA