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

Custom Action and conditions

Hi everyone,

I'm back at InstallShield after many years, so my knowledge is a bit rusty.

In a project, I've created a custom action in VBScript to enable the display of ASP pages in IIS >= 6. This works fine.

However, when executed on WinXP (with IIS = 5), the script fails - no surprise.

So I added the following condition to the custom action: 'IIS_VERSION >= 6'; but it doesn't work - as soon as I specify anything in the condition field, the script stops executing, no matter the condition.

What am I missing here?

Regards,
Lars
Labels (1)
0 Kudos
(3) Replies
Not applicable

Have you validated the value of IIS_VERSION through the use of a log file?
0 Kudos

No - but I've validated it using a messagebox.;)

Regards,
Lars
0 Kudos
Not applicable

You should probably review a log file instead to get an idea of the path of that property. It's possible that something is changing or that your script is actually launching but could be crashing.
0 Kudos