aho
Posts: 58
Joined: Thu Jul 21, 2016 4:38 pm

Command Line File - define which Builddefinition shall be rebuilded

Hi,
my Command Line File looks like this:

Code: Select all

;aic
SetProductCode -langid 1033
Save
Rebuild
Is there a possibillity to define which Build definition shall be rebuilded?

Im searching for the equal of -buildslist which can be used as "direct" argument:
AdvancedInstaller.com /rebuild [project_file_path] { [-buildslist <builds_list>] | [-configurationslist <configurations_list>] }
Daniel
Posts: 8238
Joined: Mon Apr 02, 2012 1:11 pm
Contact: Website

Re: Command Line File - define which Builddefinition shall be rebuilded

Hello,

Yes, this works the same. Just use a command line like this:

Code: Select all

Rebuild -buildslist <BuildName>
into your file of commands content.

If there is anything else we can assist you with just let us know.

All the best,
Daniel
Daniel Radu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
Daniel
Posts: 8238
Joined: Mon Apr 02, 2012 1:11 pm
Contact: Website

Re: Command Line File - define which Builddefinition shall be rebuilded

You're always welcome.

All the best,
Daniel
Daniel Radu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Common Problems”