cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
retzcat
Level 6

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:
Labels (1)
0 Kudos
(1) Reply
RobertDickau
Flexera Alumni

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?
0 Kudos