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

Change property and validate


1 reply to this topic

kca

kca
  • Full Members
  • 8 posts

Posted 05 September 2003 - 14:54

Hi
I´m a newbie to Installshield 8 dev.
1) I have a problem changing property from a dialog and then use it in a vbs.
What I want is to have an edit field in a dialog set a property in the property table called DNS.
Then I want to use that property to create an IIS virtual site VBS
My script works if I hardcode a value into the DNS property table. So how do I change a property from a Dialog.
It´s a basic MSI project.

2) I have some trouble validating my project. it only shows: =================Validation started at 05-09-2003 15:52:47=================

MSI file to validate:D:\msiprojects\IISsite\Product Configuration 1\Release 1\DiskImages\Disk1\Default.msi
CUB file used to validate:C:\Program Files\InstallShield\Developer\Support\darice.cub

then nothing happens.
I can validate other projects and msm. What happend to my project?

TNX

Kim

luke_s

luke_s
  • Full Members
  • 532 posts

Posted 15 September 2003 - 05:21

You will need to have a GLOBAL property(all in caps) - DNS_ENTRY

You can then reference this by using [DNS_ENTRY]