Install Script

Add-in Express™ Support Service
That's what is more important than anything else

Install Script
What a generic install script to install my externsion 
Ryan Groom




Posts: 3
Joined: 2006-05-03
Good day,

I do not want to use the Microsoft Visual Studio installer for many reasons. Could I get a script that I could run from the Command Line so I could port this to any installer I wish to use. I currently use InstallAware.

If I could get either a command line or InstallAware sample, that would be great.

BTW: I like the product!

TTYL,

Ryan Groom
VE Networks
http://www.trustmespn.com/
Posted 03 May, 2006 14:10:06 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Ryan.

Do you use the C++ shim for your add-in?
Posted 03 May, 2006 16:40:22 Top
Ryan Groom




Posts: 3
Joined: 2006-05-03
I am building an installer based on another developer's project. I will take a look at the C++ shim.

I am using the standard installer project the Add-In it makes for me. So what I have done for now is removed the installer windows in the project and dependencies then use the following command to make it silent:

msiexec /i installername.msi /quiet

I add that to my installer and it does a great job installing without user interaction.

Thanks,

Ryan
Posted 03 May, 2006 16:51:46 Top