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

How can I run the DOS command without DOS Window?


2 replies to this topic

wenju_wang

wenju_wang
  • Members
  • 21 posts

Posted 12 November 2003 - 21:13

when I run a DOS program with LaunchAppAndWait() in my installer, it open a DOS window. My question is :

How can I run the DOS command silently without DOS window?

Thanks

Taco Bell

Taco Bell

    IS6 Expert

  • Moderators
  • 1,281 posts

Posted 13 November 2003 - 01:41

Use the LaunchAppEx function under the InstallScript Samples.

Edited by Taco Bell, 13 November 2003 - 01:41.

user posted image

wenju_wang

wenju_wang
  • Members
  • 21 posts

Posted 04 December 2003 - 21:13

Thanks. It works very well.