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
- :
- InstallShield
- :
- InstallShield Forum
- :
- hide modify radio button of SdWelcomeMaint
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
‎Jan 02, 2017
06:53 AM
hide modify radio button of SdWelcomeMaint
Hi,
I am using Installshield 2015. I have project which is installscript msi. I am using/calling SdWelcomeMaint function which display 3 radio buttons as modify, repair and remove.
My requirement is I want to hide modify button and display only repair and remove radio buttons.
Is this possible? if so, what are the steps to do it?
Thanks.
I am using Installshield 2015. I have project which is installscript msi. I am using/calling SdWelcomeMaint function which display 3 radio buttons as modify, repair and remove.
My requirement is I want to hide modify button and display only repair and remove radio buttons.
Is this possible? if so, what are the steps to do it?
Thanks.
(5) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 04, 2017
10:36 AM
There are a couple of different ways to go. You could modify the dialog layout of the SdWelcomeMaint dialog and, since there is not a "Visible" setting then you would want to Delete the Modify choice and its associated text. This can get a bit ugly as anything that references the Modify (Change) would fail once this is done - so it might be a slippery slope for a bit.
Or you could Clone the SdWelcomeMaint dialog, modify the clone, and use it instead, thus not altering the provided dialog.
In a Basic MSI you can hide the associated text, but the radio button would still need to go since it would be considered an active control.
I hope it helps some at least.
Chad
Or you could Clone the SdWelcomeMaint dialog, modify the clone, and use it instead, thus not altering the provided dialog.
In a Basic MSI you can hide the associated text, but the radio button would still need to go since it would be considered an active control.
I hope it helps some at least.
Chad
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 04, 2017
11:53 PM
Thanks Chad.
Got some idea, I cloned it and it created new dialog. After that I tried to remove modify radio button and its text but unable to remove as entire radio button group getting removed.
Also, do I need to write anything new code after creating new clone dialog or it will work like our standard dialog just calling its name in the code.
I am new to installshield, please guide.
Thanks.
Got some idea, I cloned it and it created new dialog. After that I tried to remove modify radio button and its text but unable to remove as entire radio button group getting removed.
Also, do I need to write anything new code after creating new clone dialog or it will work like our standard dialog just calling its name in the code.
I am new to installshield, please guide.
Thanks.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 05, 2017
09:13 AM
You'll need to right click on the radiobutton group container and say "Send To Back" before it will allow you to click on each individual radio button. The radiobutton group container is initially on top, which is correct.
I know what you mean about being new to InstallShield. We all were new to it in the beginning. There is a bit of a learning curve as with many things. It only gets worse from there.
Chad
I know what you mean about being new to InstallShield. We all were new to it in the beginning. There is a bit of a learning curve as with many things. It only gets worse from there.
Chad
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 06, 2017
02:28 AM
Thanks Chad.
It works.
Can you please refer some book or pdf or site to learn Installshield from scratch i.e. from creating project to final installer.
Thank you.
It works.
Can you please refer some book or pdf or site to learn Installshield from scratch i.e. from creating project to final installer.
Thank you.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 06, 2017
11:32 AM
I've been using InstallShield since 1986 or 1987 so I have accumulated my knowledge very gradually and have not ever done a tutorial like this, but I found these that might be helpful.
http://helpnet.installshield.com/installshield21helplib/helplibrary/Tutorials.htm
If you google on "InstallShield tutorial" there seems to be a few others out there as well.
Chad
http://helpnet.installshield.com/installshield21helplib/helplibrary/Tutorials.htm
If you google on "InstallShield tutorial" there seems to be a few others out there as well.
Chad