Jump to content

Recommended Posts

Posted

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.


Posted

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

Posted
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.

Posted (edited)

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
Posted
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.

Posted
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.

Posted
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?

Posted

 

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.

Posted
 
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?

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...