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

How to execute some command in basic MSI project?

Hi,


I want to execute command on command prompt

drive name>document and settings>logged in username>change user/install
on windows 20003 server on command line using basic MSI project before setup start.

e.g. c:\>document and setings\administrator>change user/install


Is this possible using installshield basic MSI project.

Thanks
Varsha
Labels (1)
0 Kudos
(2) Replies
ChandanOmkar
Level 8

You have to write installscript for that. you can use LaunchAppAndWait() function.

Thanks
Chandan
0 Kudos
RobertDickau
Flexera Alumni

There's also the launch-EXE custom action type to launch something during installation, or creating a prerequisite to launch something before the installation sequences...
0 Kudos