Jump to content

arjanv

Member
  • Posts

    73
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

Everything posted by arjanv

  1. [GuiRunOnce] ; command to install PROSetII - uncomment to install PROSetII after push install Command2="c:\drivers\net\Proset.msi /qn" Command2="\\ghost_server\d\install\start.cmd" how should I start this?
  2. first i've made a preinstall using microsoft opktool. Then I use msfn unattended xp guide to add software and windows updates. here some short samples of start and hotfixes.cmd *** Start.cmd *** ECHO. ECHO Bezig met installeren van Microsoft Windows Journal Viewer 1.5 ECHO Even wachten... start /wait \\ghost_server\d\install\Applications\jviewer\JViewer.msi /qn ECHO. ECHO Applying Windows updates... start /wait \\ghost_server\d\install\hotfixes.cmd ECHO. ECHO Applying Registry Tweaks... REGEDIT /S \\ghost_server\d\install\RegTweaks.reg ECHO. ECHO software kiezer... start /wait \\ghost_server\d\install\install.exe ECHO. ECHO De computer wordt binnen 1 minuut opnieuw opgestart... shutdown.exe -r -f -t 30 -c "Windows XP wordt nu na een halve minuut automatisch opnieuw opgestart." ECHO. ECHO Verwijderen Tijdelijke Installatie bestanden... RD /S /Q %systemdrive%\Drivers RD /S /Q %systemdrive%\install EXIT *** Hotfixes.cmd *** ECHO. ECHO Bezig met installeren van vbs56nnl ECHO Even wachten... start /wait \\ghost_server\D\install\Updates\vbs56nnl.exe /Q:A /R:N ECHO. ECHO Bezig met installeren van wm9codecs ECHO Even wachten... start /wait \\ghost_server\D\install\Updates\wm9codecs.exe /Q:A /R:N start /wait \\ghost_server\D\install\Updates\qchain.exe EXIT these scripts are running while we pre install windows for our customer. when our customer fill in the windows serial key and fill in his username, these script are running all over again. *** This is my unattend.txt *** ;This is the default Unattended installation file ;Target Path should be new directory ;Adminpassword is blank. [unattended] Unattendmode = FullUnattended OemPreinstall = Yes TargetPath = * DriverSigningPolicy=Ignore Filesystem = LeaveAlone OemSkipEula = YES FactoryMode = YES OemPnPdriversPath="Drivers\Net" [userData] FullName = "Uw gebruikersnaam" OrgName = "Uw bedrijfsnaam" ComputerName = * ProductKey=bla-bla [GuiUnattended] TimeZone = "110" AdminPassword = * AutoLogon = Yes OEMSkipRegional = 1 OEMSkipWelcome = 1 [LicenseFilePrintData] AutoMode = "PerServer" AutoUsers = "5" [Display] BitsPerPel = 32 XResolution = 1024 YResolution = 768 VRefresh = 70 [branding] BrandIEUsingUnattended = No IEBrandingFile = install.ins [Networking] [GuiRunOnce] ; command to install PROSetII - uncomment to install PROSetII after push install Command2="c:\drivers\net\Proset.msi /qn" Command2="\\ghost_server\d\install\start.cmd" [identification] JoinWorkgroup = Werkgroup [shell] CustomDefaultThemeFile = "%WINDIR%\System32\case.Theme" DefaultStartPanelOff = No DefaultThemesOff = No DoDesktopCleanup = Yes DelayCleanUp = Yes What else do you need to examine my problem? thanks for your fast reply.
  3. Hi, We are building pc's for our customers, we install the pc and the end user must fill in the windows serial key and their names. I've made a pre-install of windows xp. Windows update and software are automaticly installed. When we are finished the installation then we click on "Reseal" button. But when the end user boot up his new pc, the files start.cmd, hotfixes.cmd are running again. This is the problem we don't want that, because we allready do this, these files are runing for the second time. how to solve this? Please help me. Greetings, Arjan
  4. Hi, I want to install nero 5.5 (oem version). I use installs.exe from icemannd. These file are on the original cd: on the root is the setup.exe (1,6MB) also have a folder named nero55 with lotst of files, there is also a files called Nero - Burning Rom.msi (16MB) I tried to install this file, and i works but i don't know how to install this silent. And how to automaticly import the registration key? My situation now is that I must fill in the serial by hand and i must click a couple of times on ok and next. Thanks, Arjan Versloot
  5. Hi, I've read this whole topic, but I can't find a key for: auto arrange desktop icons and quickstart Thanks
  6. thanks for your answer. Can this be done automaticly? someone.....?? Thanks
  7. Hi, I use msfn preinstall method. Applications are automaticly installed and it works perfect we install some apps manually and testing the pc, after that we click the Reseal button, and the pc's is ready for the customer. But when our customers boot the pc, all the applications getting installed again (start.cmd is running again). How is this possible or better, how can I solve this. Thanks
  8. Hi, I have a working install also with windowsupdate. I followed this http://unattended.msfn.org/xp/installhotfixes.htm ** Example ** [Version] Signature="$Windows NT$" MajorVersion=5 MinorVersion=1 BuildNumber=2600 [setupData] CatalogSubDir="\i386\Update" [ProductCatalogsToInstall] [setupHotfixesToRun] \\server\D\install\Updates\KB329441.exe /Q /O /N /Z \\server\D\install\Updates\KB810217.exe /Q /O /N /Z ** End ** I made a ghost of the preinstall, and the ghost we install on our computers. Is it possible to start svcpack.inf from a netword location, so it become easy to edit and add updates to svcpack.inf. i've done this the same with preinstalling the applications I've put this in winnt.sif [GuiRunOnce] \\server\D\install\install\start.cmd So when i decided to add a application I only have to edit start.cmd and copy the new application to the server. I want to do this also with the windowsupdates, can someone help me. Thanks
×
×
  • Create New...