Jump to content

Radiotracker Silent Installation.


Jelmer

Recommended Posts

Hello,

I want a silent installation of Radiotracker 6.1.2053.3300.

I have tried it with some switches, silents work, but i want the product key is silent too.

Can someone help me?

Jelmer.

Sorry for bad english, i'm dutch.

Link to comment
Share on other sites


Installer is rar sfx archive. Extract files using 7-zip or other and start installation from RadiotrackerSetup-6.1.2053.3300.msi, using the usual switches: /qb! /norestart or/qn /norestart

Link to comment
Share on other sites

Installer is rar sfx archive. Extract files using 7-zip or other and start installation from RadiotrackerSetup-6.1.2053.3300.msi, using the usual switches: /qb! /norestart or/qn /norestart

Yeah i know,

But i want an solution for the Key.

The installer is already silent, but i want that he install my key automaticaly.

Jelmer.

Link to comment
Share on other sites

Try this:

@echo off
RadiotrackerSetup-6.1.2053.3300.msi /qn /norestart
ping -n 03 127.0.0.1>nul
REG ADD "HKLM\SOFTWARE\RapidSolution\Radiotracker_2009\License" /v "License" /t REG_SZ /d "your key" /f
exit

Edited by radix
Link to comment
Share on other sites

Try this:

@echo off
RadiotrackerSetup-6.1.2053.3300.msi /qn /norestart
ping -n 03 127.0.0.1>nul
REG ADD "HKLM\SOFTWARE\RapidSolution\Radiotracker_2009\License" /v "License" /t REG_SZ /d "your key" /f
exit

It doesn't work.

Is there any program that i can check witch register key i can create or something?

Jelmer.

Link to comment
Share on other sites

It doesn't work.

Is there any program that i can check witch register key i can create or something?

Jelmer.

It's an annoying installer. Not working to install from msi file. I tried to install and failed on program launch.

I have installed in a clean vm with windows xp sp3, from ice.exe attended, then apply the serial using add reg command from my previous post and restart. Working, but poor consolation.

Link to comment
Share on other sites

It doesn't work.

Is there any program that i can check witch register key i can create or something?

Jelmer.

It's an annoying installer. Not working to install from msi file. I tried to install and failed on program launch.

I have installed in a clean vm with windows xp sp3, from ice.exe attended, then apply the serial using add reg command from my previous post and restart. Working, but poor consolation.

Which add reg key did you used?

Link to comment
Share on other sites

 

Which add reg key did you used?

REG ADD "HKLM\SOFTWARE\RapidSolution\Radiotracker_2009\License" /v "License" /t REG_SZ /d "your key" /f

Replace

your key

with your key. I repeat this was tested in windows xp sp3 clean virtual machine.

Link to comment
Share on other sites

 
Which add reg key did you used?

REG ADD "HKLM\SOFTWARE\RapidSolution\Radiotracker_2009\License" /v "License" /t REG_SZ /d "your key" /f

Replace

your key

with your key. I repeat this was tested in windows xp sp3 clean virtual machine.

Okay, so i have to use the ice.exe to install?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...