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: Can't turn off update service
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 02, 2002
09:41 AM
Can't turn off update service
I am trying to turn off the update service, but doesn't seem to work. The update service is great, but I only want to check for updates from within my application, not from the installer.
Here's what I have tried so far:
- Set the update service flag to No.
- Set the ISENABLEDWUSFINISHDIALOG flag to 0.
- Used calls to SDFinish and SDFinishReboot instead of SDFinishEX.
As a result of calling SDFinish, the installer no longer displays the update service options on the last page, but it still checks for updates when you click Finish. Am I missing something?
This is holding up a major release so I would appreciate any help.
Lee
Here's what I have tried so far:
- Set the update service flag to No.
- Set the ISENABLEDWUSFINISHDIALOG flag to 0.
- Used calls to SDFinish and SDFinishReboot instead of SDFinishEX.
As a result of calling SDFinish, the installer no longer displays the update service options on the last page, but it still checks for updates when you click Finish. Am I missing something?
This is holding up a major release so I would appreciate any help.
Lee
(7) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 02, 2002
11:59 AM
What setup authoring environment are you using: Professional? Developer? Express?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 02, 2002
12:17 PM
I am using Developer 7 SP4.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 02, 2002
01:53 PM
Originally posted by lgraingerAccording to Developer's Help Library, that should have worked. You can submit a technical support request at http://support.installshield.com/ask-via-web/default.asp.
Here's what I have tried so far:
- Set the update service flag to No.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 02, 2002
02:08 PM
OK. Thanks for your help.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 03, 2002
06:37 PM
lgrainger,
What type of project are you creating (basic MSI or Standard)?
Leykun M.
InstallShield Technical Support
What type of project are you creating (basic MSI or Standard)?
Leykun M.
InstallShield Technical Support
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 04, 2002
10:09 AM
Lee,
In order to turn off Update Service enabled Finish dialog, you need to set ISENABLEDWUSFINISHDIALOG property to blank (empty) or delete this property.
You do need to set Update Service flag to Yes because you need
Update Service runtime binaries in for your application.
You do not need to change Finish dialog. You can leave the default Finish dialog call in the code.
Thanks,
Sandeep
In order to turn off Update Service enabled Finish dialog, you need to set ISENABLEDWUSFINISHDIALOG property to blank (empty) or delete this property.
You do need to set Update Service flag to Yes because you need
Update Service runtime binaries in for your application.
You do not need to change Finish dialog. You can leave the default Finish dialog call in the code.
Thanks,
Sandeep
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 04, 2002
10:49 AM
Thanks! I will give it a try.
Lee
Lee