MSFN Forum: silent install of Alcohol 120% -> new scsi/raid ? - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

silent install of Alcohol 120% -> new scsi/raid ? Rate Topic: -----

#1 User is offline   r0sWell 

  • Member
  • PipPip
  • Group: Members
  • Posts: 179
  • Joined: 09-June 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 02 September 2004 - 08:27 AM

Hi,


here's my problem :


i install Alcohol 120% v1.9.2.1705 using RunOnceEx.cmd :
REG ADD %KEY%\092 /VE /D "Alcohol 120% 1.9.2.1705" /f
REG ADD %KEY%\092 /V 1 /D "%systemdrive%\Hotfixes\Alcohol120\setup.msi /qn REBOOT=Suppress" /f
REG ADD %KEY%\092 /V 2 /D "REGEDIT /S %systemdrive%\Hotfixes\Alcohol120\enregistrement.reg" /f
REG ADD %KEY%\092 /V 3 /D "REGEDIT /S %systemdrive%\Hotfixes\Alcohol120\settings.reg" /f



when RunOnceEx comes to it, a new message box appears because a new SCSI/RAID hardware has been found.
here is a screenshot :
Posted Image


so in fact, it tells me that Windows found a scsi/raid controller (i don't have any scsi drive or raid system), and i have to install it.


Please help me, when i was working on a SP1a splitstream of XP, there was no problem. I think it's when i came to XP SP2 splitstream that i had this problem.
the installation of Alcohol can be at the beginning, middle, or at the end of RunOnceEx.cmd, it doesn't change anything.


Thanks for your help.


#2 User is offline   r0sWell 

  • Member
  • PipPip
  • Group: Members
  • Posts: 179
  • Joined: 09-June 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 02 September 2004 - 12:03 PM

up :)




[sorry i didn't place my topîc at the right place. it has been moved.]

#3 User is offline   glent 

  • Tpyo Spceialist
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,041
  • Joined: 16-August 04

Posted 02 September 2004 - 12:20 PM

look here http://www.msfn.org/board/index.php?showto...hol%20vbs&st=10
4th post down i had the exact same problem and that script works great

#4 User is offline   r0sWell 

  • Member
  • PipPip
  • Group: Members
  • Posts: 179
  • Joined: 09-June 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 03 September 2004 - 04:35 AM

thanks, i'll test it.

i think my pb is relative to nlite (i removed things, but it should be safe).
i'm still working on it.

#5 User is offline   Lucius Snow 

  • Member
  • PipPip
  • Group: Members
  • Posts: 247
  • Joined: 17-August 04

Posted 21 January 2005 - 06:35 PM

I've got the same problem :} The auto-it script didn't work here. Isn't there any other solution ? Thank you.

#6 User is offline   big poppa pump 

  • Damn Newbies!!
  • PipPipPip
  • Group: Members
  • Posts: 406
  • Joined: 10-September 03

Posted 21 January 2005 - 08:13 PM

Leave it alone and the message will disappear after 30 seconds. I have learnt to live with it. This is basically something to do with SP2.

#7 User is offline   Lucius Snow 

  • Member
  • PipPip
  • Group: Members
  • Posts: 247
  • Joined: 17-August 04

Posted 22 January 2005 - 10:41 AM

Alright, cheers. I'll let it go like this ... I hope we'll find a true solution someday though.

#8 User is offline   Lucius Snow 

  • Member
  • PipPip
  • Group: Members
  • Posts: 247
  • Joined: 17-August 04

Posted 04 February 2005 - 07:19 AM

up ;)

#9 User is offline   r0sWell 

  • Member
  • PipPip
  • Group: Members
  • Posts: 179
  • Joined: 09-June 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 04 February 2005 - 08:34 AM

one easy way to solve this pb :


in RunOnceEx.cmd i call alcohol120_install.vbs.

in alcohol120_install.vbs i put :

Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run ("%systemdrive%\Softwares\Alcohol120\setup.msi /qn REBOOT=REALLYSUPPRESS")
WScript.Sleep 15000

WshShell.SendKeys "{TAB}"
WScript.Sleep 1000

WshShell.SendKeys "{DOWN 2}"
WScript.Sleep 1000

WshShell.SendKeys "{ENTER}"
WScript.Sleep 1000

WScript.Quit


(just change the path of Alcohol120% :)

#10 User is offline   Astalavista 

  • MSFN loyalist
  • PipPipPipPipPipPipPipPipPip
  • Group: Banned
  • Posts: 3,338
  • Joined: 02-December 03

Posted 04 February 2005 - 08:36 AM

