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

LaunchApplication failing....

Using InstallShield SCRIPT

Under Support Files/Billboards I add my .EXE
Then, under the InstallScript I add this line of code:

LaunchApplication(SUPPORTDIR ^ "AdbeRdr910_en_US.exe", + " /sALL /msi REBOOT=R /L*V c:\\windows\\build\\AdobeReader.log", "", SW_NORMAL, INFINITE, LAAW_OPTION_WAIT | LAAW_OPTION_USE_SHELLEXECUTE);

It will Not compile. What syntax error did I commit?

Thanks to anyone who can assist.
Labels (1)
0 Kudos
(1) Reply
MichaelU
Level 12 Flexeran
Level 12 Flexeran

The comma followed by the plus would be my first guess.

As an aside, when asking about errors, posting the full error text is almost always a good start.
0 Kudos