Jump to content

SC00BS

Member
  • Posts

    46
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Everything posted by SC00BS

  1. Not sure. You could try adding OemFilesPath="..\$OEM$" in winnt.sif
  2. Kennedy Are you going to release a help file with this?
  3. I created a transforms file, that did the trick
  4. Does anyone know how to install autoroute 2005 silently. Its comes on 2 cd's. Cheers
  5. Oops my fault. Thanks for you help. I was only launching the exe file and thinking the msi file would be created by this stage but it doesnt. It gets created once you have clicked on the install button.
  6. Thanks for the quick response. I've tried that but it doesnt create a msi file in temp folder. I've tried %temp% and %windir%\temp I've set the settings to show all files icluding hidden and system files. Still no luck
  7. I cannot locate an msi version of the daemon tools v3.47 The only version i can find is the exe version. If someone knows of a link i would appreciate it
  8. for acrobat 6.0.2 REG ADD %KEY%\005 /VE /D "Adobe Reader 6" /f REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\AdbeRdr602_distrib_enu.exe /s /a /s /v\"TRANSFORMS=Rdr602.mst /qb\"" /f for symantec REG ADD %KEY%\025 /VE /D "Norton AV" /f REG ADD %KEY%\025 /V 1 /D "%systemdrive%\install\norton\SCS.msi /qb-! RUNLIVEUPDATE=0 REBOOT=REALLYSUPPRESS" /f for media player 10 REG ADD %KEY%\035 /VE /D "Media Player 10" /f REG ADD %KEY%\035 /V 1 /D "%systemdrive%\install\wmp\mp10setup.exe /Q:A /C:\"setup_wm.exe /Q /R:N /DisallowSystemRestore\"" /f
  9. You can change the name. You have to re-run the sql server setup again. It'll keep the database settings. I have done it before.
  10. If you dont have have it get it from here LINK
  11. REG.EXE is a command line tool that comes with XP IMPORT is one of the switches that are available with REG.EXE
  12. Can't see any disadvantages. I currentl use a multi-os dvd with all my apps installing from CD. I then use wpi to allow for additional apps to be installed after build if necessary. i have the wpi.hta to autorun. CD serves as dual purpose that way.
  13. use reg import that definetly works. create your desired reg files and then reg import your.reg file
  14. In your winnt.sif make sure you have the following code. [Unattended] OemPreinstall=Yes
  15. Users have rights to their HKCU keys so i dont see what the problem is. Unless you have a policy where they cannot access regedit and are trying to import .reg files. Instead of using .reg file modify your script to use reg add this will allow users to modify their HKCU keys even with policy restricting regedit.
×
×
  • Create New...