Search found 6 matches

Go to advanced search

by sjwells
Thu Dec 01, 2005 1:51 pm
Forum: Common Problems
Topic: abort installation using inline script
Replies: 3
Views: 6537
 
Jump to post

abort installation using inline script

What inline vbscript can i use to tell the installation to abort.
by sjwells
Wed Jun 29, 2005 3:51 pm
Forum: Common Problems
Topic: Change the arguments of shortcut based on product selection
Replies: 6
Views: 9566
 
Jump to post

that seems to work ok thanks. However it doesn't allow for the command line properties to be removed if the user selects the modify button of the installation
by sjwells
Sat Jun 25, 2005 10:24 am
Forum: Common Problems
Topic: Change the arguments of shortcut based on product selection
Replies: 6
Views: 9566
 
Jump to post

Change the arguments of shortcut based on product selection

I have a installation with 1 main feature and 3 sub features.

The three sub features when installed should each add a different argument to the command line of the main executable shortcut contained in the main feature.

For Example:

For Just the 1st feature installed the aguments for the main ...
by sjwells
Thu Jun 23, 2005 9:37 pm
Forum: Common Problems
Topic: Help with Inline Script Custom Action
Replies: 3
Views: 6598
 
Jump to post

OK Problem solved.
For anyone else who may have got stuck at the same point.

Firstly the 'Begin' Standard Action does not get fired until you have clicked the 'Install' button on the last dialog of your install.
This is not clear as I would have expected the 'Begin' standard action to fire before ...
by sjwells
Thu Jun 23, 2005 5:56 pm
Forum: Common Problems
Topic: Help with Inline Script Custom Action
Replies: 3
Views: 6598
 
Jump to post

thanks for the prompt reply.

Ok i've tried that and no joy,

I've added 'MsgBox "Hello"' to the Begin standard action script text, selected the default 'Syncronous execution, check return code' and put 'true' in the Expression box.

The custom action was called ScriptInline_1

Shouldn't i at least ...
by sjwells
Thu Jun 23, 2005 12:21 pm
Forum: Common Problems
Topic: Help with Inline Script Custom Action
Replies: 3
Views: 6598
 
Jump to post

Help with Inline Script Custom Action

Please can someone explain how to add inline vbscript to a custom action
that allows passing of a windows installer property.

Also how can you add script when the script text drop down only allows one line of text i've tried holding ALT+ENTER to create a new line but nothing happens.

I've tried ...

Go to advanced search