Page 1 of 1
Automate Installation
Posted: Fri Nov 20, 2009 5:40 am
by tech.pros.inc.
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!
Re: Automate Installation
Posted: Sat Nov 21, 2009 2:49 pm
by Aneesh
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
Re: Automate Installation
Posted: Sun Nov 22, 2009 8:35 pm
by tech.pros.inc.
Wow - that's pretty great! I look forward to trying this out soon!
Re: Automate Installation
Posted: Sun Dec 06, 2009 5:40 pm
by tech.pros.inc.
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!
Re: Automate Installation
Posted: Sun Dec 06, 2009 6:53 pm
by Aneesh
We'll check it right away. :-\
Re: Automate Installation
Posted: Wed Dec 23, 2009 9:29 pm
by tech.pros.inc.
Any news?
Re: Automate Installation
Posted: Fri Dec 25, 2009 8:27 am
by Aneesh
Not yet. :-\
Re: Automate Installation
Posted: Sun Jan 17, 2010 4:47 am
by tech.pros.inc.
Just to let you know, I'm still interested to hear about this when possible.
Thanks!
Re: Automate Installation
Posted: Tue Mar 09, 2010 6:56 pm
by Aneesh
This issue is addressed in latest beta. Check 'Ace Utilities v5.2 beta' topic for more details.
Re: Automate Installation
Posted: Tue Mar 09, 2010 11:33 pm
by tech.pros.inc.
Will do - thanks!