Jump to content

Recommended Posts


Posted
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" /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"

Posted
REG ADD %KEY%\005 /VE /D "Soulseek 1.55"

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.

:)

Posted
REG ADD %KEY%\005 /VE /D "Soulseek 1.55"

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 :D

I get back to you

While it install you can maybe help me with the last problem .. Spywareblaster ? ..

Posted
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. :lol: Please check the sticky threads. I think it is covered there. :)

Posted
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. :lol: Please check the sticky threads. I think it is covered there. :)

Yes but there it says ..

SpywareBlaster

Switch: /verysilent

Full syntax: spywareblastersetup.exe /verysilent

but it doesnt work .. doesnt even install ..

So maybe there should be a Quote there is missing ?

Posted
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. :P You missed the quote on your runonce. :lol:

Posted

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 /verysilent

taskkill /f /im spywareblaster.exe

:)

Posted
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 /verysilent

taskkill /f /im spywareblaster.exe

:)

How would the command then be in RunOnceEx.cmd ? :)

Posted

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

:)

Posted
REG ADD %KEY%\100 /VE /D "Spywareblaster 3.2"

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"

Posted
REG ADD %KEY%\100 /VE /D "Spywareblaster 3.2"

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 .. :) .. 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 ? ..

Posted

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

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