Jump to content

gunsmokingman

Super Moderator
  • Posts

    2,296
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Everything posted by gunsmokingman

  1. To what partition are you trying to point it to REG ADD %KEY%\001 /V 1 /D "%%Install%%\app.exe" /f Have you set the varible this way set %Install%=%systemdrive%\Install\ I am not sure but I think you have to define the varible in the batch to make it work.
  2. The new update rerquires this service to be not disable Background Intelligent Transfer Service, If this service is disable than you will get some errors.
  3. Try this in the runs from CMDLINES.txt part. The next part is to have a cmd that runs at the run once part that start the set up Office [COMMANDS] "REGEDIT /S 000.reg" "REGEDIT /S 080.reg" "Theme.cmd" "RunOnceEx.cmd" This runs just before the RunOnceEx is called so it is give enough time extract it and than at first desk top, my cmd that runs Office which allows a yes install no install, This is my last cmd to run in the RunOnceEx before the clean up part. You could also run the set up from the clean up cmd also . Theme.cmd This runs at the 12 min mark before the run once echo off cls color 4f echo Preparing Office For Later Install echo. start Off11SP1.exe ping -n 5 127.0.0.1>nul echo. echo. echo Lets Add The Custom Themes echo. start Themes.exe ping -n 5 127.0.0.1>nul echo. cls color 9f echo. echo Adding Extra Programs start Progs.exe ping -n 7 127.0.0.1>nul cls color 9f echo. echo Adding WMP9SKINS start WmpSkins.exe ping -n 5 127.0.0.1>nul color 2b echo. echo Change The Screen Size echo. ping -n 2 127.0.0.1>nul start VidChng.exe 1024x768x32@85 -q Hope this helps
  4. no missed that thanks I could not see it until you pointed it out
  5. This is what my little cmd can do it I will be adding more user input points for a total of 10 apllication to install. echo off IF EXIST C:\SETUP.exe set CDROM=C: IF EXIST D:\SETUP.exe set CDROM=D: IF EXIST C:\SETUP.exe set CDROM=E: IF EXIST F:\SETUP.exe set CDROM=F: IF EXIST G:\SETUP.exe set CDROM=G: IF EXIST H:\SETUP.exe set CDROM=H: IF EXIST I:\SETUP.exe set CDROM=I: IF EXIST J:\SETUP.exe set CDROM=J: IF EXIST K:\SETUP.exe set CDROM=K: IF EXIST L:\SETUP.exe set CDROM=L: IF EXIST M:\SETUP.exe set CDROM=M: IF EXIST N:\SETUP.exe set CDROM=N: IF EXIST O:\SETUP.exe set CDROM=O: IF EXIST P:\SETUP.exe set CDROM=P: IF EXIST Q:\SETUP.exe set CDROM=Q: IF EXIST R:\SETUP.exe set CDROM=R: IF EXIST S:\SETUP.exe set CDROM=S: IF EXIST T:\SETUP.exe set CDROM=T: IF EXIST U:\SETUP.exe set CDROM=U: IF EXIST V:\SETUP.exe set CDROM=V: IF EXIST W:\SETUP.exe set CDROM=W: IF EXIST X:\SETUP.exe set CDROM=X: IF EXIST Y:\SETUP.exe set CDROM=Y: IF EXIST Z:\SETUP.exe set CDROM=Z: SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "The Install Section"/f REG ADD %KEY%\000 /VE /D "Preparing Installation..."/f REG ADD %KEY%\A111 /VE /D "111"/f REG ADD %KEY%\A111 /V 1 /D "%CDROM%Apps\112\113"/f REG ADD %KEY%\A221 /VE /D "211"/f REG ADD %KEY%\A221 /V 1 /D "%CDROM%Apps\222\223"/f REG ADD %KEY%\A331 /VE /D "311"/f REG ADD %KEY%\A331 /V 1 /D "%CDROM%Apps\322\333"/f REG ADD %KEY%\A331 /VE /D "411"/f REG ADD %KEY%\A331 /V 1 /D "%CDROM%Apps\412\413"/f REG ADD %KEY%\470 /VE /D "Preparing Final Check ..."/f REG ADD %KEY%\470 /V 1 /D "%systemdrive%\WINDOWS\AppLog\cleanup.cmd"/f IF EXIST C:\SETUP.exe set CDROM=E: Fixed so is the download Hope this helps
  6. this must be extrated first than Resource Hacker can open it.
  7. I am not sure but you have to extract it first before you can run the office set up.
  8. REG ADD %KEY%\085 /V 1 /D "REGEDIT /S %systemdrive%\Apps\Office2003\setup.exe TRANSFORMS=Unattended.MST /qb-" /f have you thought of adding a cmd in the rar that starts the installl. From what i read hear and I am not a expert, you are trying to start your Unattended.MST from the rar file it self Apps\Office2003\setup.exe=the rar all pack up will not support this switch Unattended.MST /qb- because it would have to extract it self in the same location which would be Apps\Office2003\Office2003\ which doesnt exist. What you need to do is extract the file to that location than run TRANSFORMS=Unattended.MST /qb- Here what my Office2003 Sp1 Rar Looks Like ;The comment below contains SFX script commands Path=%systemdrive%\Off11SP1 SavePath Setup=%systemdrive%\Off11SP1\Office11SP1.cmd Silent=2 Overwrite=1 What my self extracting rar cmd is
  9. ping -n 1 127.0.0.1>nul take out the space and that should end the problem that the way I have been doing it and havn't seen a error and the 1 after the -n is for One second
  10. This is the standard Windows Tranparency colors 255 0 255 Hope this is what you want
  11. Thanks for your fast replies. I have the file located here for the copy \$OEM$\$$\System32\AppLog on the cd. Thanks for the correct way to put that in.
  12. What i would like to know is this possible to do. I want to run my RunonceEx from that location. Is that possible to do or do i have to run it from the cd. Also could someone tell me do i have the command done correct. "start %systemdrive%\Windows\System32\AppLog\RunOnceEx.cmd" Thanks
  13. Would it not be better if your app look for what 3rd party software was on the CD or DVD and download the updates for each software from the software sites. Example You have SoftwareV1 and during install your program would connect to www.SoftwareV1.com to check for updates and if there was a SoftwareV1a it would start the dl and do the update process. Keep this up it sounds like a good idea.
  14. You have to put the OEM folder inside the I386 folder if you want it to copy for the install. Using this command and trying to install from Windows winnt32.exe /noreboot /tempdrive:E: /unattend:winnt.sif If it on cd and you have the right structure than it wont copy. Just copy the cd to a spot on your hd move the OEM folder to the I386 folder and run the command
  15. D:\i386\winnt32.exe /dudisable /noreboot /unattend:d:\i386\winnt.sif
  16. This is the one you want I think winnt32.exe /noreboot /unattend:winnt.sif This will start a install on E drive cnange the E to C or what ever winnt32.exe /noreboot /tempdrive:E: /unattend:winnt.sif hope this helps
  17. Thanks that what i wanted to know Have A Good One
  18. Thanks I will use different tiltes names. Now the point of my post is this I want to know if it possible to have that choice of selecting my drivers. The unattend that i have done would not work on my computer because I had a hard ware change EG I had to take out my pci card, so that no longer exist but the cd has the drivers for it, with this location OemPnPDriversPath="Drivers\002_graphics;Drivers\004_sound" I am on the onboard one right now. That will set up my pci card, but because I had to remove the card and use the Onboard instead, than what on the cd, I cant use it because the sound drivers are wrong. I dont want to burn 2 different CDs just because the drivers change. I thought it was possible to change the driver install pont to this part of the set up, Cmdlines.txt Just before this point in it [COMMANDS] " I do not have enough skills to build the selection menu needed here so I can make sure I am installing either my Onboard Or Pci Card. " "RunOnceEx.cmd" "REGEDIT /S Zap.reg" What I wanted to know is if this is possible I dont want to use 2 sound card. I want to make sure that I will install the proper sound driver That the point of the unnattend and since i have 2 cards on my computer I want to make sure that I can install either of them without using different CDs. Or damaging my computer. Thanks
  19. What i need help with is this. The Problem I have on this computer a onbourd sound card and a pci sound card. I have built a nice Unnattend Install CD it installs my pci card. Here the problem say I have to remove the pci and have to use, the onboard sound card. I now cannot use my Unnattend Cd becasue the sound drivers in there are different. I know I could reburn a new CD, with the onboard sound card but, I thought that would it be possible to move the sounddriver setup from the default spot in the unnattend. To the 13 minute spot and say have a batch file made up to give me a choice of my Onboard or my Pci card. This is the spot just before any updates go in, if this is correct than I get a chance to reboot and at first desktop I would have my sound, is that correct. The Hard Part For Me Is that I would have very limited skills at making Bat files, This one would require 3 choices 1\Onboard install 2\Pci Install 3\Just continue I can only do a yes or know for each one of these, I cannot make the needed menu tried, also a count down choice with say a 30 to 45 second count than it go to the defualt Unattend that there. Here The Reason As I sit here that has happen I had to to pull out my Pci card, I am now using the Onboard one. I can not use the CD I made because, I have wrong sound driver being Installed. So before I burn another disk for my self I was wondering if this was possible. To have a unnattend install that covers what just has happen. I also dont want to take a chance of installing the wrong sound drivers EG I grab the cd with say the Onboard Sound Driver but go and Install with a pci in it instead. So if any one could help thanks Gunsmokingman
  20. I used the Cd image pro and it burned great. Thanks to who ever wrote the script.
  21. Hello I have read most of the stuff here on the unattened install, and I am still lost. All I would like is to be able to install XP with out putting in the key and maybe install sound and video drivers. 1\Slipstream XPsp1 2\Built my cd structure exactly as one of the guides 3\Follow the instruction to make a unnattend install 4\Use WinIso to make my ISO image, Used a XP Boot.bin to make it bootable. 5\Burned the image with Nero, on a cd rw in case i made mistakes Than i decided to test the cd, I rebooted my computer and the cd started up, this is the error I got, cannot boot from cd error code 4 What is error code 4? ----------------------------------------------------- MyWinnt.sif -------------------------------------------------- ;SetupMgrTag [Data] AutoPartition=0 MsDosInitiated="0" UnattendedInstall="Yes" [unattended] FileSystem=NTFS UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes Repartition=No OemPnPDriversPath="Drivers\002_graphics;Drivers\004_sound" DriverSigningPolicy=Ignore TargetPath=\WINDOWS [GuiUnattended] AdminPassword=38bcb8e3b214c25f17306d272a9441bb0e67798faa6250946a179a4c3b828982 EncryptedAdminPassword=Yes AutoLogon=Yes AutoLogonCount=1 OEMSkipRegional=1 TimeZone=4 OemSkipWelcome=1 [userData] ProductKey=Edit out have key FullName="Home-Beta-2004" OrgName="Beta-Home-2004" ComputerName=Home-Beta-2004 [Display] BitsPerPel=32 Xresolution=800 YResolution=600 Vrefresh=70 [RegionalSettings] LanguageGroup=1 Language=00001009 [identification] JoinWorkgroup=WORKGROUP [Networking] InstallDefaultComponents=No [NetAdapters] Adapter1=params.Adapter1 [params.Adapter1] INFID=* [NetClients] MS_MSClient=params.MS_MSClient [NetProtocols] MS_TCPIP=params.MS_TCPIP [params.MS_TCPIP] DNS=Yes UseDomainNameDevolution=No EnableLMHosts=No AdapterSections=params.MS_TCPIP.Adapter1 [params.MS_TCPIP.Adapter1] SpecificTo=Adapter1 DHCP=Yes WINS=No NetBIOSOptions=2 --------------------------------------------------- Batch File Created By SetUpManager -------------------------------------------------- @rem SetupMgrTag @echo off rem rem This is a SAMPLE batch script generated by Setup Manager. rem If this script is moved from the location where it was generated, it may have to be modified. rem set AnswerFile=.\unattend.txt set SetupFiles=F:\i386 F:\i386\winnt32 /s:%SetupFiles% /unattend:%AnswerFile% /copysource:lang ------------------------------------------------------ Any help on this would be nice. I have built bootable cd before , but have never seen that error before. Thanks
  22. The Icon for the start menu on W2K is located in User32.dll In Icon group 105 change that and the flag changes gunsmokingman
  23. Here Mine W2K SP4 Have a good one gunsmokingman
×
×
  • Create New...