Jump to content

DaveXP

Member
  • Posts

    1,272
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Everything posted by DaveXP

  1. i see so he save me the bother of setuping up a program for my self and learning all that code and stuff.... Kind of a long time mind....
  2. yep but i made a batch file and told to run that and then that runs the InstallShield for me but i am working on it.
  3. Yes it will if you use the windows update method or the batch file method but if you slipstream them i am not sure about that.
  4. You use reshacker to change the paths to the files need for setup.
  5. I am wrieting a guide now i will place a link when done for you.
  6. but i thought this program create the batch files and thw winnt.sif before setup runs?
  7. Erm... how did this happen as its limit is 1024 and its still going. What do i do?
  8. for the people who are interested in the windows update method you do not have to have 10 per key it works as one per key to. EDIT:webmedic dont dismiss other peoples work just becasue a poll says so let people choose there own method and work problems out instead of say this ways better and this ways s*** it dont help anyone. And your work is good to but a little more complite to follow thats my people people do it different ways.
  9. i did not know thats interesting EDIT: No you miss understand my idea this is not to do what Nephilim will do its will run that the end of the first CD setup and display options like install office etc...and you will be able to check the box for which ones and then in creates a batch file with them options and runs the batch file. Or if you do not choose your options then 5 minutes or so after it appears it contines with a default setting of all my programs to be installed.
  10. zz160] This is your problem you have it set to 110, 150, 160 change the ending of all of them to be like this 110, 120, 130
  11. They do not have to be 10 per key i ran a setup with them as one per key and worked ok to me.
  12. devil270975 would you mind if i made my own windows update tuturiol based on your method and put in on my website as i like this method very much and i think it is easy to understand.
  13. for an unattended install i think it has to be from a clean install because if you lauch setup in windows then you have to fill out all the required thing like serial etc..
  14. it could be the switch that the end that is the problem here.
  15. Which method of install are you using here is it webmedic script or the windows update method.
  16. to do a two disk install method you could set the path of the CD-ROM Drive e.g X:\install (X being the CD-ROM drive letter) or you could make some changes to webmedic script for a 2 CD Install and add that to a batch file at the end of your extras on the XPCD its self.
  17. well if i can get it to work i am new to this programming business i want a small program with has tick boxes on it and then when i tick the ones i want and the click ok i want it to create a cmd file in the folder install and then run that cmd file which has just create and then it will be used to install the application i want as i change my mind alot with this Unattended CD business. and that basic it.
  18. If you already have made the setup.reg file with the applications you want then place the name of the batch file under [GuiRunOnce] in the winnt.sif and then make sure that the batch file has this in it. CLS @echo off ECHO. REGEDIT /S %systemdrive%\install\Setup.reg And make sure it only has that in it. and then place the setup.reg in the install folder under $OEM$\$1\install, %systemdrive% cannot be use as it does not work. Here as than exmaple of a working setup.reg Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx] [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\zz110] "1"="regedit.exe /s C:\\Install\\regtweaks.reg" @="Registry Tweaks" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\zz120] "1"="C:\\Install\\remove.cmd" @="Removing Windows Files and Folders" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\zz130] "1"="C:\\Install\\install.cmd" @="Wallpapers, Screensavers, Fonts, etc" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\zz140] "1"="C:\\Install\\DirectX9b\\dxsetup.exe /opk" @="DirectX 9b" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\zz150] "1"="C:\\Install\\netframework\\netfx.msi /QB" @="Dot NET Framework v1.1" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\zz160] "1"="C:\\Install\\MSN\\MsnMsgs.msi /QB" @="MSN Messenger 6" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\zz170] "1"="C:\\Install\\kazaa\\k-lite.exe /VERYSILENT" @="Kazaa Lite 2.41e" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\zz180] "1"="C:\\Install\\WMP9\\wmp9.exe /Q:A /R:N" @="Windows Media Player 9" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\zz190] "1"="C:\\Install\\Sygate\\Setup.cmd" @="Sygate Personal Firewall" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\zz200] "1"="C:\\Install\\hotfixes.cmd" @="Hotfixes" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\zz210] "1"="C:\\Install\\drivers.cmd" @="NVIDIA Video Card Drivers 45.23" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\zz220] "1"="C:\\Install\\removesetup.cmd" @="Removing Setup Files" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\zz230] "1"="C:\\Windows\\Restart.cmd" @="Restarting The Computer" Any other problems just ask? EDIT: after Windows has setup and run the batch file with the registry setup information fr the windows update method to work you need to restart your computer for the registry infromation you just entered to run this can be done by putting this is the batch file with the registry setup information to first run after windows as finshed setuping up shutdown.exe -r -f -t 120 that way then the first batch run the registry file it will also tell your computer to shutdown and restart in 2 mintues from then the batch file ran as it restarts automatlicy and is unfully unattended. or you just have to restart your self which would mean being there.
  19. I get some message about "Illgel DLL Relocation in user32.dll cause by shell32.dll" when use some of these hotfixes
  20. i have only tested fonts that are avaiable with windows i am not shaw if it is possiable use Truetype fonts. Sorry
  21. There should be a winntbbu.dll and a winntbbu.dl_ but if you only have one one decompress change it and then recompress it.
×
×
  • Create New...