Page 1 of 1

VSTO 4.0 in prerequisites list

Posted: Fri Mar 25, 2011 1:13 am
by surya1256
Hello all,

I am new to InstallAware. I want to add the Visual Studio 2010 Tools for Office Runtime in the prerequisites/runtimes list of InstallAware Studio.
Is it possible through plug-in development? If yes, can anyone provide a sample to add our custom runtime?

Thanks,
Surya

Re: VSTO 4.0 in prerequisites list

Posted: Fri Mar 25, 2011 3:47 am
by giaviv
Dear Surya,

Adding runtimes to InstallAware is quick and easy! Here is a tutorial on how to do it:

http://www.installaware.com/installawar ... s_view.pdf

Re: VSTO 4.0 in prerequisites list

Posted: Fri Mar 25, 2011 4:22 am
by surya1256
Hi giaviv,

In the document shown, there is no information how to access the .MSI file of our custom runtime.
I have verified include scripts of other existing runtimes, but there is no clue how the .MSI or setup.exe file paths are mentioned.

Thanks,
Surya

Re: VSTO 4.0 in prerequisites list

Posted: Fri Mar 25, 2011 7:21 am
by giaviv
Dear Surya,

Most runtimes just wrap the msi in a file bag and run it with Run Program.
Check out the msi 4.5 runtime for a great example on that!

Re: VSTO 4.0 in prerequisites list

Posted: Mon Mar 28, 2011 5:54 am
by surya1256
Hi Aviv,

Thanks for your answer.
I have installed the MSI 4.5 Plug-in and implemented this example for my custom runtime.

It's working fine now.

Thanks,
Surya

Re: VSTO 4.0 in prerequisites list

Posted: Mon Mar 28, 2011 6:05 am
by giaviv
Dear Surya,

Great! Enjoy.