r0sWell Posted September 2, 2004 Posted September 2, 2004 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.
r0sWell Posted September 2, 2004 Author Posted September 2, 2004 up [sorry i didn't place my topîc at the right place. it has been moved.]
glent Posted September 2, 2004 Posted September 2, 2004 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
r0sWell Posted September 3, 2004 Author Posted September 3, 2004 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.
Lucius Snow Posted January 22, 2005 Posted January 22, 2005 I've got the same problem The auto-it script didn't work here. Isn't there any other solution ? Thank you.
big poppa pump Posted January 22, 2005 Posted January 22, 2005 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.
Lucius Snow Posted January 22, 2005 Posted January 22, 2005 Alright, cheers. I'll let it go like this ... I hope we'll find a true solution someday though.
r0sWell Posted February 4, 2005 Author Posted February 4, 2005 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%
r0sWell Posted February 4, 2005 Author Posted February 4, 2005 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.
Lucius Snow Posted February 4, 2005 Posted February 4, 2005 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.
r0sWell Posted February 4, 2005 Author Posted February 4, 2005 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
Lucius Snow Posted February 4, 2005 Posted February 4, 2005 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now