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
- :
- Re: Here's a good one
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 28, 2008
05:54 PM
Here's a good one
Again, using IS2008 straight InstallScripts.. I am utilizing the SdRegisterUser dialog. WIth the ControlID_301 and ControlID_302 (text fields) it shows in the direct editor that these fields should be blank.
When we run the installer ControlID_301 is picking up the name of our company. On some machines, ControlID_302 is picking up info as well. Where does this draw information from? Is there a way to force it to be blank until the user enters the customer name and customer number?
Thanks
Retzcat:confused:
When we run the installer ControlID_301 is picking up the name of our company. On some machines, ControlID_302 is picking up info as well. Where does this draw information from? Is there a way to force it to be blank until the user enters the customer name and customer number?
Thanks
Retzcat:confused:
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Aug 28, 2008
06:03 PM
Please see the source file ...\Script\Isrt\src\SdRegisterUserDlg.rul: that dialog code initializes the fields to IFX_PRODUCT_REGISTEREDOWNER and IFX_PRODUCT_REGISTEREDCOMPANY (about which see the help) if certain arguments to SdRegisterUser and empty strings. For that matter, please see the top of the "SdRegisterUser" help topic.
Perhaps either set some values in SdRegisterUser, or modify a copy of the dialog source not to initialize the fields?
Perhaps either set some values in SdRegisterUser, or modify a copy of the dialog source not to initialize the fields?