Page 1 of 1

MS Access 2003 Runtime

Posted: Tue Feb 10, 2009 8:32 pm
by BruceP
Can I add the runtime for MS Access to the Application Runtimes?
How would I do this and how would I check for its existance on the target pc. My current installer does a componentID check in the registry.
I also need to check the SP of MS Office 2003 to be SP3 or later, same applies, how do I add SP and check or its existance.

Thanks in advance

Posted: Tue Feb 10, 2009 9:44 pm
by CandiceJones
You can use Read Registry, Is MSI Setup Installed, and similar MSIcode commands for this task.

You should also read our whitepaper which describes custom application runtime creation.

Posted: Thu Aug 27, 2009 5:07 pm
by Tiago
Hi Candice,

I'm designing a custom application runtime which uses a non-MSI package, non IA built-in command installation. I think I should use the Run Application command in order to invoke the installation of my runtime, but where can I find its file? Should I include it as a support file? How should I proceed?

Thanks in advance!