September 2, 200421 yr 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" /fREG ADD %KEY%\092 /V 1 /D "%systemdrive%\Hotfixes\Alcohol120\setup.msi /qn REBOOT=Suppress" /fREG ADD %KEY%\092 /V 2 /D "REGEDIT /S %systemdrive%\Hotfixes\Alcohol120\enregistrement.reg" /fREG ADD %KEY%\092 /V 3 /D "REGEDIT /S %systemdrive%\Hotfixes\Alcohol120\settings.reg" /fwhen RunOnceEx comes to it, a new message box appears because a new SCSI/RAID hardware has been found.here is a screenshot :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.
September 2, 200421 yr Author up [sorry i didn't place my topîc at the right place. it has been moved.]
September 2, 200421 yr 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
September 3, 200421 yr Author 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.
January 22, 200521 yr I've got the same problem The auto-it script didn't work here. Isn't there any other solution ? Thank you.
January 22, 200521 yr 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.
January 22, 200521 yr Alright, cheers. I'll let it go like this ... I hope we'll find a true solution someday though.
February 4, 200521 yr Author 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 15000WshShell.SendKeys "{TAB}"WScript.Sleep 1000WshShell.SendKeys "{DOWN 2}"WScript.Sleep 1000WshShell.SendKeys "{ENTER}"WScript.Sleep 1000WScript.Quit(just change the path of Alcohol120%
February 4, 200521 yr Author 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.
February 4, 200521 yr 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.
February 4, 200521 yr Author 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
February 4, 200521 yr 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
Create an account or sign in to comment