CMDVAR Example

Common questions about using Actual Installer.
Post Reply
ggrewe
Posts: 25
Joined: Mon Nov 30, 2015 5:50 pm

CMDVAR Example

Post 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.
Leo
Site Admin
Posts: 455
Joined: Fri Jan 22, 2010 12:40 pm

Re: CMDVAR Example

Post by Leo »

Just remove quotes in Parameters field.
Leo,
Actual Installer Team
https://www.actualinstaller.com
Post Reply