Jump to content

Recommended Posts

Posted

Man, ove tried any ways i found on earlierspost about unnatended install of alcohol 120% usung the batch installer , ive trieed with that vbs script then with the a384.bus and a384.scsi and i dont know where to find a solution.

can someone post a script or a command that installs Alcohol without THE annoyng Found New Hardware window.

thx

srry 4 my eng

doohoodogg


Posted

Here Try This A Cmd That Stated from The Run Once

Save As AlcoholInstall.cmd

echo off && CLS && Mode 55,5 && Color F2 && Title Install Alcohol

echo.

echo      Installing Alcohol

start/wait setup.msi /qb /norestart

CLS && Color f3

echo    Adding Reg Entries

REGEDIT /S TestAlcohol.reg

ping -n 2 127.0.0.1>nul

Goto EOF

Exit

Reg File For Alcohol
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Alcohol Soft\Alcohol 120%\Info]

"UserName"="USER NAME"

"Company"="COMPANY NAME HERE"

"SerialNo"="PLACE KEY IN HEAR."

Run Once Enrty Change To Suite Your Location

REG ADD %KEY%\015 /VE /D "Alcohol120" /f

REG ADD %KEY%\015 /V 1 /D "%CDROM%Apps\Alcohol\AlcoholInstall.cmd" /f

Starting it directly from the Run Once
REG ADD %KEY%\015 /VE /D "Alcohol120" /f

REG ADD %KEY%\015 /V 1 /D "REGEDIT /S %CDROM%Apps\Ua015\TestAlcohol.reg" /f

REG ADD %KEY%\015 /V 2 /D "%CDROM%Apps\Ua015\setup.msi /qb /norestart" /f

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