Russell
Posts: 15
Joined: Wed Jun 03, 2015 12:35 pm

Setting Update release notes from command line

Hi, is it possible to set the [Features], [Enhancements], [Bugs Fixed] section of the release notes from the command line?

I see there is a way to set the Description using the /SetUpdateDescription option and was wondering if it is possible to do something similar for the release notes too?

Best Regards
Russell.
Daniel
Posts: 8238
Joined: Mon Apr 02, 2012 1:11 pm
Contact: Website

Re: Setting Update release notes from command line

Hello Russell,

The "/SetUpdateDescription" command can be used to configure all the sections of the "Release Notes" tab of your updates configuration project.

All you should do is to set the -type switch of the "/SetUpdateDescription" command to the desired release note section (Description|Feature|Enhancement|BugFix) you want to configure a description for. Here is an example which configure the "Enhancement" section:

Code: Select all

AdvancedInstaller.com /edit updates.aip /SetUpdateDescription Update -type Enhancement -description "This is an example enhancement description."
Hope this helped.

All the best,
Daniel
Daniel Radu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
Russell
Posts: 15
Joined: Wed Jun 03, 2015 12:35 pm

Re: Setting Update release notes from command line

Perfect, thank you Daniel!
Daniel
Posts: 8238
Joined: Mon Apr 02, 2012 1:11 pm
Contact: Website

Re: Setting Update release notes from command line

You are always welcome Russell.

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

Return to “Building Installers”