Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Radio Group Button Problem


1 reply to this topic

ken123

ken123
  • Full Members
  • 4 posts

Posted 09 September 2008 - 18:23

I am using Installshield 2008. I have a need to use the radio group button group to create one of the dialogs.
Here is the scenerio:
Pick one of the two choices (option1 or option2)

The property RatioButtonGroup I used is named: FileSystemsType
I have two radio buttons for this proerty. One of the button's value is Option1, another one is called Option2.

In my installshield script, I used the method called MsiGetProperty:
Here is my code:

STRING type;
NUMBER size;
size = 256;
MsiGetProperty(hMsi, "FileSystemsType", type, size);

Regardless what my selection is (from the dialog slection), I always get Option1. What is wrong with my setting? Can somebody tell me what to do in the case mentioned? Are there any example on how to use "Radio Button Group" for the installshield script?

Thanks.

Edited by ken123, 09 September 2008 - 19:03.

HYIP Daily Blog - A must read for HYIP investors
Investing and Finance Forums - Discussion on Prosper and Investing
Forever Selena - Your Best Source for Selena Gomez

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 11 September 2008 - 22:43

Where in the sequence are you calling this script?
Generate a verbose log file to see the actual values of your properties, and when and how they change.