Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

LaunchAPPAndWait - How Do i do it ?


2 replies to this topic

sunjay

sunjay
  • Members
  • 2 posts

Posted 13 June 2005 - 14:41

hi
i have just started on InstallSield Ver 6.03. Used the Wizard to create my installtion. Now i need to call another setup.exe .

this is the code i have written :

DLG_SdPVSW:
if (AskYesNo("XChange Application has been Installed. Would You Like to Install the Data Engine?",YES)=YES)
then

LaunchAppAndWait ( "\\XChangeV8\\Install\\DataEng\\setup.exe","" ,WAIT );
endif;

Now when i run it it does not start the setup. but if i give the drive letter it does.

My installer will go on a CD with the setup.exe in the directory shown above. so how do i get Installshiled to reconise the CD and pick the drive letter.

Any gurus out there who are willing to help me?

Thanks in advance.
Regards
Sunjay

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 13 June 2005 - 17:05

Try the SRCDISK system variable

sunjay

sunjay
  • Members
  • 2 posts

Posted 14 June 2005 - 05:21

Thanks Stefan it worked