Jump to content

Igor

Member
  • Posts

    49
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Italy

Everything posted by Igor

  1. I have always the same error. What's wrong? Could you help me, please? I have added only hotfixes in folder 1.
  2. Check if exist "win51ip.SP1" file in the root of CD.
  3. You have to extract content of setup.exe (you can delete instmsia.exe and instmsiw.exe) and apply /qn switch to Jasc Paint Shop Pro 8.msi
  4. From Microsoft Site: The Enterprise Deployment Pack for Windows Media Player 9 Series is a downloadable packaging tool that makes it easy for network and desktop administrators to centrally configure, deploy, and manage Windows Media Player 9 Series enterprise-wide.... http://www.microsoft.com/windows/windowsme...deploypack.aspx Direct Download: http://download.microsoft.com/download/b/e...71c5/mp9edp.exe
  5. Other INNO SETUP switches: /SAVEINF="filename" Instructs Setup to save installation settings to the specified file. Don't forget to use quotes if the filename contains spaces. /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. /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. /NORESTART Instructs Setup not to reboot even if it's necessary. /DIR="x:\dirname" Overrides the default directory name displayed on the Select Destination Directory wizard page. A fully qualified pathname must be specified. If the [setup] section directive DisableDirPage was set to yes, this command line parameter is ignored. /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 disable 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. You already known /SP-, /SILENT, /VERYSILENT
  6. Here you can find what you need : http://berns.cae.wisc.edu/pages/wincdman.asp
  7. I have created my Fat partition just after C: I use this partition also for my temp files but you can decrease the size. If you have a multiboot OS you can use the same paging file for all Windows OS
  8. You have to extract startup.inf and startup.cpl from the executable with winrar and then put this in your batch file: ECHO. ECHO Installing Startup Control Panel v2.8... start /wait rundll32 setupapi,InstallHinfSection DefaultInstall 132 %systemdrive%\yourfolder\startup.inf
  9. [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management] "PagingFiles"= Set your Paging Size, check this key and export the value I recommend you to create a 1GB Fat Partition for your swap file e set it to 400MB if you have 512MB
  10. You dont' need to create a Windows Folder in $OEM$ path You have to create $$ folder in $OEM$ path instead and copy your "Resources" folder inside
  11. To install Virus definitions silently http://securityresponse.symantec.com/avcen...s.download.html The executable work with /Q switch
  12. Try this: rundll32 setupapi,InstallHinfSection DefaultInstall 132 yourdirectory\yourinfname.inf
  13. I suggest you to reenable WFP after replacing system files, importing this: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "SFCDisable"=0 WFP isn't stupid at all for me
  14. For Internet Explorer: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel] "{871C5380-42A0-1069-A2EA-08002B30309D}"=dword:00000001
  15. [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel] "{450D8FBA-AD25-11D0-98A8-0800361B1103}"=dword:00000001
  16. I suggest you to remove your product key
  17. To have My Computer, My Documents and My Network Places on Desktop import this registry entries: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel] "{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000 "{450D8FBA-AD25-11D0-98A8-0800361B1103}"=dword:00000000 "{208D2C60-3AEA-1069-A2D7-08002B30309D}"=dword:00000000
  18. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\BitBucket] "Percent"=dword:00000002
×
×
  • Create New...