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

Running an Exe, without copying it to the system.


3 replies to this topic

joealexv

joealexv
  • Members
  • 4 posts

Posted 14 June 2002 - 19:00

I wanted to run an 'exe' from my script without copying it to the target system. Is it possible to do so?
Please help.
Joseph.
joe alex

Schelli

Schelli
  • Members
  • 8 posts

Posted 21 June 2002 - 11:16

Hello,

use LaunchAppAndWait (szProgram, szCmdLine, WAIT);
or LaunchApp (szCommand, szCmdLine);

I hope that is what you search for.

Jens
Jens

blassos

blassos
  • Members
  • 7 posts

Posted 24 June 2002 - 21:44

I guess it might be nice to know that you can store the files in the uncompressed system files and build your command line argument using SRCDIR.  These should be enough hints for you to figure out what you need to do.  

Regards,
Oscar

joealexv

joealexv
  • Members
  • 4 posts

Posted 29 June 2002 - 00:15

Hey jen and oscar... you guys both did help me and i appreciat it. thanks alot.

Joe.
joe alex