Run application
Run application
運行程序
Runs an application using a command line.
使用命令行運行程序
Description
描述
Optionally, you may add comments here describing the purpose of this element.
您可以隨意地添加注釋為每一個元素.
Path
路徑
Choose the path to an application.
選擇應用程序路徑.
APPLICATION DATA PATH - Program subfolder in Application Data folder.
APPLICATION DATA PATH - 程序數據文件夾得子目錄.
CDROM PATH - CD or DVD drive.
CDROM PATH - CD或DVD驅動器.
CUSTOM PATH - The path must be defined in the filename control.
CUSTOM PATH - 路徑包含文件名中,文件使用完整的路徑名.
INSTALL PATH - Default installation path.
INSTALL PATH - 默認安裝路徑.
SETUP FILE PATH - The path where setup executable file is run.
SETUP FILE PATH - 安裝程序運行的路徑.
SYSTEM PATH - Windows system directory.
SYSTME PATH - windows系統目錄.
TEMPORARY PATH - Windows temporary directory.
TEMPORARY PATH - Windows 臨時目錄.
WINDOWS PATH - Windows directory.
WINDOWS PATH - Windows 目錄.
Filename
文件名
Name of the file to be started. It can be EXE or BAT file.
將被運行文件的名字.可以是exe或
Command-Line parameters
命令行參數
Specify the command line parameters here.
在這里指定命令行參數.
-open "#setuppath#/myfile.dat"
Working Directory
工作目錄
A working directory for the application being started.
程序開始運行的目錄.
Wait until application finishes
等待程序運行結束.
If this is checked, the installation will be suspended until the running application finishes. Macro #isrunok# will equal 1 if the application was run successfully. Otherwise, it will equal zero. You can use macro #runret# in the next commands to get the result of the finished application.
如果選擇,安裝程序就會掛起直到程序運行結束.程序運行成功,宏 #isrunok# 等于1,否則等于0.您可以用宏 #runret# 在之后的命令中得到程序運行的結果.
Run as
作為
Application state on startup.
程序開始執行的狀態.
Hide - Application window will be hidden.
隱藏 - 窗口隱藏.
Normal - Default application state.
正常 - 默認樣式.
Maximize - Application window will be maximized.
最大化 - 窗口最大化.
Minimize - Application window will be minimized .
最小化 - 窗口最小化.
If Condition
如果條件
You can specify a condition that should be met for the action to be performed. See If Condition for Wizard for more details. If the condition is FALSE then the command is skipped. See How to use If Condition for more details.
你可以指定一個該動作執行的條件.查看向導的如果條件詳細信息.如果條件為假,動作忽略.查看如果條件的詳細描述.
Copyright ? 1998-2010 Gentee, Inc. All rights reserved.
總結
以上是生活随笔為你收集整理的Run application的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 两台笔记本通过无线连接共享上网
- 下一篇: VC6命令行编译工程方法