If I could ask for some advice on a small problem (hopefully).
I need users to be able to install Access Runtime 2002/XP.
The setup file is called ACCESSRT.MSI which is activated and run by Windows Installer (called msiexec.exe).
I have tried to install using the pre-installed Windows Installer (msiexec.exe) present in the system directory, or by including the file on the CD with the other Access Runtime files, but cannot get the install to work.
Some ways I tried was
File to execute: %SysDir%\msiexec.exe
Command line parameters: "%SrcDrv%\Runtime\ACCESSRT.MSI"
File to execute: %SrcDrv%\Runtime\msiexec.exe
Command line parameters: "%SrcDrv%\Runtime\ACCESSRT.MSI"
File to execute: %SrcDrv%\Runtime\msiexec.exe
Command line parameters: /a "%SrcDrv%\Runtime\ACCESSRT.MSI"
Have anyone had this problem before?
If I use the Open Document command, it will activate, run and install correctly but while this is happening, on Factory Setup the next screen is displayed before the install is complete, something that you can prevent and control with the Execute command.
Thanks
Harris
I need users to be able to install Access Runtime 2002/XP.
The setup file is called ACCESSRT.MSI which is activated and run by Windows Installer (called msiexec.exe).
I have tried to install using the pre-installed Windows Installer (msiexec.exe) present in the system directory, or by including the file on the CD with the other Access Runtime files, but cannot get the install to work.
Some ways I tried was
File to execute: %SysDir%\msiexec.exe
Command line parameters: "%SrcDrv%\Runtime\ACCESSRT.MSI"
File to execute: %SrcDrv%\Runtime\msiexec.exe
Command line parameters: "%SrcDrv%\Runtime\ACCESSRT.MSI"
File to execute: %SrcDrv%\Runtime\msiexec.exe
Command line parameters: /a "%SrcDrv%\Runtime\ACCESSRT.MSI"
Have anyone had this problem before?
If I use the Open Document command, it will activate, run and install correctly but while this is happening, on Factory Setup the next screen is displayed before the install is complete, something that you can prevent and control with the Execute command.
Thanks
Harris
Comment