cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
CChong
Level 11 Flexeran
Level 11 Flexeran

What need to change in my application/ Installshield program

I have Installshield update Service SDK installed.
Now what all need to be changed in my application / Installshield script.
Thanks
Vinay
0 Kudos
(2) Replies
Chris_Woerner
Level 10

Vinay,

I highly recommend that you take a look at the help that is part of the SDK. Look at the contents. It has a help topic for both of your questions. But I will try to give you the 10-second overview here....

Installation: your installation needs to include our runtime files. including our runtime files in your installation is different for each InstallShield authoring tool. The help has details for how to do this.

Application: you need to call the ISUS from your application. You can do this from a menu or when your application starts. We recommend that you use AppUpdate(). Look for this in the help for details on how to call it (EXE or COM).
0 Kudos
CChong
Level 11 Flexeran
Level 11 Flexeran

Thanks,
But my problem is what need to be changed in Client Program,
when I am going from ver 1.0 to 1.1
I have updated the application exe version.
And Version number set in installsheild script.

But when i install this build, and test with the test utility provided along Update SDK, it still shows version 1.0

where we are missing? and what to do for this.

Thanks
Vinay
0 Kudos