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
- :
- Can we use SetUpdateStatus function using InstallShield 10.5 (InstallScript) ?
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
‎Jul 18, 2002
10:30 AM
Why Standard Projects only?
Why does the Update Service only work with Standard Projects and not Basic Projects as well?
Anthony
Anthony
(6) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 01, 2002
03:33 PM
The Update Service will work with any project. In fact it will run any EXE or MSP - even those created by other installer tools. Why do you feel that it only works with standard projects?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 02, 2002
07:13 AM
One of the articles on the knowledge base says that the functions only work with a standard project.
Document ID: Q106257
InstallShield Developer 7.03 and greater supports these New dialogs and functions (Standard Project type only) for the Update Service:
SdFinishUpdateReboot
SdFinishUpdate
GetUpdateStatus
SetUpdateStatus
GetUpdateStatusReboot
SetUpdateStatusReboot
OnUpdateService
I only use basic projects, but we are considering writing our own update service, if we don't have to, that would be better.
If these functions are only available in a standard projects, how does it work with a basic project?
Anthony
Document ID: Q106257
InstallShield Developer 7.03 and greater supports these New dialogs and functions (Standard Project type only) for the Update Service:
SdFinishUpdateReboot
SdFinishUpdate
GetUpdateStatus
SetUpdateStatus
GetUpdateStatusReboot
SetUpdateStatusReboot
OnUpdateService
I only use basic projects, but we are considering writing our own update service, if we don't have to, that would be better.
If these functions are only available in a standard projects, how does it work with a basic project?
Anthony
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 08, 2002
06:01 PM
You are correct that those functions are only for standard projects. However, that does not imply that the Update Service only works for standard projects.
Those functions are used to check for updates at the end of the installation (on the finish dialog). Basic projects have built-in code to do that. You don't need to call any functions. With a standard project you can alter the default behavior by calling the functions directly. With basic projects, you don't have that flexibility.
In general, the check for updates at the end of the installation is a small part of the Update Service. Most Update Service customers will build some sort of check into their application or at least add a short-cut to check for updates. Please let me know if you want more information on how to do this.
Those functions are used to check for updates at the end of the installation (on the finish dialog). Basic projects have built-in code to do that. You don't need to call any functions. With a standard project you can alter the default behavior by calling the functions directly. With basic projects, you don't have that flexibility.
In general, the check for updates at the end of the installation is a small part of the Update Service. Most Update Service customers will build some sort of check into their application or at least add a short-cut to check for updates. Please let me know if you want more information on how to do this.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 09, 2002
11:43 AM
If you can send me more information on using the Update Serivce with a Basic project, it would be greatly appreciated.
Thanks,
Anthony
Thanks,
Anthony
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 09, 2002
11:53 AM
Your project type really doesn't impact how you use the Update Service (unless you are into serious customization). To learn how to implement the Update Service using Developer, I would recommend that you look at a recorded webinar. It walks you through all the setups to use the Update Service in your project.
Implementing the Update Service using Developer:
http://installshield.webex.com/installshield/playback.php?FileName=http://pso1.webex.com/FileMgt/installshield/020710_us.wrf
Getting Started with the Update Service:
http://installshield.webex.com/installshield/playback.php?FileName=http://pso1.webex.com/FileMgt/installshield/060402_us_dry.wrf
I hope this helps.
Implementing the Update Service using Developer:
http://installshield.webex.com/installshield/playback.php?FileName=http://pso1.webex.com/FileMgt/installshield/020710_us.wrf
Getting Started with the Update Service:
http://installshield.webex.com/installshield/playback.php?FileName=http://pso1.webex.com/FileMgt/installshield/060402_us_dry.wrf
I hope this helps.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 19, 2005
01:54 PM
Can we use
GetUpdateStatus
SetUpdateStatus
functions using InstallShield 10.5 (InstallScript) ?
GetUpdateStatus
SetUpdateStatus
functions using InstallShield 10.5 (InstallScript) ?