Access Runtime Launch Issue

BrettM

just a pert, "ex" to come
Local time
Tomorrow, 09:57
Joined
Apr 30, 2008
Messages
134
I have a problem launching Access Runtime using Inno scripting.

The command...

msiexec /i c:\progra~1\dtpvouchers\accessrt.msi /qb

Works beautifully when launched via the system run command.

When I put the same command into Inno (run on install) it complains that it cannot find the msi file.

[Run]
Filename: msiexec /i c:\progra~1\dtpvouchers\accessrt.msi /qb

Can anyone offer any suggestions as to the correct Inno syntax for this command?

Regards Brett
 

Users who are viewing this thread

Back
Top Bottom