This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- FlexNet Connect
- :
- FlexNet Connect Forum
- :
- What need to change in my application/ Installshield program
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 28, 2002
06:41 AM
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
Now what all need to be changed in my application / Installshield script.
Thanks
Vinay
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 28, 2002
09:06 AM
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).
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).
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 28, 2002
10:12 AM
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
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