Jump to content

FlashGet 1.65 Questions


Astalavista

Recommended Posts

first... i did a search and could not find any ref. 2 silent install.

Question 1: what is the runonceEx.cmd code for installing FlashGet 1.65 Silently.

Question 2: if i had a serial no how do i register that. Is it a registry entry or can i enter the serial similar to that of Nero

Thanks

Link to comment
Share on other sites


REG ADD %KEY%\012 /VE /D "FlashGet v1.65" /f
REG ADD %KEY%\012 /V 1 /D "%CDROM%\APPS\fgf165.exe /S" /f

;FlashGet Registration
[HKEY_CURRENT_USER\SOFTWARE\JetCar\JetCar\General]
"RegName"="email address here"
"RegPass"="serial number here"
"RegDisp"="name here"

Link to comment
Share on other sites

  • 7 months later...

Please help me.

I am using RunOnceEx method with RunOnceEx.cmg Creator.

After reading the guide, I can understand the command to install flashget silently.

But I can't understand the code for flashget registration.

Where do I insert it on RunOnceEx.cmg Creator?

(This may be very simple, but for me is just like reading a strange language that started learning yesterday).

I have a second question:

Can I choose the directory where I want to install the program, or do I have to stick to default?

Thank you for your patience.

Link to comment
Share on other sites

S0mE0nesMiNd1, please understand and respect my difficulty.

Of course I read the guide.

It was in there that I learned everything I tried untill now.

But, see:

- The guide is not complete in the application database http://unattended.msfn.org/global/notcomp.htm

I followed the guide and choosed the RunOnceEx option because I understood that most people enjoy this method.

In that chapter, the guide or it's exemples don't show anything similar to this:

[HKEY_CURRENT_USER\Software\JetCar\JetCar\General]
"RegName"="email"
"RegPass"="key"
"RegDisp"="name"

All RunOnceEx code seems like this: http://unattended.msfn.org/global/examples.htm

REG ADD %KEY%\012 /VE /D "FlashGet v1.65" /f
REG ADD %KEY%\012 /V 1 /D "%CDROM%\APPS\fgf165.exe /S" /f

In the guide's exemple of a RunOnceEx.cmg I see:

REG ADD %KEY%\035 /VE /D "Flashget 1.4" /f

REG ADD %KEY%\035 /V 1 /D "%systemdrive%\apps\flashget\fgf140.exe /S" /f

REG ADD %KEY%\035 /V 2 /D "REGEDIT /S %systemdrive%\apps\flashget\register.reg" /f

But what is that register.reg? How do I do it?

I have no knowledge about programing.

That is why I have difficulties I can't solve without your help.

Thank you

Link to comment
Share on other sites

Just to see if I understand.

I have to past

[HKEY_CURRENT_USER\Software\JetCar\JetCar\General]"RegName"="email"

"RegPass"="key"

"RegDisp"="name"

into notepad, name it register.reg and place it in the same place as the installation file?

An then add this code:

REG ADD %KEY%\035 /V 2 /D "REGEDIT /S %systemdrive%\apps\flashget\register.reg" /f

?

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