stevefal
Posts: 119
Joined: Wed Sep 03, 2008 9:02 pm
Location: Washington USA
Contact: Website

Bootstrapper cmd line switch broken on 7.1.3/enhanced UI

I'm trying to generate a verbose installation log using 7.1.3/enhanced UI, using the switch /L*V "C:\log\example.log" . After extraction I get the error "Invalid command line". The switch works on my 6.9.1 version of the project.
Bogdan
Posts: 2791
Joined: Tue Jul 07, 2009 7:34 am
Contact: Website

Re: Bootstrapper cmd line switch broken on 7.1.3/enhanced UI

Hi,

Please note that for the bootstrapper the command line uses lower cases. You could try using:

Code: Select all

 /l*v "C:\log\example.log"
Let me know if the problem persists.

Regards,
Bogdan
Bogdan Mitrache - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
stevefal
Posts: 119
Joined: Wed Sep 03, 2008 9:02 pm
Location: Washington USA
Contact: Website

Re: Bootstrapper cmd line switch broken on 7.1.3/enhanced UI

Lowercase worked.

Note that with 6.9.1, upper case works, and the switch is currently documented as uppercase on http://www.advancedinstaller.com/user-guide/qa-log.html
Bogdan
Posts: 2791
Joined: Tue Jul 07, 2009 7:34 am
Contact: Website

Re: Bootstrapper cmd line switch broken on 7.1.3/enhanced UI

Hi,

We are aware of this. A fix will be released in the next version of Advanced Installer.

Regards,
Bogdan
Bogdan Mitrache - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Common Problems”