Automate Installation
-
- Posts: 7
- Joined: Mon Nov 16, 2009 6:15 pm
Automate Installation
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!
Any chance? Any way I could do this myself already?
Thanks!
Re: Automate Installation
You may need to perform a 2-step process - install the program and then integrate the serial key.
* To automate the installer:
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:
* 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.
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.
Aneesh,
Acelogix Software Team.
-
- Posts: 7
- Joined: Mon Nov 16, 2009 6:15 pm
Re: Automate Installation
Wow - that's pretty great! I look forward to trying this out soon!
-
- Posts: 7
- Joined: Mon Nov 16, 2009 6:15 pm
Re: Automate Installation
I've got the product key registration working, but not the silent installation.
Whenever I run this command in a batch file...
...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!
Whenever I run this command in a batch file...
Code: Select all
AceSetup.exe /S /D=C:\techprosinc\Ace
Any ideas? Thanks!
-
- Posts: 7
- Joined: Mon Nov 16, 2009 6:15 pm
Re: Automate Installation
Just to let you know, I'm still interested to hear about this when possible.
Thanks!
Thanks!
Re: Automate Installation
This issue is addressed in latest beta. Check 'Ace Utilities v5.2 beta' topic for more details.
Regards,
Aneesh,
Acelogix Software Team.
Aneesh,
Acelogix Software Team.
-
- Posts: 7
- Joined: Mon Nov 16, 2009 6:15 pm
Re: Automate Installation
Will do - thanks!