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

check "view readme file" checkbox


2 replies to this topic

Talia cohen

Talia cohen
  • Members
  • 7 posts

Posted 03 July 2001 - 15:07

How to check the "View readme file" checkbox before this dialog appears?
i would like to check this field according to a flage in the "setup.ini" file

80LPJ

80LPJ
  • Members
  • 22 posts

Posted 12 July 2001 - 00:13

Here is how I control the checkbox:
I usually make the checkbox property public in the Dialog Manager (all caps), let us call it CHECKBOX,  and set the "Property is Integer" true (if you are using 0 or 1 as your test value).

I then go to the Advanced View-Property manager and initialize the CHECKBOX to 1 which makes the box checked when the installer reaches the dialog.

I don't know how to parse the setup.ini file, but we do have a similar setup idea (I'm assuming you have a way of searching for your value).  Instead, I created a custom dll  that parses the registry,  returns 1if it is successful, returns a  zero if it fails.  The return value is assigned to CHECKBOX through a custom action.

Hope this helps,
80LPJ
ISWI User