S1GNZ Posted September 19, 2008 Posted September 19, 2008 Hi all, this is my first post to this forum, I hope you guys would help me.First things first, I started to make an unattended windows a few days ago for the company I am a stagiair for at the moment. Now I wanted to put my effort in an O/S for personal use. Because I study ICT, I got the knowledge about editing the setup and making bat scripts. Designing stuff isn't too hard because I worked with Photoshop the last 6 years. But... I wouldn't make this thread if I didn't have a problem. Earlier I said I made an customized O/S for my company I work for, therefor I used a batch command which auto installs a few programs we need to install on the PC's we re-install. The weird thing is, I tested it on a used HDD and it installs without problems. The codes I used on my company's Customized O/Ssettings.txt located in the root of the CD[user]users="H@BIT admin"H@BIT admin.pass=habit1H@BIT admin.localgroup="Administrators"Autologin=H@BIT admin[software]office.checkPoint="Software\Office"office.Steps="1"office.Step.1=""%CDROM%\Software\Office\setup.bat""Ccleaner.checkPoint="Software\Ccleaner"Ccleaner.Steps="1"Ccleaner.Step.1=""%CDROM%\Software\Ccleaner\setup.exe""Antivir.checkPoint="Software\Antivir"Antivir.Steps="1"Antivir.Step.1=""%CDROM%\Software\Antivir\antivir_workstation_winu_en_h.exe""Nero.checkPoint="Software\Nero"Nero.Steps="1"Nero.Step.1=""%CDROM%\Software\Nero\setup.bat""HitmanPro.checkPoint="Software\HitmanPro"HitmanPro.Steps="1"HitmanPro.Step.1=""%CDROM%\Software\Hitmanpro\hitmanpro26.exe""Reihenfolge="office;Ccleaner;Antivir;Nero;HitmanPro"winnt.sif located in the I386 folder (serial left blank, due it's the company's license)[Data]MsDosInitiated="0"UnattendedInstall="Yes"[unattended]UnattendMode=DefaultHideFileSystem=*OemSkipEula=YesOemPreinstall=YesRepartition=NoWaitForReboot="No"UnattendSwitch=Yes[GuiUnattended]OEMSkipRegional=1OemSkipWelcome=1AdminPassword=*TimeZone=110[userData]OrgName="H@BIT Diensten"ProductKey=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX[identification]JoinWorkgroup="WERKGROEP"[Networking]InstallDefaultComponents=Yes[RegionalSettings]Language=00000413[setupParams]UserExecute="WScript.exe %systemroot%\konten.js"[GuiRunOnce]wucdcreator="wscript.exe %systemroot%\RunOnceEx.js"these files are the major changes in the O/S, but the Operating System is working fine though.--------------Now here's my customized O/S for home usesettings.txt located in the root of the CD[software]in.checkPoint="Software"in.Steps="1"in.Step.1=""%CDROM%\Software\inst.bat""WP.checkPoint="Wallpaper"WP.Steps="1"WP.Step.1=""%CDROM%\Wallpaper\install.bat""Reihenfolge="in;WP"winnt.sif is the same as the one I used for my company's O/SMy inst.bat, the CMD batch which I'm using for installing my applications@echo offIF EXIST D:\$OEM$ set CDROM=D:IF EXIST E:\$OEM$ set CDROM=E:IF EXIST F:\$OEM$ set CDROM=F:IF EXIST G:\$OEM$ set CDROM=G:IF EXIST H:\$OEM$ set CDROM=H:IF EXIST I:\$OEM$ set CDROM=I:IF EXIST J:\$OEM$ set CDROM=J:IF EXIST K:\$OEM$ set CDROM=K:%CDROM%@echo offtitle S1GNZ's App Installerecho Installeer maar 1 virusscanner, anders levert het problemen op in de toekomst!echo. goto menu:menuecho.echo Naam van het bestandecho.echoecho.echo 1 Microsoft Office 2003 echo 2 Nvidia Display Drivers for GeForce 6, 7, 8, and 9 series GPUsecho 3 Teamviewer 3 (Computer ondersteuning, externe overname etc.)echo 4 Xfire (Instant Messenger voor Games, chatten ingame)echo 5 Mozilla Thunderbird (E-mail Client van Mozilla, beter dan outlook )echo 6 Mozilla Firefox (Web browser van Mozilla)echo 7 Google Chrome (Web Browser van Google)echo 8 Windows Live Messenger (Instant Messenger Client)echo 9 Winamp 5.5.41 (Muziek proggje)echo 10 K-Lite Mega Codec Pack (Hiermee kun alle video-formaten afspelen =D)echo 11 Autounpack (Proggje om automatisch archieven uit te pakken)echo 12 Ccleaner (cleanup utility)echo 13 Winrar (archief-maker, .RAR, .ZIP etc.echo 14 Avira Antvir Free editionecho 15 Kaspersky Anti-Virus 2009 v8.0.0.454 FINAL echo Als je een key moet selecteren, doe dan importeren van bestandecho en browser naar de Windows CD\Software\Kaspersky\Keysecho 16 Ad-Aware Pro 2007echo na de installatie mapecho 17 Nero 6.6.1.4 echo 18 Newsleecher 3.9 :choiceset /P C=[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18]?if "%C%"=="1" goto bestand1if "%C%"=="2" goto bestand2if "%C%"=="3" goto bestand3if "%C%"=="4" goto bestand4if "%C%"=="5" goto bestand5if "%C%"=="6" goto bestand6if "%C%"=="7" goto bestand7if "%C%"=="8" goto bestand8if "%C%"=="9" goto bestand9if "%C%"=="10" goto bestand10if "%C%"=="11" goto bestand11if "%C%"=="12" goto bestand12if "%C%"=="13" goto bestand13if "%C%"=="14" goto bestand14if "%C%"=="15" goto bestand15if "%C%"=="16" goto bestand16if "%C%"=="17" goto bestand17if "%C%"=="18" goto bestand18goto choice:bestand1start %CDROM%\Software\Office\setup.batgoto menu:bestand2start %CDROM%\Software\175.19_geforce_winxp_32bit_english_whql.exegoto menu:bestand3start %CDROM%\Software\Teamviewer\TeamViewer_Setup_nl.exegoto menu:bestand4start %CDROM%\Software\Xfire\xfire_installer_33914.exegoto menu:bestand5start %CDROM%\Software\Thunderbird\Thunderbird Setup 2.0.0.16.exegoto menu:bestand6start %CDROM%\Software\Firefox\Firefox Setup 3.0.1.exegoto menu:bestand7start %CDROM%\Software\Google\ChromeSetup.exegoto menu:bestand8start %CDROM%\Software\WLM\WLinstaller.exegoto menu:bestand9start %CDROM%\Software\winamp5541\winamp5541_full_emusic-7plus_en-us.exegoto menu:bestand10start %CDROM%\Software\klmcodec\klmcodec417.exegoto menu:bestand11start %CDROM%\Software\Autounpack\AutoUnpack452.exegoto menu:bestand12start %CDROM%\Software\Ccleaner\setup.exegoto menu:bestand13start %CDROM%\Software\winrar\wrar371.exegoto menu:bestand14start %CDROM%\Software\Antivir\antivir_workstation_winu_en_h.exegoto menu:bestand15start %CDROM%\Software\Kaspersky Anti-Virus 2009 v8.0.0.454 FINAL\goto menu:bestand16start %CDROM%\Software\adawarepro2007\aaw2008Pro.exegoto menu:bestand17start %CDROM%\Software\Nero\setup.batgoto menu:bestand18start %CDROM%\Software\Newsleecher_v3.9_incl.keygen\setup.batgoto menu:afsluitenexit:endI used 'Windows Unattended CD Creator Beta 1.0' and it worked fine while loading my company's O/S hit settings, but when I load up my O/S for home-use it saysPlease insert the next disc for 'inst''inst' is pointing at the installation bat, but on my company's O/S it wasn't complaining about CD's. So I thought it was the name of the file, you can see it's called 'inst' now, but originally I called it 'install.bat' but also that wasn't the solution. So I think that's also something that isn't right.Everytime I try to install the .iso on VMWare it gets stuck at 9minutes with the registry-adding. Now I switched to Nlite, because after some googling I came on this forum and I saw a thread about someone who had the same, and said I needed to disable SFC, and I didn't have this option in "Windows Unattended CD Creator Beta 1.0", so I installed NLite, I clicked 'disable SFC', but it still isn't working. So maybe it's VMWare, you might never know, so I downloaded Virtual PC, and there it gets stuck on 13 minutes with the registry-adding.Now I'm asking your help, because I can't see where my problem is, if you want any more that I need to explain, or files need to show, please say so and I will.I thank you guys in advance for even looking and/or replying to this threadsincerely yoursS1GNZ
S1GNZ Posted September 19, 2008 Author Posted September 19, 2008 Since no one made a single reply, I see there are more users online right now.I really need your help, it will be much appreciated.
S1GNZ Posted September 20, 2008 Author Posted September 20, 2008 I don't like bumping a thread but I don't think I got a choice right now..
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