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
- :
- Two Newb Questions
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
‎Aug 01, 2007
09:05 AM
Two Newb Questions
First:
How do I get my install to skip the dialog where it asks for a company name and user name, in an InstallScript MSI. I know how to do it with the 'interview' questions, but cant find the property independently.
Second,
On a custom dialog box, I'd like to change the text color for a textbox when a pushbutton is pushed. Is this possible?
Larry
How do I get my install to skip the dialog where it asks for a company name and user name, in an InstallScript MSI. I know how to do it with the 'interview' questions, but cant find the property independently.
Second,
On a custom dialog box, I'd like to change the text color for a textbox when a pushbutton is pushed. Is this possible?
Larry
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 01, 2007
09:30 AM
I think you just comment out the script (Dlg_SdRegisterUser:) in OnFirstUIBefore and then modify the GO TO statements before and after it to the right places.
As far as changing the colors, well, the built in dialog editor for InstallShield is weak and leaves a lot to be desired. You might look into InstallDialog (moonsea.com?). It's a 3rd party editor.
As far as changing the colors, well, the built in dialog editor for InstallShield is weak and leaves a lot to be desired. You might look into InstallDialog (moonsea.com?). It's a 3rd party editor.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 01, 2007
09:40 AM
Is there a general way inwhich to use control actions to set properties of objects on the dialog?
For example, can a click a pushbutton, in order to toggle a textbox between being visible and not? (something like textboxname.visible = false)?
Thanks
For example, can a click a pushbutton, in order to toggle a textbox between being visible and not? (something like textboxname.visible = false)?
Thanks