guys why not use autoit for it?

#11 User is offline   Lucius Snow 

  • Member
  • PipPip
  • Group: Members
  • Posts: 247
  • Joined: 17-August 04

Posted 04 February 2005 - 08:37 AM

That script didn't work for me.

#12 User is offline   r0sWell 

  • Member
  • PipPip
  • Group: Members
  • Posts: 179
  • Joined: 09-June 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 04 February 2005 - 08:40 AM

Lucius Snow, on Feb 4 2005, 04:37 PM, said:

That script didn't work for me.

it works for me, that's strange.

or you can try AutoIt Scripts as Astalavista said just before.

#13 User is offline   Lucius Snow 

  • Member
  • PipPip
  • Group: Members
  • Posts: 247
  • Joined: 17-August 04

Posted 04 February 2005 - 09:42 AM

Actually, it worked in VMware but not in real conditions. I guess it's because of the key delays. The speed of installation will be random between different machines. That script can't always work.

#14 User is offline   r0sWell 

  • Member
  • PipPip
  • Group: Members
  • Posts: 179
  • Joined: 09-June 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 04 February 2005 - 09:48 AM

Lucius Snow, on Feb 4 2005, 05:42 PM, said:

Actually, it worked in VMware but not in real conditions. I guess it's because of the key delays. The speed of installation will be random between different machines. That script can't always work.

so just adjust the delays to match with your computer speed :)

#15 User is offline   Lucius Snow 

  • Member
  • PipPip
  • Group: Members
  • Posts: 247
  • Joined: 17-August 04

Posted 04 February 2005 - 10:01 AM

r0sWell, on Feb 4 2005, 09:48 AM, said:

Lucius Snow, on Feb 4 2005, 05:42 PM, said:

Actually, it worked in VMware but not in real conditions. I guess it's because of the key delays. The speed of installation will be random between different machines. That script can't always work.

so just adjust the delays to match with your computer speed :)

Problem is that i use my Unattended CD on several different PC ;)

#16 User is offline   Lucius Snow 

  • Member
  • PipPip
  • Group: Members
  • Posts: 247
  • Joined: 17-August 04

Posted 04 February 2005 - 11:27 AM

Well i'd like to undersand the origin of the problem. Alcohol drivers are both a347*.sys files inside \System32\Drivers. For some reasons, they can't be installed properly at the install (even if we click on Next until the end of the wizard), and so the Device manager points an error to that device. And when i open Alcohol, the virtual CD drivers are detected by Windows. Normally, that doesn't happen.

So there's an issue with a INF (which is ?) and the drivers ... but i don't see what.

#17 User is offline   cestpaspossible 

  • Newbie
  • Group: Members
  • Posts: 25
  • Joined: 03-October 04

Posted 04 February 2005 - 01:58 PM

Hi

Here is my script to install Alcohool

I Use the WPI interface


prog[pn]=['Alcohol 120% 1.9.2. Buil 1705']
cmd1[pn]=['%cdrom%\\IAPPS\\Alcohol\\setup.msi /qn REBOOT=SUPRESS']
cmd2[pn]=['REGEDIT /S %cdrom%\\IAPPS\\Alcohol\\register.reg']
cmd3[pn]=['%cdrom%\\IAPPS\\Alcohol\\Lnk.cmd']
dflt[pn]=['yes']
cat[pn]=['Gravure']
pn++

With this command i don't have new window for detecting new hardware.

#18 User is offline   ddebacker 

  • Newbie
  • Group: Members
  • Posts: 32
  • Joined: 06-February 05

Posted 08 February 2005 - 02:13 PM

I'm quite sure this has to do with a policy in Windows XP...

It seems that some people (using nLite?) do have the problem while some others don't.

I'm using nLite 0.97b and I do have the same problem. I would like to get rid of it for all softwares once for good (and not write scripts to work around it).

Any pro of the registry settings?

#19 User is offline   Lucius Snow 

  • Member
  • PipPip
  • Group: Members
  • Posts: 247
  • Joined: 17-August 04

Posted 08 February 2005 - 02:20 PM

I don't use nLite except its patched SYSSETUP.DL_ (i may be linked to it).

#20 User is offline   Alanoll 

  • CODE tags people, CODE tags!
  • Group: Patrons
  • Posts: 5,496
  • Joined: 25-September 03

Posted 08 February 2005 - 02:30 PM

I'm plagued by this as well, but those darn time constraints....

But I'll also look into it as well.

Share this topic:


  • 2 Pages +
  • 1
  • 2
  • 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