FlashGet 1.65 Questions
#1
Posted 03 October 2004 - 08:02 PM
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
#2
Posted 03 October 2004 - 08:22 PM
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"
#3
Posted 03 October 2004 - 08:24 PM
2) registry key
[HKEY_CURRENT_USER\Software\JetCar\JetCar\General] "RegName"="email" "RegPass"="key" "RegDisp"="name"
edit: looks like drthawhizkid beat me
#4
Posted 03 October 2004 - 09:33 PM
is flashget better than download accelerator?
#6
Posted 03 October 2004 - 09:52 PM
Astalavista, on Oct 3 2004, 10:33 PM, said:
is flashget better than download accelerator?
I am a male. Too bad for you. haha.
#8
Posted 04 October 2004 - 05:30 AM
thanks guys it work great
no spyware as far as i can see. thanks
#9
Posted 15 May 2005 - 02:14 PM
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.
#11
Posted 15 May 2005 - 04:41 PM
S0mE0nesMiNd1, on May 15 2005, 09:30 PM, said:
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.ms...bal/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:
Quote
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
#12
Posted 15 May 2005 - 04:51 PM
#13
Posted 15 May 2005 - 05:30 PM
I have to past
Quote
"RegPass"="key"
"RegDisp"="name"
An then add this code:
REG ADD %KEY%\035 /V 2 /D "REGEDIT /S %systemdrive%\apps\flashget\register.reg" /f?
#15
Posted 15 May 2005 - 05:59 PM
Just one more question (another newbie question, I am sure
Can I choose the directory where to install Flashget, instead of the default?
#16
Posted 15 May 2005 - 06:01 PM
hello... Welcome to MSFN
@ JohnS
let me give u a little advice ok.
1st when your starting out playing with U.A. CD/DVD It nice and dandy
to use Nlite and RunOnceEx.cmg Creator or similar etc.
It makes things Easier by leaps and bounds. But in the end YOU
wont know as much. I am all of products to help make life easier
i.e. Mike Wilson's registry maker. "BUT" you have got to learn the basics.
Otherwise, when you start to move on to different applications you will
run into the same problems.
The best advice i can give you is learn the basics at http://unattended.msfn.org
It isn't finished yet, and never will bec., we have newer and newer
applications and coding coming out each day. We got some really
Intelligent people cooking up different ways to do things Better and Faster.
Just remember a large number of programs USE registry entries
to STORE registration info. Not all but most.
So what are you going to do about it?
1. You will need to download a program called RegSNAP google for it.
of something similar.
2. Using RegSnap or Something Similar. You can 'Compare" changes
to the registry. i.e. Before and After. So you can tell what is happening
before and after your Software is installed.
3. Most guides WILL point you in the right direction.
As an Example my guide tells u the registry LOCATION of the Registration KEY.
Welcome My Friend to MSFN! PEACE
Use the FREAKING
---------------------------------------------------------------------------
P.S. if you want to change the location of the Directory of FlashGET
you will need to use a program CALLED autoit.
Sometimes, a program will have special Switches to help you move
the installation somewhere else, But Flashget doesn't have one.
So your alternative is AutoIT. Which is a programming language unto itself.
Where do u want to put Flashget? d:\ drive?
#17
Posted 16 May 2005 - 04:29 AM
I'll just have to go slowly.
About Flashget, I just wanted to place it in c:\Program Files\Net\Flashget, instead of c:\Program Files\Flashget
#18
Posted 18 May 2005 - 05:38 PM
As far as I know it should import the data, should't it.
I even opened regedit and imported the register.reg file directly.
But it is giving me this error:
After asking if I want to add register.reg to the registy and me saying yes, it says it is impossible to import because the specified file is not a registry script.
It also says that one can only binary registy files from the registry editor.
(I don't post the real message because my OS is not in english).
What am I doing wrong?
I just created a file like
[HKEY_CURRENT_USER\Software\JetCar\JetCar\General] "RegName"="email" "RegPass"="key" "RegDisp"="name"
#19
Posted 18 May 2005 - 05:57 PM
Quote
"RegPass"="key"
"RegDisp"="name"
Windows Registry Editor Version 5.00
#20
Posted 19 May 2005 - 12:39 PM
benners, on May 18 2005, 11:57 PM, said:
Quote
Windows Registry Editor Version 5.00
<{POST_SNAPBACK}>
Thank you, it was so simple
As I just copied and pasted the info in this thread, I would never guess what was wrong



Help


Back to top








