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

Installation function

Using InstallScript MSI.


I am using "OnBegin" PreDefined function.


function OnBegin()
begin

MessageBox("Installation Started",INFORMATION);

end;

This message is appearing at time of installation and also uninstallation.

But at time of uninstalltion i ,want another message saying "Uninstallation Started".



Are there any predefined functions that differentiates between "Install" and "Uninstall"
Labels (1)
0 Kudos
(2) Replies
pv7721
Level 20

I'm not sure what exactly you understand by functions... but they will be called in the order you set them in your project...
0 Kudos
Jeff_Morse
Level 6

This is not an InstallAnywhere question.
0 Kudos