Old 17th August 2006, 21:10   #1
aaronpie
Junior Member
 
Join Date: Aug 2006
Posts: 2
Access Runtime install

I have created a database and I would like to intall the Access Runtime after I have installed the database. I am not sure how to execute the "accessrt.msi" file when installing the database. I have this code so far to install the files in the temp directory:

Section "System" SEC03
SetOutPath "$TEMP"
SetOverwrite ifnewer
File "ACCESSRT.MSI"
File "Office1.cab"
SectionEnd
aaronpie is offline   Reply With Quote
Old 18th August 2006, 00:11   #2
Comperio
Major Dude
 
Comperio's Avatar
 
Join Date: Jan 2005
Location: Oregon Coast
Posts: 737
If the user has Windows installer already loaded, you should be able to run the MSI directly using a simple EXEC command.

However, if you need to specify parameters or would like to use an ExecWait command, you'll need to run MSIEXEC.EXE with the MSI as a parameter.

Search the forums for MSI installs, as the topic has been been brought up quite a few times. This topic might help answer your particular question.
Comperio is offline   Reply With Quote
Reply
Go Back   Winamp & Shoutcast Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump