COMMON_API - Function Reference
RunFromCD ( LiveXP / NativeEx Projects Only )
Syntax
RunFromCD,[BuildType]
Parameters
1 |
BuildType |
Forces the programs from the current script to run directly from the boot media instead of from the ram drive | |
|---|---|---|---|
|
True |
Force the current script programs to run from the boot media at %ProgramFilesFolder%\%ProgramFolder% | ||
|
FolderName |
Force the current script programs to run from the boot media at the specified folder | ||
Remarks
Typically used in a build where the build model is run from ram and you want to force the current script program to run directly from the boot media
Example
RunFromCD,True
Common_Api version 8 - 11-08-2009 - Pedro Le 15