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

Command Line File - define which Builddefinition shall be rebuilded

Fri Nov 24, 2017 4:37 pm

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: 8237
Joined: Mon Apr 02, 2012 1:11 pm
Contact:  Website

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

Tue Nov 28, 2017 10:39 am

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: 8237
Joined: Mon Apr 02, 2012 1:11 pm
Contact:  Website

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

Sat Dec 02, 2017 8:24 am

You're always welcome.

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

Return to “Common Problems”