MSFN Forum: I can't find a way - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

I can't find a way Rate Topic: -----

#1 User is offline   duhu 

  • Junior
  • Pip
  • Group: Members
  • Posts: 96
  • Joined: 07-June 05

Posted 11 August 2005 - 11:15 AM

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


#2 User is offline   gunsmokingman 

  • MSFN Master
  • Group: Super Moderator
  • Posts: 2,020
  • Joined: 02-August 03
  • OS:none specified
  • Country: Country Flag

Posted 11 August 2005 - 01:54 PM

Here Try This A Cmd That Stated from The Run Once
Save As AlcoholInstall.cmd

Quote

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

Quote

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

Quote

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

Quote

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


Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy