Jump to content

Daniel_NL

Member
  • Posts

    12
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    China

About Daniel_NL

Daniel_NL's Achievements

0

Reputation

  1. Thanks! . I'll try this; the thing is, I can't get a normal XP unattended working.. I downloaded some files, which are already unattended installs. I know the commands though.. So do I need to add this at the last line or something, at my WINNT.SIF?
  2. Well, in my other topic; all there is, is some short answers. My other topic was about T-12. Does Windows Post-Install run after, or while installing Windows XP?
  3. Hello, I want to create a menu, which popups when installing Windows XP. It will let me choose what apps I want to install. Is there any tutorial/app that let me do this?\ Regards, Daniel.
  4. I searched both Application Installs and Windows Unattended forums. Edit: Found it on the tutorials. Anyway, I want a menu during/before the install, which lets you select the apps you need..
  5. Well, can't I create a menu or something, so you can tick the apps you like to install?
  6. Hello, What is "T-12"?. Everyone says you can select what applications that you want to install, at the "T-12". Is this some kind of menu? Greetings, Daniel.
  7. I tried the switch already, it doesn't work .
  8. Hello, I finally created a succesful batch. Well, almost. When my batch tries to install, the following error appears: Well, you might guess, its dutch for: "You did not enter a valid key". But the problem is, i did not even enter a key! I just used the code from the tutorial: ECHO. ECHO Installing Office 2003 ECHO Please wait... start /wait %systemdrive%\install\Applications\Office2003\PRO11.msi /Q Where can i enter the key? In my batch? or a .ini or whatever? Please help, Regards, Daniel.
  9. Ok, i got all the app's working! Yay! The only thing is, Office says i did not enter a serial code. That's true. I just copied this code: ECHO. ECHO Installing Office 2003 ECHO Please wait... start /wait %systemdrive%\install\Applications\Office2003\PRO11.msi /QB What's wrong? Where do i need to enter my serial?
  10. Thanks for your reply. I tried Windows only, but that didn't work either. So i thought, lets create a Win XP with PS, Firefox, Office and Nero on a DVD. Can't anyone help me with a batch file for these applications? Oh, one last question, when does your cmd supposed to be running? After the installating of Win XP or after the Reboot.. When?!
  11. Hello, First of all, MSFN forum is a really nice forum. I've been reading it for about a week now. Okay, this is the problem. I want an unattended WinXP SP2 (I already slipstreamed it) with Photoshop CS, Firefox, Office 2003 and Nero 6.605 (Why that version? There is a thread about it). But i still don't get it. I followed the tutorial. It installs well. It reboots, but it does not startup Windows. I already f**ked up 3 CD-R's. Well, i'll post my WINNT.SIF . You have to place it in /I386/ right? ;SetupMgrTag [Data] Autopartition=0 MsDosInititated="0" UnattendedInstall="Yes" [Unattended] UnattendMode=FullUnattended OemSkipEulA=Yes OemPreinstall=Yes TargetPath=\WINDOWS Repartition=No Unattendswitch="Yes" WaitForReboot="No" OemPnPDriversPath= DriverSigningPolicy=Ignore AutoActivate=No [GuiUnattended] AdminPassword=xxxxxx EncryptedAdminPassword=No OEMSkipRegional=1 TimeZone=110 OemSkipWelcome=0 ProfilesDir="%systemdrive%\Documents and Settings\" [Display] BitsPerPel=32 XResolution=1024 YResolution=768 Vrefresh=70 [UserData] ProductKey=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx FullName=Daniel xxxxx OrgName= ComputerName=Daniel-AMD [TapiLocation] CountryCode=31 Dialing=Tone [RegionalSettings] LanguageGroup=1 Language=00000809 [Identification] JoinWorkgroup=xxxxx [Networking] InstallDefaultComponents=Yes [Componants] msmsgs=off msnexplr=off OEAccess=off media_clips=off media_utopia=off Accessopt=off AutoUpdate=off templates=off fax=off Clipbook=off hypertrm=off rec=off pinball=off freecell=off minesweeper=off solitaire=off spider=off hearts=off zonegames=off [GUIRunOnce] %systemdrive%\install\main_batch.cmd Okay, i tried to create a batch, but it isn't working . Where should i place my batch? /$OEM$/$1/Applications/ is the map i placed PSCS, Firefox, Office 2003 and Nero. But how do i know what i should put in my batch? All help is appreciated. Regards, Daniel.
×
×
  • Create New...