Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/drupal/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Windows installer 在“许可协议”对话框中设置Radiobutton的默认值_Windows Installer_Installshield - Fatal编程技术网

Windows installer 在“许可协议”对话框中设置Radiobutton的默认值

Windows installer 在“许可协议”对话框中设置Radiobutton的默认值,windows-installer,installshield,Windows Installer,Installshield,这是使用Installshield的windows installer版本。您需要知道单选按钮组名称。当您在INstallation Designer的用户界面对话框中选择对话框下的“行为”选项并检查RadioButtonGroup类型时,可以看到这一点。然后,您需要转到属性管理器并为该属性键入所需的值。如果你想我接受。。。默认情况下,该值应为“是” 您使用的InstallShield的版本、版本和项目类型是什么?版本:-2012;版本:-专业;项目类型:-*.ism I want to cha

这是使用Installshield的windows installer版本。

您需要知道单选按钮组名称。当您在INstallation Designer的用户界面对话框中选择对话框下的“行为”选项并检查RadioButtonGroup类型时,可以看到这一点。然后,您需要转到属性管理器并为该属性键入所需的值。如果你想我接受。。。默认情况下,该值应为“是”

您使用的InstallShield的版本、版本和项目类型是什么?版本:-2012;版本:-专业;项目类型:-*.ism
I want to change the default value set in the License Agreement Dialog while 
installing.

Right Now, the default value of License Agreement Dialog is "I accept ....."
and i want to change it to "I do not accept....", so that each time the
installer run the default value of Radio button is set to "I do not accept".