cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Narayana
Level 3

Installing Ajax control setup

I am using Ajax controls in my project. I wan't to crete setup which will install Ajax controls setup with my application.

First of all can we call any other .msi package from Install shield..If so, can any one help me doing so....so as to call my Ajax controls setup in my project setup....

Any help on this issue will be thankful.

Narayana
narayana@rcg.tv
Labels (1)
0 Kudos
(2) Replies
Darain
Level 6

If your AjaxControl setup package is another InstallShield setup, you may call "DoInstall" in your InstallScript. Otherwise, you may can call the LaunchApp() function instead. Search those function names in your InstallShield Help content will give you a sample script of how to use them.
0 Kudos
Narayana
Level 3

Thanks 4 u r reply...
Can u tell me how can I check whether client PC already got AJAXSetup. If already available I don't wan't again to start the setup.

Before starting setup I wan't to check whether already installed or not.

Thank you,

Narayana.
0 Kudos