This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- How to activate Installshield 2012 spring express by command line
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 27, 2014
05:20 AM
How to activate Installshield 2012 spring express by command line
Hello there,
I am trying to silently deploy and activate InstallShield 2012 Spring Express via SCCM. The deployment works fine however, I didn't find how to activate the software by command line.
The activation process is done with the following program C:\Program Files (x86)\InstallShield\2012SpringLE\System\TSConfig.exe
Is there anyone who could tell me the exact command line to activate the software with a specific serial number?
Many thanks.
Cheers
I am trying to silently deploy and activate InstallShield 2012 Spring Express via SCCM. The deployment works fine however, I didn't find how to activate the software by command line.
The activation process is done with the following program C:\Program Files (x86)\InstallShield\2012SpringLE\System\TSConfig.exe
Is there anyone who could tell me the exact command line to activate the software with a specific serial number?
Many thanks.
Cheers
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 06, 2014
03:26 AM
Hi,
You can create a registry value to Activate InstallShield.
1. Launch regedit
2. Go to HKCU -> Software -> InstallShield -> -> Professional
3. Create a String registry value and rename it to SerialNumber
4. Enter your serial key as Value data
Thanks.
Rajesh Kumar
You can create a registry value to Activate InstallShield.
1. Launch regedit
2. Go to HKCU -> Software -> InstallShield ->
3. Create a String registry value and rename it to SerialNumber
4. Enter your serial key as Value data
Thanks.
Rajesh Kumar
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 09, 2014
06:56 AM
ludzfr wrote:
The activation process is done with the following program C:\Program Files (x86)\InstallShield\2012SpringLE\System\TSConfig.exe
Is there anyone who could tell me the exact command line to activate the software with a specific serial number?
You can use the following command line to silently activate InstallShield with a specific serial number:
TSConfig.exe /silent /activate /serial_number12345678-D09-1234567890
*Obviously you need to replace the above serial number with a valid number.
**Notice that there cannot be a space between the /serial_number command switch and the serial number!