Content Type
Profiles
Forums
Events
Everything posted by Gouki
-
Ok ... So ... all the rest is right? Thanks!
-
Guys ... Thank u both for the help. erik_demon, thank u very much for the help. About the MsDosInitiated ... U want me to delete the ones with "No" or the one with "1" ? There goes my monster cleanup.cmd changed
-
Didn't knew anything about that ...!
-
Guys ... Ive been trying to make my UA CD work for a long time now ... So, Ill try to post my 3 files: -start.cmd -cleanup.cmd -winnt.sif For the experts to take a look at it and tell me if something is wrong. I really appreciate all the help that the ppl from the Forum have been giving me for the past couple of months. My start.cmd code: @echo off ECHO. ECHO Durante os proximos minutos as instalacoes vao ter lugar. ECHO Nao mexe no computador e aguarde. ECHO O computador se reiniciara assim que estiver tudo concluido. ECHO. ECHO. ECHO. ECHO A instalar o MSN Messenger v6.2 ECHO Por favor aguarde ... start "" /wait "%systemdrive%\install\MSN\MsnMsgs.msi" IAGREE="Yes" ADDEXPLORERTOOLBAR="" SETSEARCHENGINE="" SETHOMEPAGE="" /QN ECHO. ECHO. ECHO. ECHO A instalar Windows Media Player 10 ECHO Por favor aguarde ... start /wait %systemdrive%\install\WMP10\MP10Setup.exe /q:A /c:"setup_wm.exe /Q /R:N /DisallowSystemRestore" ECHO. ECHO. ECHO. ECHO A instalar Java (Plugin) ECHO Por favor aguarde ... start /wait %systemdrive%\install\Java\jre503.exe ECHO. ECHO. ECHO. ECHO A instalar o DirectX 9.0c ECHO Por favor aguarde ... start "" /wait %systemdrive%\install\DX9\dxsetup.exe /silent ECHO. ECHO. ECHO. ECHO A instalar o Adobe Reader 6.0.3 ECHO Por favor aguarde ... start /wait %systemdrive%\install\ADBR\acroread603.exe ECHO. ECHO. ECHO. ECHO A instalar Flash e Shockware (Plugins) ECHO Por favor aguarde ... start /wait %systemdrive%\install\Flash\mm_fl_sw_installer.exe /s EXIT Now, my cleanup.cmd (Here is where I have more doubts): @ECHO OFF cmdow @ /HID shutdown.exe -r -f -t 60 -c "NÃO MEXA NO COMPUTADOR!! O Windows ira reiniciar dentro de 1 minuto. A fazer limpeza dos ficheiros utilizados..." IF EXIST "%SystemDrive%\D" RD /S /Q "%SystemDrive%\D" del /q "%allusersprofile%\start menu\Programs\Accessories\Entertainment\Windows Media Player.lnk" RD /S /Q "%systemdrive%\install" RD /S /Q "%systemdrive%\WINDOWS\Resources\Themes\Luna" del /S /Q "%systemdrive%\start.cmd" RD /s /Q "%allusersprofile%\start menu\programs\accessories\entertainment" RD /s /Q "%allusersprofile%\start menu\programs\accessories\communications" del "%systemdrive%\Documents and Settings\Utilizador\Local Settings\Temp" /q rd "%systemdrive%\Documents and Settings\Utilizador\Local Settings\Temp" /s /q del "%systemdrive%\Documents and Settings\Utilizador\Local Settings\Temporary Internet Files" /q rd "%systemdrive%\Documents and Settings\Utilizador\Local Settings\Temporary Internet Files" /s /q del "%userprofile%\Local Settings\Temp" /q rd "%userprofile%\Local Settings\Temp" /s /q mkdir "%userprofile%\Local Settings\Temp" del %systemdrive%\Recycled\?*.* /q rd %systemdrive%\Recycled /s/q del %systemdrive%\Recycler\?*.* /q rd %systemdrive%\Recycler /s/q del "%userprofile%\Local Settings\Temporary Internet Files" /q rd "%userprofile%\Local Settings\Temporary Internet Files" /s /q EXIT And finnaly, my winnt.sif: ;SetupMgrTag [Data] AutoPartition=0 MSDosInitiated= "1" MSDosInitiated= "No" MSDosInitiated= "No" UnattendedInstall="Yes" MSDosInitiated= "No" AutomaticUpdates=no [Unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes TargetPath=\WINDOWS Repartition=No FileSystem=* WaitForReboot="No" OemPreinstall= "Yes" KeyboardLayout="Portuguese" [GuiUnattended] AdminPassword=* EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=80 OemSkipWelcome=1 [UserData] ProductKey=;) GONE :D FullName="www.GoukiHQ.com" OrgName="G-Windows XP v2.0 - by Gouki" ComputerName=Machine [Display] BitsPerPel=32 Xresolution=1024 YResolution=768 Vrefresh=75 AutoConfirm=1 [TapiLocation] CountryCode=620 Dialing=Tone [RegionalSettings] LanguageGroup=11,1 SystemLocale=00000409 UserLocale=00000409 InputLocale=0816:00000816 [URL] Home_Page="www.goukihq.com" [Identification] JoinWorkgroup=MSHOME [Networking] InstallDefaultComponents=Yes [Shell] DefaultStartPanelOff=Yes [GuiRunOnce] "%systemdrive%\start.cmd" command9= "%SystemDrive%\D\BTS_DPs_Control_Panels.cmd" "%systemdrive%\cleanup.cmd" OK. Now ... Why I have 3 MSDosInitiated? Adding BTS DP created me a winnt.sif with that: 2 x MSDosInitiated="No". And the Deployment Tools created one with "1" So I kinda putted them together and created the 3 x MSDosInitiaded Monster About the ... Is that correct? Thanks guys! Cya!
-
DELETED
-
@ ghostrider Oh ok! Got it ... Didnt knew that the new base had the option about the clean up ... The code I now have on my cleanup.cmd is this: @ECHO OFF cmdow @ /HID shutdown.exe -r -f -t 60 -c "NÃO MEXA NO COMPUTADOR!! O Windows ira reiniciar dentro de 1 minuto. A fazer limpeza dos ficheiros utilizados..." IF EXIST %SystemDrive%\D RD /S /Q %SystemDrive%\D RD /S /Q "%systemdrive%\install" RD /S /Q "%systemdrive%\WINDOWS\Resources\Themes\Luna" del /S /Q "%systemdrive%\start.cmd" RD /s /Q "%allusersprofile%\start menu\programs\accessories\entertainment" RD /s /Q "%allusersprofile%\start menu\programs\accessories\communications" del "%systemdrive%\Documents and Settings\Master\Local Settings\Temp" /q rd "%systemdrive%\Documents and Settings\Master\Local Settings\Temp" /s /q del "%systemdrive%\Documents and Settings\Master\Local Settings\Temporary Internet Files" /q rd "%systemdrive%\Documents and Settings\Master\Local Settings\Temporary Internet Files" /s /q del "%userprofile%\Local Settings\Temp" /q rd "%userprofile%\Local Settings\Temp" /s /q mkdir "%userprofile%\Local Settings\Temp" del %systemdrive%\Recycled\?*.* /q rd %systemdrive%\Recycled /s/q del %systemdrive%\Recycler\?*.* /q rd %systemdrive%\Recycler /s/q del "%userprofile%\Local Settings\Temporary Internet Files" /q rd "%userprofile%\Local Settings\Temporary Internet Files" /s /q EXIT Is everything right with it? Putted the IF EXIST there in case the D folder was already deleted.
-
It does create a new winnt.sif ... the older version of base already did that, but ... So I dont have to be comparing the one DP created and the one I made, I would like to know what do I need to add to my winnt.sif
-
Guys ... Probably a stupid question, but ... What do I need to add to winnt.sif in order the BTS DP to work? Thanks all!
-
once in a year
-
1) 2 2) GUIRunOnce 3) Keep the Drivers off; 4) all except mastorage; 5) Shuttle SB75G2 Offtopic: Is it safe to include this code: RD /S /Q "%systemdrive%\D" In my cleanup .cmd? This way, it was kind of a Plan B in case the D folder faild to delete! But, will I get any error if the folder was already deleted? Thanks all!
-
How about creating the Thread in the nLite forum?!
-
But, after working like 3/4 times?
-
No. Select them to be removed after install!
-
After I did some sucess install of my UA CD, I got an 7.z error on the silent installtion of the app. The JAVA app is from RyanVM Thanks
-
I keep getting the D folder on my system drive /. I know its suposed to be copied there, but wasnt it suposed to delete itself after installation? Im also getting a error I cant see (its behind of my cleanup.cmd). The part I could see said: Error on A:\D\C (I think) At the Hardware Devices ... Im getting a cross on top of my ATI Radeon 9800 PRO
-
Good luck with it man. Ive been trying to to this for a long time now, I and keep getting different erros all the time. What I can recommend u to to do is (tested for me and it worked) Do n0t remove any Hardware Support or drivers ...! That just doesnt work for me cause I remove praticly all the drivers from windows and just add BTS DP. Good luck with it man! EDIT: Im doing another UA CD right now ... Removed almost all the drivers and it worked. So, I guess my problem was with the hardware support. Just dont touch that for ur CD to work. Cya
-
Sorry Bâshrat the Sneaky Thanks guys!
-
Just extract all the files to a folder in ur install folder and do this: start "" /wait %systemdrive%\INSTALLFOLDER\DX9FOLDER\dxsetup.exe /silent U wont have any bugs! cya!
-
U just choose apply to all folders ... Not sure if this is ur problem tho ...!
-
Tryed with SP1 only. Modem.sys was the file missing now! Thanks for nothing!
-
Tryed with my Windows XP SP1 CD Gold and it didnt work ... Said it couldnt Slipstream with Software already slipstreamed in it Tought it was because of SP1
-
SP2 slipstreaming requires a WXPCD with no SP on it ... Wich I dont have ... So, ill continue with SP1, but, anyone has any ideas of how I can resolve my problem of that win2k.sys? Thanks
-
WMP10 Slipstreamer Version 1.1
Gouki replied to Bâshrat the Sneaky's topic in Unattended Windows 2000/XP/2003
BTS said that some feautures were not on that version ... Read the first post, that maybe it. -
Ok guys ... Ive been thinking and I think I will install SP2. Just a few questions: Wich SP2.exe do I download to integrate with nLite? After integrating SP2 with nLite, will it be possible to remove some components on SP2 that I dont want? Im thinking about downloading RyanVM's Pack Lite, for SP2, what do u guys think? Is there a list of services for SP2? Tryed BlackViper but hes down for several weeks now!