enigma
Posts: 89
Joined: Fri Jun 08, 2007 10:12 am

Bugs in set property in command line!

I found that the command

Code: Select all

AdvancedInstaller.com "/edit \"C:\\development\\Installer\\RU project\\RU package.aip\" /property ProductName=\"EsteemRU 9123600000009740\""
is no longer working in AI 6.3, even though it worked in 6.2 and earlier.

I tried to change to

Code: Select all

AdvancedInstaller.com "/edit \"C:\\development\\Installer\\RU project\\RU package.aip\" /SetProperty ProductName=\"EsteemRU 9123600000009740\""
as recommended in your help file, but it still didn't work.

The AI file is available on request.
Cosmin
Posts: 5797
Joined: Tue Jul 10, 2007 6:39 pm
Contact: Website

Re: Bugs in set property in command line!

Hi,

Please note that the /property command has been deprecated, therefore you should use /SetProperty. Also, you are using an incorrect command line. The correct command line which modifies the ProductName property is:

Code: Select all

AdvancedInstaller.com /edit "C:\development\Installer\RU project\RU package.aip" /SetProperty ProductName="EsteemRU 9123600000009740"
Regards,
Cosmin
Cosmin Pirvu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
enigma
Posts: 89
Joined: Fri Jun 08, 2007 10:12 am

Re: Bugs in set property in command line!

Thanks, got the problem solved

Return to “Common Problems”