Jump to content

warrior1109

Member
  • Posts

    66
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Everything posted by warrior1109

  1. try adding this as a .reg file, and call it after installing the app. Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run] "SunJavaUpdateSched"=-
  2. Hi, I have the same, office 2003, and a seperate frontpage cd. I followed the guide with no problems at all, so it is possible to do. Perhaps try frontpage again from the beginning, step by step.
  3. I use this to stop messnger running at startup; [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run] "msnmsgr"=- The display msn today, so far as I can tell, can only be disabled after a user has signed in, even then, it is user specific. So when a differnt username is used, it will pop up again on first sign in.
  4. Create a SFX archive with the following comment; Path=%systemdrive%\Documents And Settings\All Users\Application Data\QuickTime SavePath Silent=1 Overwrite=1 I run the SFX first, so creating the prefs file first, then the install will use the registration and prefs. from this file.
  5. This is how I install with the full installer, the inf file goes in the folder with the full installer, i've made a SFX for the QuickTime.qtp, and I call it all like this; REG ADD %KEY%\088 /VE /D "Quick Time 6.5.2 Pro" /f REG ADD %KEY%\088 /V 1 /D "%CDROM%\Software\QT\QuickTimePrefs.exe" /f REG ADD %KEY%\088 /V 2 /D "%CDROM%\Software\QT\QuickTimeFullInstaller.exe" /f This works fine for me.
  6. The registration info is kept in the QuickTime.qtp file! So once you've installed and registered, your reg name and key is stored in the QuickTime.qtp file
  7. try extending the shutdown pause to 3, 4, or 5 mins, depending how long it needs; will become; Also, once your main batch file has performed the extraction, it will not be aware of the installation proccess, so it will go on to the next proccess. Try calling the install batch files from your main batch file. Hope that helps.
  8. The error DSETUP.dll is missing, refers to the DirectX folder that is missing, it looks for the directX folder to install directX 9c. you need to place a folder with the extracted directX9c in the directory, this will avoid the error message, but I haven't managed to do a successful, working silent install yet.
  9. Hi, I use the same app, and have no probs installing it silently with this switch; REG ADD %KEY%\070 /VE /D "Adobe Acrobat 6 Professional" /f REG ADD %KEY%\070 /V 1 /D "%CDROM%\Software\Acr6pro\AcroPro.msi /QR" /f Hope that solves your troubles.
  10. I use these switches for clone cd and anydvd; SetupXXXXX.exe /S /noreboot they work fine for me
  11. I was getting the same error, but when I put the folders "common files" & "cover design" into the "nero6" folder and redone the sfx, it all works just fine, the error "the access path cannot be found" is refering to components from the missing folders, once they are included, the error goes away.
  12. I use sleep.exe, set it to 100, it works fine for me, get it here, http://unattended.msfn.org/xp/downloads.htm
×
×
  • Create New...