Winamp & Shoutcast Forums

Winamp & Shoutcast Forums (http://forums.winamp.com/index.php)
-   NSIS Discussion (http://forums.winamp.com/forumdisplay.php?f=65)
-   -   Access Runtime install (http://forums.winamp.com/showthread.php?t=253493)

aaronpie 17th August 2006 21:10

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

Comperio 18th August 2006 00:11

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.


All times are GMT. The time now is 05:11.

Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.