Svend Rugaard Posted January 4, 2005 Posted January 4, 2005 How can i make soulseek install silent without it popup ? ..
Svend Rugaard Posted January 4, 2005 Author Posted January 4, 2005 How can i make soulseek install silent without it popup ? ..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" /sAnd another thingSPywareblaster 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 /verysilentAnd 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" /fREG ADD %KEY%\008 /V 2 /D "REGEDIT /S %systemdrive%\install\Reg_Programmer\alcohol.reg" /fAnd 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"
totoymola Posted January 4, 2005 Posted January 4, 2005 REG ADD %KEY%\005 /VE /D "Soulseek 1.55"REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\programmer\SoulSeek\slsk155.exe" /sI 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.
Svend Rugaard Posted January 4, 2005 Author Posted January 4, 2005 REG ADD %KEY%\005 /VE /D "Soulseek 1.55"REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\programmer\SoulSeek\slsk155.exe" /sI 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 youWhile it install you can maybe help me with the last problem .. Spywareblaster ? ..
totoymola Posted January 4, 2005 Posted January 4, 2005 While it install you can maybe help me with the last problem .. Spywareblaster ? ..I'm sorry buddy, but I don't use Spyware Blaster, so I don't know anything about it. Please check the sticky threads. I think it is covered there.
Svend Rugaard Posted January 4, 2005 Author Posted January 4, 2005 While it install you can maybe help me with the last problem .. Spywareblaster ? ..I'm sorry buddy, but I don't use Spyware Blaster, so I don't know anything about it. Please check the sticky threads. I think it is covered there. Yes but there it says .. SpywareBlasterSwitch: /verysilentFull syntax: spywareblastersetup.exe /verysilentbut it doesnt work .. doesnt even install .. So maybe there should be a Quote there is missing ?
totoymola Posted January 4, 2005 Posted January 4, 2005 So maybe there should be a Quote there is missing ?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. You missed the quote on your runonce.
totoymola Posted January 4, 2005 Posted January 4, 2005 I tried installing SpywareBlaster with the /verysilent switch, and it works perfectly. However, you have to use taskkill after because the installer automatically starts the application. start /w spywareblastersetup.exe /verysilenttaskkill /f /im spywareblaster.exe
Svend Rugaard Posted January 4, 2005 Author Posted January 4, 2005 I tried installing SpywareBlaster with the /verysilent switch, and it works perfectly. However, you have to use taskkill after because the installer automatically starts the application. start /w spywareblastersetup.exe /verysilenttaskkill /f /im spywareblaster.exe How would the command then be in RunOnceEx.cmd ?
totoymola Posted January 4, 2005 Posted January 4, 2005 REG ADD %KEY%\001 /VE /D "Spyware Blaster 3.2" /fREG ADD %KEY%\001 /V 1 /D "%SystemDrive%\Install\SPYWAREBLASTER\spywareblastersetup.exe /verysilent" /fREG ADD %KEY%\001 /V 2 /D "TASKKILL /F /IM spywareblastersetup.exe" /f
Svend Rugaard Posted January 4, 2005 Author Posted January 4, 2005 Thanks, i try this after this install is finish ..
totoymola Posted January 4, 2005 Posted January 4, 2005 REG ADD %KEY%\100 /VE /D "Spywareblaster 3.2"REG ADD %KEY%\100 /V 1 /D "%systemdrive%\install\programmer\Anti_Spyware\spywareblastersetup32.exe /verysilentYou missed the quote here. It should beREG ADD %KEY%\100 /VE /D "Spywareblaster 3.2"REG ADD %KEY%\100 /V 1 /D "%systemdrive%\install\programmer\Anti_Spyware\spywareblastersetup32.exe /verysilent"
Svend Rugaard Posted January 4, 2005 Author Posted January 4, 2005 REG ADD %KEY%\100 /VE /D "Spywareblaster 3.2"REG ADD %KEY%\100 /V 1 /D "%systemdrive%\install\programmer\Anti_Spyware\spywareblastersetup32.exe /verysilentYou missed the quote here. It should beREG ADD %KEY%\100 /VE /D "Spywareblaster 3.2"REG ADD %KEY%\100 /V 1 /D "%systemdrive%\install\programmer\Anti_Spyware\spywareblastersetup32.exe /verysilent" Thanks .. .. I have just tried with Soulseek and it works .. but i still not can get Alcohol to work with the serial .. Maybe i shall put the Reg Key in before i install Alcohol ? ..
totoymola Posted January 4, 2005 Posted January 4, 2005 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now