Page 1 of 1

CMDVAR Example

Posted: Mon Apr 09, 2018 11:20 am
by ggrewe
Can you provide an example of using the CMDVAR feature? http://www.actualinstaller.com/help/commands.html

Currently, we have;

Code: Select all

File:                 CMDVAR
Parameters:     "<InstallDir>\AppConfig.exe.config"
Show:              Hide
Timing:            After Intallation
Wait:               Yes
OS:                  Any
Run as admin:  Yes
In AppConfig.exe.config we have;
<add key="LoggingFile" value="<AppName>" />
Though the file is installed, the <AppName> variable is not updated with the variable value.

Thank you.

Re: CMDVAR Example

Posted: Sun Apr 15, 2018 10:46 am
by Leo
Just remove quotes in Parameters field.