vote up 1 vote down star

Hi all,

I'm creating a setup project and I need to execute a VBScript file as a custom action, but I don't know how to return a value from the script to the installation. I need to do this, because I want to decide in the script whether the installation should continue or fail.

thanks in advance.

flag

25% accept rate

1 Answer

vote up 1 vote down

You can try to call (From the custom action script)

Err.Raise YourErrorCode

This should stop your setup with a failure.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.