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
- :
- Re: Turn Off Automatic Update Checking Through Code
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
‎Apr 05, 2005
02:58 PM
Turn Off Automatic Update Checking Through Code
Does anyone have any code snippets in c++ or a script in installshield that turns off Automatic Update checking but still leaves the product 'update service enabled' so I can check for updates through the APIs. What I'm looking for is way to turn off Automatic Update Checking through code.
My users aren't going to like to see the small balloon window that pops up above the system tray saying that Update Service needs to check for updates. By the way, why does this show anything to the user if there are no updates available? Anyway, if anyone knows how to programmatically disable the automatic update checking but still be able to check manually through the APIs I'd appreciate a reply.
My users aren't going to like to see the small balloon window that pops up above the system tray saying that Update Service needs to check for updates. By the way, why does this show anything to the user if there are no updates available? Anyway, if anyone knows how to programmatically disable the automatic update checking but still be able to check manually through the APIs I'd appreciate a reply.
(4) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 05, 2005
03:10 PM
Is this Update Manager that you're talking about? It sounds like it, such as having updates pop up in the bottom right hand corner of your screen.
If so, then it sounds like you don't even want Update Manager at all. If so, a long term fix is to not include Update Manager in the install. There are some ways you can do this. If you use ISUS 3.1, InstallShield made a merge module without the Update Manager. I use that.
If you use ISUS 4 or 4.1, the merge module has an option in it to not distribute Update Manager. You would have to go into your installer, and see if you can't double click on that merge module or something to get to the options for that merge module.
As for using API methods to turn off messages from Update Manager, I don't know how to do that, or if it's even possible.
If so, then it sounds like you don't even want Update Manager at all. If so, a long term fix is to not include Update Manager in the install. There are some ways you can do this. If you use ISUS 3.1, InstallShield made a merge module without the Update Manager. I use that.
If you use ISUS 4 or 4.1, the merge module has an option in it to not distribute Update Manager. You would have to go into your installer, and see if you can't double click on that merge module or something to get to the options for that merge module.
As for using API methods to turn off messages from Update Manager, I don't know how to do that, or if it's even possible.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 06, 2005
12:55 PM
This will be possible in 4.5. You will be able to tell Update Manager not to check for your app.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 06, 2005
02:12 PM
Thanks Brad, you've been very helpful. I now have an exe that will just install update service, (no Update Manager). However, I'm unsure how to register a product using this. Do I have to do it manually with the agent -r command. Or do I still leave update service enabled in my installshield script? I'm using IS 7 Pro.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 06, 2005
04:40 PM
How to register a product?
I've never done that with the API. I think you can, and I probably should do it, it'd make my life easier.
I do all my registering of products, versions, and updates through the web page http://services.installshield.com/doLogin.do
I've never done that with the API. I think you can, and I probably should do it, it'd make my life easier.
I do all my registering of products, versions, and updates through the web page http://services.installshield.com/doLogin.do