Jump to content

turbomcp

Member
  • Posts

    208
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Israel

Everything posted by turbomcp

  1. there a new build and this method doesnt work on it it crashes at the end(when the messenger pop starts)
  2. hi guys i saw nobody posted this before so i decided to post it you know how you connect to some terminal services server and minimize the screen for a while and then maximize it. anyway after awhile the session is idle and disconnected,it doesnt poll the server every time when it is minimized. well this reg tweak will take care of it: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services] "fDisableAutoReconnect"=dword:00000000 this will keep the session alive even if it is minimized
  3. hi me again first of all thanks again for all the hard work you are putting into these driverpacks i just have one question since i know this: "Important Add driver entries only to the [MassStorageDrivers] and [OEMBootFiles] sections for bootable mass-storage devices. Do not include secondary mass-storage devices. Instead, add the drivers for secondary mass-storage devices to the folder specified by the OemPnPDriversPath entry in your unattended installation answer file. Including drivers for non-bootable mass-storage devices in the [MassStorageDrivers] or [OEMBootFiles] sections causes an error during the setup process." why do you add these drivers to winnt.sif why not use the regular method like all m.storage drivers? would appreciate a reply thanks me
  4. yes great work actually exelent work actually unbeleievable freaking unbelievable no.1 man in driver packs made me afreak of driverpacks:)
  5. anybody else getting this? Bashrat the Sneaky's DriverPacks Slipstreamer - STEP 3 BTS DriverPacks will be slipstreamed into your UWXPCD, using method 1. _ back-up of winnt.sif made... _ original SETUP.EX_ recovered... _ presetup.cmd deleted... _ back-up of txtsetup.sif made... _ DriverPacks slipstreamed... [method 1] _ OemPnPDriversPath added to winnt.sif... Could Not Find C:\Documents and Settings\Administrator\Desktop\testing drivers\U WXPCD_ROOT\I386\3w*.??_ _ DriverPack MassStorage slipstreamed... _ commands added to winnt.sif to install DriverPack Sound control panels... ################################################################################ Press any key to continue . . .
  6. so whats the problem now? you got over the nls files by adding the i386 into the image? and now the problem is black screen after using ghost? are all machines same hardware?
  7. hey buddy i have a great idea for you did you try searching the forum before you posted all of these?
  8. post your sysprep.inf file here and ill tell you whats wrong (without sysprep.inf it will work for sure) its something with the inf file are you sure you set english to default set as default and apply to all profiles?
  9. i use svcpack.inf works great easier to troubleshoot and replace new updates that replace older hotfixes and doesnt cause the i386 to be dirty by integrate options
  10. mine is 0k cause i use trillian:)
  11. hate to spoil the fun (and there is fun:)) but doesnt this util from vmware do the same thing? VMware DiskMount Utility http://vmware-svca.www.conxion.com/softwar...-3.1.0-9089.exe ??
  12. glad you like it:) it helped me with treesize
  13. hi guys i just wanted to help you guys having trouble with the inosetup program engine on certain programs(i had one with treesize:) it asks for password during install) so here are all the command lines for it: The Setup program accepts optional command line parameters. These can be useful to system administrators, and to other programs calling the Setup program. /SP- Disables the This will install... Do you wish to continue? prompt at the beginning of Setup. Of course, this will have no effect if the DisableStartupPrompt [setup] section directive was set to yes. /SILENT, /VERYSILENT Instructs Setup to be silent or very silent. When Setup is silent the wizard and the background window are not displayed but the installation progress window is. When a setup is very silent this installation progress window is not displayed. Everything else is normal so for example error messages during installation are displayed and the startup prompt is (if you haven't disabled it with DisableStartupPrompt or the '/SP-' command line option explained above) If a restart is necessary and the '/NORESTART' command isn't used (see below) and Setup is silent, it will display a Reboot now? message box. If it's very silent it will reboot without asking. /SUPPRESSMSGBOXES Instructs Setup to suppress message boxes. Only has an effect when combined with '/SILENT' and '/VERYSILENT'. The default response in situations where there's a choice is: -Yes in a 'Keep newer file?' situation. -No in a 'File exists, confirm overwrite.' situation. -Abort in Abort/Retry situations. -Cancel in Retry/Cancel situations. -Yes (=continue) in a DiskSpaceWarning/DirExists/DirDoesntExist/NoUninstallWarning/ExitSetupMessage/ConfirmUninstall situation. -Yes (=restart) in a FinishedRestartMessage/UninstalledAndNeedsRestart situation. 5 message boxes are not suppressible: -The About Setup message box. -The Exit Setup? message box. -The FileNotInDir2 message box displayed when Setup requires a new disk to be inserted and the disk was not found. -Any (error) message box displayed before Setup (or Uninstall) could read the command line parameters. -Any message box displayed by support function MsgBox. /LOG Causes Setup to create a log file in the user's TEMP directory detailing file installation and [Run] actions taken during the installation process. This can be a helpful debugging aid. For example, if you suspect a file isn't being replaced when you believe it should be (or vice versa), the log file will tell you if the file was really skipped, and why. The log file is created with a unique name based on the current date. (It will not overwrite or append to existing files.) The information contained in the log file is technical in nature and therefore not intended to be understandable by end users. Nor is it designed to be machine-parseable; the format of the file is subject to change without notice. /LOG="filename" Same as /LOG, except it allows you to specify a fixed path/filename to use for the log file. If a file with the specified name already exists it will be overwritten. If the file cannot be created, Setup will abort with an error message. /NOCANCEL Prevents the user from cancelling during the installation process, by disabling the Cancel button and ignoring clicks on the close button. Useful along with '/SILENT' or '/VERYSILENT'. /NORESTART Instructs Setup not to reboot even if it's necessary. /RESTARTEXITCODE=exit code Specifies the custom exit code that Setup is to return when a restart is needed. Useful along with '/NORESTART'. Also see Setup Exit Codes. /LOADINF="filename" Instructs Setup to load the settings from the specified file after having checked the command line. This file can be prepared using the '/SAVEINF=' command as explained below. Don't forget to use quotes if the filename contains spaces. /SAVEINF="filename" Instructs Setup to save installation settings to the specified file. Don't forget to use quotes if the filename contains spaces. /LANG=language Specifies the language to use. language specifies the internal name of the language as specified in a [Languages] section entry. When a valid /LANG parameter is used, the Select Language dialog will be suppressed. /DIR="x:\dirname" Overrides the default directory name displayed on the Select Destination Location wizard page. A fully qualified pathname must be specified. /GROUP="folder name" Overrides the default folder name displayed on the Select Start Menu Folder wizard page. If the [setup] section directive DisableProgramGroupPage was set to yes, this command line parameter is ignored. /NOICONS Instructs Setup to initially check the Don't create any icons check box on the Select Start Menu Folder wizard page. /COMPONENTS="comma separated list of component names" Overrides the default components settings. Using this command line parameter causes Setup to automatically select a custom type. /PASSWORD=password Specifies the password to use. If the [setup] section directive Password was not set, this command line parameter is ignored. When an invalid password is specified, this command line parameter is also ignored. hope this helps people having trouble with it:) bye for now
  14. hey there just added this player to my list i run it with -s switch(didnt noticed anything installed other then realplayer and afew shortcuts i delete from desktop anyway) and then run this reg to eliminate the config [HKEY_CURRENT_USER\Software\RealNetworks\RealPlayer\6.0\Preferences\ConfigurationCount] @="1" [HKEY_CURRENT_USER\Software\RealNetworks\RealPlayer\6.0\Preferences\EulaAcceptedVersion] @="2" [HKEY_CURRENT_USER\Software\RealNetworks\RealPlayer\6.0\Preferences\FirstRunPlayed] @="1" [HKEY_CURRENT_USER\Software\RealNetworks\RealPlayer\6.0\Preferences\LastStartupVersion] @="1610652119" [HKEY_CURRENT_USER\Software\RealNetworks\RealPlayer\6.0\Preferences\LastLoginTime] @="1106389926" this leaves you only with one thing(change it according to what you like) its the mime settings (association=what files will real player open as default) change it to whatever you want and then youll have a worry free unattended install
  15. try this it worked for me setup.exe -A -A -P C:\intel
  16. check these: http://support.microsoft.com/default.aspx?...kb;en-us;258062 http://support.microsoft.com/default.aspx?...kb;en-us;830574 goodluck
  17. you cloned a windows 2003 domain controller?
  18. dont think so koko you have to take the i386 out of the cd then run KB890830.exe /integrate:c:\ (where your i386 is in c:\i386)
  19. i was just about to post this after i tested it no need for shell thing this one is fine and enough for it to ignore the update Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\RemovalTools\MRT] "Version"="E5DD9936-C147-4CD1-86D3-FED80FAADA6C"
  20. so i dont get it has anybody found something that works to disable this new one(Windows-KB890830-ENU.exe)
  21. sure im kidding:) just wanted to show my appreciation(except for clicking on links:))
  22. i already purchased a wireless rain and network cards especially for these packs:) again and again i am amazed from the work you do on these packs (Y) great work really appreciate it
  23. thanks man dont know how i missed that:)
×
×
  • Create New...