emalamis
Posts: 1
Joined: Tue Jun 19, 2012 3:35 pm

Automating builds with different file contents

I'm trying to find a way to make multiple professional builds. For each of these professional builds, I need to change the contents of two text files. I am thinking that the quickest way to automate these builds is to build them from command line. Is there a way to edit text files while creating a new build from command line? Or is there any other solution anyone can come up with so I can keep remaking new builds of the same program but each time altering two text files?

Thank you everyone
Cosmin
Posts: 5797
Joined: Tue Jul 10, 2007 6:39 pm
Contact: Website

Re: Automating builds with different file contents

Hi,

During the build process Advanced Installer uses whatever content the files have on disk. So you can simply include the files in your project, modify them on disk and then build. So your script can simply modify the source files on disk and trigger a build.

Regards,
Cosmin
Cosmin Pirvu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Feature Requests”