Soulseek how ?
#1
Posted 04 January 2005 - 10:31 AM
#3
Posted 04 January 2005 - 03:56 PM
Svend Rugaard, on Jan 4 2005, 10:31 AM, said:
It doesnt install at all ..
My line is following :
REG ADD %KEY%\005 /VE /D "Soulseek 1.55" REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\programmer\SoulSeek\slsk155.exe" /s
And another thing
SPywareblaster doesnt install either.
The Code is here taken from "Application" Swicthes .. topic.
REG ADD %KEY%\100 /VE /D "Spywareblaster 3.2" REG ADD %KEY%\100 /V 1 /D "%systemdrive%\install\programmer\Anti_Spyware\spywareblastersetup32.exe /verysilent
And last not least ..
I cant get Alcohol Soft 120 % Registrered ..
REG ADD %KEY%\008 /VE /D "Alcohol 120 % - Version 1.9.2" REG ADD %KEY%\008 /V 1 /D "%systemdrive%\install\programmer\Alcohol_Soft_120\setup.exe /qn" /f REG ADD %KEY%\008 /V 2 /D "REGEDIT /S %systemdrive%\install\Reg_Programmer\alcohol.reg" /f
And the Code for "Alcohol.reg" is here taken from another topic.
[HKEY_CURRENT_USER\Software\Alcohol Soft\Alcohol 120%\Info] "UserName"="Svend Rugaard" "Company"="N/A" "SerialNo"="Serial Key here"
#4
Posted 04 January 2005 - 04:00 PM
Quote
REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\programmer\SoulSeek\slsk155.exe" /s
I don't know Soul Seek, but as lilweirddude said, /S (upper case) works for him. I don't know what Soul Seek's installer is, but sometimes, switches are case sensitive.
Your reg file for Alcohol looks fine. Let me check mine.
Note: Alcohol's serial is REALLY long. I'm not sure if it is encrypted or what.
So this is the best solution that you can do. (I think..)
1. Install Alcohol manually on your system, and register it.
2. Export your registration entries using regedit.
#5
Posted 04 January 2005 - 04:07 PM
totoymola, on Jan 4 2005, 04:00 PM, said:
Quote
REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\programmer\SoulSeek\slsk155.exe" /s
I don't know Soul Seek, but as lilweirddude said, /S (upper case) works for him. I don't know what Soul Seek's installer is, but sometimes, switches are case sensitive.
Your reg file for Alcohol looks fine. Let me check mine.
Note: Alcohol's serial is REALLY long. I'm not sure if it is encrypted or what.
So this is the best solution that you can do. (I think..)
1. Install Alcohol manually on your system, and register it.
2. Export your registration entries using regedit.
Okay Thanks .. i Try with UPPERcase in /S .. and i try with Exported Key .. yes its very long
I get back to you
While it install you can maybe help me with the last problem .. Spywareblaster ? ..
#6
Posted 04 January 2005 - 04:11 PM
Quote
I'm sorry buddy, but I don't use Spyware Blaster, so I don't know anything about it.
#7
Posted 04 January 2005 - 04:15 PM
totoymola, on Jan 4 2005, 04:11 PM, said:
Quote
I'm sorry buddy, but I don't use Spyware Blaster, so I don't know anything about it.
Yes but there it says ..
Quote
Switch: /verysilent
Full syntax: spywareblastersetup.exe /verysilent
but it doesnt work .. doesnt even install ..
So maybe there should be a Quote there is missing ?
#8
Posted 04 January 2005 - 04:22 PM
Quote
You only need to use quotes if the filename has spaces on it.
But hey, maybe that switch doesn't work for the latest version anymore. I will try it.
EDIT: Again, I wasn't reading.. Sorry. I thought you are just asking if you need quotes on the actual command, that's why I said no.
#9
Posted 04 January 2005 - 04:33 PM
start /w spywareblastersetup.exe /verysilent
taskkill /f /im spywareblaster.exe
#10
Posted 04 January 2005 - 04:36 PM
totoymola, on Jan 4 2005, 04:33 PM, said:
start /w spywareblastersetup.exe /verysilent
taskkill /f /im spywareblaster.exe
How would the command then be in RunOnceEx.cmd ?
#11
Posted 04 January 2005 - 04:41 PM
REG ADD %KEY%\001 /VE /D "Spyware Blaster 3.2" /f REG ADD %KEY%\001 /V 1 /D "%SystemDrive%\Install\SPYWAREBLASTER\spywareblastersetup.exe /verysilent" /f REG ADD %KEY%\001 /V 2 /D "TASKKILL /F /IM spywareblastersetup.exe" /f
#12
Posted 04 January 2005 - 04:44 PM
#13
Posted 04 January 2005 - 04:45 PM
Quote
REG ADD %KEY%\100 /V 1 /D "%systemdrive%\install\programmer\Anti_Spyware\spywareblastersetup32.exe /verysilent
You missed the quote here. It should be
REG ADD %KEY%\100 /VE /D "Spywareblaster 3.2"
REG ADD %KEY%\100 /V 1 /D "%systemdrive%\install\programmer\Anti_Spyware\spywareblastersetup32.exe /verysilent"
#14
Posted 04 January 2005 - 04:49 PM
totoymola, on Jan 4 2005, 04:45 PM, said:
Quote
REG ADD %KEY%\100 /V 1 /D "%systemdrive%\install\programmer\Anti_Spyware\spywareblastersetup32.exe /verysilent
You missed the quote here. It should be
REG ADD %KEY%\100 /VE /D "Spywareblaster 3.2"
REG ADD %KEY%\100 /V 1 /D "%systemdrive%\install\programmer\Anti_Spyware\spywareblastersetup32.exe /verysilent"
Thanks ..
Maybe i shall put the Reg Key in before i install Alcohol ? ..
#15
Posted 04 January 2005 - 04:58 PM
REGEDIT4 [HKEY_CURRENT_USER\Software\Alcohol Soft\Alcohol 120%\Info] "UserName"="YOUR NAME" "Company"="" "SerialNo"="PLEASEINSERTYOURVERYVERYVERYVERYVERYVERYVERYVERYVERYVERYLONGSERIALNUMBERHERE"
This is exactly the same as your reg file. Just be sure to add the REGEDIT4 on top.
I usually export that entry after installing Alcohol.
#16
Posted 04 January 2005 - 05:01 PM
totoymola, on Jan 4 2005, 04:58 PM, said:
REGEDIT4 [HKEY_CURRENT_USER\Software\Alcohol Soft\Alcohol 120%\Info] "UserName"="YOUR NAME" "Company"="" "SerialNo"="PLEASEINSERTYOURVERYVERYVERYVERYVERYVERYVERYVERYVERYVERYLONGSERIALNUMBERHERE"
I usually export that entry after installing Alcohol.
Can you copy paste your commando line for the regedit, maybe mine is wrong .. i use the same i use for mirc.reg import .
I mean off course the line there is in RunOnceEx.reg ..
Its the only problem before my disc is finish with, office, framcework, mirc, norton and etc , so its kinda s****y that i am stuck at the end
#17
Posted 04 January 2005 - 05:04 PM
REGEDIT /S WHATEVER.REG
Also make sure that you have the line REGEDIT4 or Windows Registry Editor Version 5.00 on the top most area of your regfile.
#18
Posted 04 January 2005 - 05:08 PM
#19
Posted 04 January 2005 - 05:08 PM
totoymola, on Jan 4 2005, 05:04 PM, said:
REGEDIT /S WHATEVER.REG
Also make sure that you have the line REGEDIT4 or Windows Registry Editor Version 5.00 on the top most area of your regfile.
Ohh i didnt know that .. maybe thats why it doesnt work
#20
Posted 04 January 2005 - 05:10 PM
drthawhizkid, on Jan 4 2005, 05:08 PM, said:
Okay .. but it work if its 1.55 you mean .. It is installed now.
- ← problem With "BootCFG" and an "ini" file (W2kPro)
- Application Installs
- [help]Pack Crystal XP 3-1.0 RC1 silent →



Help

Back to top








