weist123 Posted October 27, 2004 Posted October 27, 2004 i wanna unattended install tweakui ver1.33 to my win2000 system though runonceex.cmd.but there are 4 files included :how can i deal with it ?
Alanoll Posted October 27, 2004 Posted October 27, 2004 is this the version that you can right-click on the INF and install?if so...rundll32.exe setupapi.dll,InstallHinfSection DefaultInstall 132 (PATH TO INFFILES)
weist123 Posted October 29, 2004 Author Posted October 29, 2004 thx!that is the version that can right-click on the INF and install.is this correct?cmdow @ /HID@echo offIF EXIST D:\CD.txt set CDROM=D:IF EXIST E:\CD.txt set CDROM=E:IF EXIST F:\CD.txt set CDROM=F:IF EXIST G:\CD.txt set CDROM=G:IF EXIST H:\CD.txt set CDROM=H:IF EXIST I:\CD.txt set CDROM=I:IF EXIST J:\CD.txt set CDROM=J:SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "Installing Applications" /fREG ADD %KEY%\001 /VE /D "Tweakui Installation..." /fREG ADD %KEY%\001 /V 1 /D rundll32.exe setupapi.dll,InstallHinfSection DefaultInstall 132 %CDROM%\Software\tweakui\tweakui.inf" /f
Alanoll Posted October 29, 2004 Posted October 29, 2004 you're missing a ( " ) jsut before rundll32.exe but other then that, i BELIEVE it's correct.
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