In the MSI Script view, choose the Installation Mode you want to modify (...
mode to which you want to add a custom action, in this case). Choose the
appropriate tab (User Interface, Execute Immediate, Execute Deferred) at the
bottom of the Installation Sequence window. Click to highlight where you
want to insert the custom action. Then choose the custom tab at the bottom
of the Actions window. The left pane now has a list of custom actions,
including "Call Custom DLL From Destination," "Call Custom DLL From
Installation," etc. To call your EXE, choose (double-click) the appropriate
"Execute Program From..." option and configure it in the dialogue that pops
up. You will see a new entry appear in the installation sequence where your
cursor was. (You can, of course, move this up/down and/or cut/copy/paste it
to another window/table, ...)
It sounds like a lot, but it's all in one screen, and is kind of intuitive
once you get the hang of Wise UI layout.
\\ MadDHatteR
"The CQMMAN" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi,
>
> I have an MSI that needs to call a EXE file, and I am not having any
> luck. I have created a "Run WiseScript" action in the Execute
> Immediate part to run the compiled WiseScript, but it doens't seem to
> run. The changes that the script makes to the workstation do not
> happen, and and there is nothing at all in the log files about it
> (success or otherwise).
>
> Can anyone tell me how I can get this to work. I have no had much joy
> with getting info on this from Wise.
>
> Cheers
|