Automate Installation

Suggest new features for future releases, participate in beta tests and share the results
tech.pros.inc.
Posts: 7
Joined: Mon Nov 16, 2009 6:15 pm

Automate Installation

Post by tech.pros.inc. » Fri Nov 20, 2009 5:40 am

It would be neat if there was a way (or is there a way?) to automate installation. I'd love to be able to tell the installer, through a config file or command line or whatever, all of my installation preferences (target path, shortcuts, run/don't run after install) and my registration key. Then I could just run it, wait for it to finish, and Ace would be installed!

Any chance? Any way I could do this myself already?

Thanks!

Aneesh
Site Admin
Posts: 898
Joined: Mon Aug 04, 2003 7:12 am

Re: Automate Installation

Post by Aneesh » Sat Nov 21, 2009 2:49 pm

You may need to perform a 2-step process - install the program and then integrate the serial key.

* To automate the installer:

Code: Select all

<au installer name> /S /D=<full path>

where
<au installer name> is the Ace Utilities installer package name you're using
/S runs the installer silently
/D sets the default installation directory. It must be the last parameter used in the command line and must not contain any quotes, even if the path contains spaces. Only absolute paths are supported.
Example: aufull.exe /S /D=C:\Progam Files 2\Ace Utilities

You won't be able to control other options like 'shortcut creation', 'run after install' through command line :-\

* Now, regarding the integration of the product key after installation:

Call the Ace Utilities application file with the following parameters:

Code: Select all

au quietregister <name> <key>

where  <name> is the name you gave while purchasing the serial key, and
<key> is your serial key
Regards,
Aneesh,
Acelogix Software Team.

tech.pros.inc.
Posts: 7
Joined: Mon Nov 16, 2009 6:15 pm

Re: Automate Installation

Post by tech.pros.inc. » Sun Nov 22, 2009 8:35 pm

Wow - that's pretty great! I look forward to trying this out soon!

tech.pros.inc.
Posts: 7
Joined: Mon Nov 16, 2009 6:15 pm

Re: Automate Installation

Post by tech.pros.inc. » Sun Dec 06, 2009 5:40 pm

I've got the product key registration working, but not the silent installation.

Whenever I run this command in a batch file...

Code: Select all

AceSetup.exe /S /D=C:\techprosinc\Ace
...the command prompt opens with that command, pauses as though it were working, then closes without incident. However, Ace is installed to the default path, rather than the path specified. (The AceSetup.exe is just aufull.exe renamed; the directory specified already exists, and it contains only my registration batch files.)

Any ideas? Thanks!

Aneesh
Site Admin
Posts: 898
Joined: Mon Aug 04, 2003 7:12 am

Re: Automate Installation

Post by Aneesh » Sun Dec 06, 2009 6:53 pm

We'll check it right away. :-\
Regards,
Aneesh,
Acelogix Software Team.

tech.pros.inc.
Posts: 7
Joined: Mon Nov 16, 2009 6:15 pm

Re: Automate Installation

Post by tech.pros.inc. » Wed Dec 23, 2009 9:29 pm

Any news?

Aneesh
Site Admin
Posts: 898
Joined: Mon Aug 04, 2003 7:12 am

Re: Automate Installation

Post by Aneesh » Fri Dec 25, 2009 8:27 am

Not yet. :-\
Regards,
Aneesh,
Acelogix Software Team.

tech.pros.inc.
Posts: 7
Joined: Mon Nov 16, 2009 6:15 pm

Re: Automate Installation

Post by tech.pros.inc. » Sun Jan 17, 2010 4:47 am

Just to let you know, I'm still interested to hear about this when possible. :roll:

Thanks!

Aneesh
Site Admin
Posts: 898
Joined: Mon Aug 04, 2003 7:12 am

Re: Automate Installation

Post by Aneesh » Tue Mar 09, 2010 6:56 pm

This issue is addressed in latest beta. Check 'Ace Utilities v5.2 beta' topic for more details.
Regards,
Aneesh,
Acelogix Software Team.

tech.pros.inc.
Posts: 7
Joined: Mon Nov 16, 2009 6:15 pm

Re: Automate Installation

Post by tech.pros.inc. » Tue Mar 09, 2010 11:33 pm

Will do - thanks!

Post Reply