
Alanoll
PatronContent Type
Profiles
Forums
Events
Everything posted by Alanoll
-
<{POST_SNAPBACK}> indeed I had no idea you were into that sort of thing...
-
Winnt.sif Program Ver 2.0 Released!
Alanoll replied to b0r3d's topic in Unattended Windows 2000/XP/2003
let me reiterate what a previous member has said.... THIS TOPIC IS A YEAR OLD As far as I'm aware, though the download is still available, it is NO LONGER UNDER DEVELOPMENT and the user RARELY frequents this board anymore. -
My User Account Is Not Being Created!
Alanoll replied to lylo's topic in Unattended Windows 2000/XP/2003
curse that nLite -
My User Account Is Not Being Created!
Alanoll replied to lylo's topic in Unattended Windows 2000/XP/2003
add a PAUSE prior to the EXIT in the CMD file, and see if a window pops up and stays. It should halt setup so if you want you could set it over night and return in the morning. (Since you're doing this, I suggest making a "Save Point" in VMWare [if you're using it] at T-14. This way you can skip a good portion of setup and actually deal with the problem faster ) -
maybe that's why I like 4.0 better then 5. 4.0 you didn't have to type in the actual code. Guess I'm just lazy like that By the time I want a AutoRun Menu, I usually don't wanna spend lots of time
-
Detachedprogram & Oempreinstall=no
Alanoll replied to GreenMachine's topic in Unattended Windows 2000/XP/2003
thought I fixed that... -
@amardeepsingh Do you not read a thread before posting/PMing someone? If you had, this thread has provided you with the answer to BOTH your questions.
-
My User Account Is Not Being Created!
Alanoll replied to lylo's topic in Unattended Windows 2000/XP/2003
A. What is your computer name? B. How do you spell Administrator in your language? -
Detachedprogram & Oempreinstall=no
Alanoll replied to GreenMachine's topic in Unattended Windows 2000/XP/2003
http://unattended.msfn.org/intermediate/drivers/cd.htm That should help you step by step. Just disregard everything about SETUP.EXE and WatchDriver Signing. Just focus on SetDevicePath and what everything else the page says. Look at the CMD file for an example of how to use SetDevicePath. -
Redoing the Unattended Guide was a large task, and most of the information from this forum had to be cut to get the thing out. If i hadn't, it would have been probally another year till the guide was updated.
-
How To Reduce The Boot Time Of Uxp
Alanoll replied to amardeepsingh's topic in Unattended Windows 2000/XP/2003
bootcfg.exe Open a command prompt, type bootcfg.exe /? for usage. -
Detachedprogram & Oempreinstall=no
Alanoll replied to GreenMachine's topic in Unattended Windows 2000/XP/2003
http://unattended.msfn.org/intermediate/fi...tDevicePath.exe I use that program to parse my driver directories appropriatly. SetDevicePath.exe %systemdrive%\Drivers Should add all folders under Drivers to the DevicePath -
Photoshop isn't a Windows Installer file though. Technically its InstallScript, so you can't make a transform for it.
-
Detachedprogram & Oempreinstall=no
Alanoll replied to GreenMachine's topic in Unattended Windows 2000/XP/2003
Yeah it's the first. nLite file would probally be first if you used nLite. -
Detachedprogram & Oempreinstall=no
Alanoll replied to GreenMachine's topic in Unattended Windows 2000/XP/2003
Add the file to I386. Then add to Txtsetup.sif $$.exe = 1,,,,,,,2,0,0 The in WINNT.SIF DetachedProgram="%windir%\system32\$$.exe" And yes, OEMPnPDriversPath will still work with OEMPreInstall=No -
Detachedprogram & Oempreinstall=no
Alanoll replied to GreenMachine's topic in Unattended Windows 2000/XP/2003
Won't work. Read what I said. -
Take off all the last \ when moving directories. It thinks you're specifying files.
-
Assuming the rest is working and teh CD is bootable and installs, and just all your hotfixes aren't working....change OEMPreInstall=No to OEMPreInstall=YES Then Move the folders i01,i02,i03,i04,i05,i06 into $OEM$\$1\Install The append %system%\install before each setup call. ie. Command0=i01\setup.exe to Command0=%systemdrive%\install\i01\setup.exe
-
I edited my post, so perhaps you could take a look Hope my edits make your stuff work.
-
What exactly DOES happen? Do they appear in the RunOnceEX window? are they just skipped during execution? REG ADD %KEY%\053 /VE /D "K Lite Mega Codec Pack 1.18" /f REG ADD %KEY%\053 /V 1 /D "%CDROM%\codecs\mega118.exe /silent /loadinf=".\silent.inf"" /f Should be REG ADD %KEY%\053 /VE /D "K Lite Mega Codec Pack 1.18" /f REG ADD %KEY%\053 /V 1 /D "%CDROM%\codecs\mega118.exe /silent /loadinf=\".\silent.inf\"" /f REG ADD %KEY%\055 /VE /D "Sun Java J2SE 1.5 with Update " /f REG ADD %KEY%\055 /V 1 /D "%CDROM%\apps\java\j2re.exe /s /v"/qn [ADDLOCAL=jrecore[,extra][,other_US] | ALL] [IEXPLORER=1] [MOZILLA=1] [INSTALLDIR=C:\Progra~1\Java] [REBOOT=Suppress] [JAVAUPDATE=0] [CUSTOM=0]"" /f Should be REG ADD %KEY%\055 /VE /D "Sun Java J2SE 1.5 with Update " /f REG ADD %KEY%\055 /V 1 /D "%CDROM%\apps\java\j2re.exe /s /v\"/qn ADDLOCAL=jrecore,extra,other_US IEXPLORER=1 MOZILLA=1 INSTALLDIR=C:\Progra~1\Java REBOOT=Suppress JAVAUPDATE=0 CUSTOM=0\"" /f That's all the parse errors i could see off the bat. I'm guessing it's your screwy quotes messing things up Also, I don't believe all those [] around the MSI Properties were neccesary, nor do I believe you know what some of them do. [ADDLOCAL=jrecore[,extra][,other_US] | ALL] Is giving you an option of all the different stuff. To be used it must be ADDLOCAL=jrecore or ADDLOCAL=jrecore,extra,other_US or ADDLOCAL=ALL Understand what I'm getting at? It's just listing the possible values for YOU to choose.
-
Detachedprogram & Oempreinstall=no
Alanoll replied to GreenMachine's topic in Unattended Windows 2000/XP/2003
Here go: I use this in my WINNT.SIF file DetachedProgram="%windir%\system32\themes.exe" In TXTSETUP.SIF. under the [FILES] section I add themes.exe = 1,,,,,,,2,0,0 I usually just search for bootvid.dll, then enter in the line right under or above it. Then I don't ahve to worry about EOF characters and such. The 2, is the destination directory. Search for [WinntDirectories] inside TXTSETUP.SIF to get all of them. If you don't like any of those...add a new one 80 = Resources\LogonUI 81 = web\wallpaper I add those to place my other files. The only limitation I've found is that the directory has to be within the %windir% directory. That should be enough for you to get started Wait... FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\CD.txt SET CDROM=%%i: start /wait %CDROM%\MySetup.exe Should be the CMD file, with the CMD file name replacing theme.exe and fixing the path appropriately That should be enough now -
Detachedprogram & Oempreinstall=no
Alanoll replied to GreenMachine's topic in Unattended Windows 2000/XP/2003
edit TXTSETUP.SIF to add an entry to a CMD file for DetachedProgram to execute. I'll be back later with more info, gotta go now -
The Unattend guide was written from experience If you look at the rest of the ref.chm, there are ALOT of things that aren't mentioned there along with missing values.
-
Oh my! You didn't even BOTHER TO SEARCH THE ISSUE, READ THE STICKY TOPIC OF RELEASE, or READ THE EULA!