Process Order        Previous pageReturn to chapter overviewNext page


Install-mode only.  Multiline allowed. Place commands, components, directives (see below), setup, or install package(s) here with proper silent install switches or script(s) to automate the install. Mainly for ssApps, but can be used with ppApps/ppGames for any post-install or preprocessing commands, script(s), or registry entries.


Status: Recommended for ssApps. Optional for ppApps/ppGames.


Some examples:

setup.msi /qb
%WaitForIt% "%ProgramsCommon%\TestStartmenu.lnk"
%ProcessKill% "Notepad.exe"
%AddonInstaller% "%SourcePath%\Test_addon.7z"
%AddToHosts% "127.0.0.1 secure.example.com"
%Extract% "Extras.rar" -o"%SystemRoot%\LastXP"
md "%ProgramFiles%\Something" #CMD#
"7z920-x64.msi" /qb #Is_x64#
ImportTest.reg
ScriptTest.cmd


Ξ Some Notes:

    1. Use the process-order #Directives# here to control or fine-tune the assembly process.
    2. The <Assembly> section is ignored in Regen-mode.
    3. With the exception of %Extract%, the <Assembly> section uses the %Components% in their internal/built-in forms.


See also:

Assembly Sequence

Install and Regen modes

Automatic Variable Substitution Chart

Copyright © 2020, Vergitek Solutions

ssTek Forum: Tools for custom Operating Systems!