|
-
Aug 8th, 2005, 04:17 PM
#1
Thread Starter
Frenzied Member
Installing JET for XP using Inno Setup
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|