Jump to content

gresh

Member
  • Posts

    29
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Norway

Everything posted by gresh

  1. Here is an example: Microsoft Security Bulletin MS06-062 If an update is replacing an older update the bulletin will say this: Security Update Replacement: This bulletin replaces a prior security update. See the frequently asked questions (FAQ) section of this bulletin for the complete list. Then scroll down to the FAQ section and expand it. Check the list and see if the product you want updates for has a field with "Replaced". If so, follow the link to the bulletin ID. Under the "Affected software" section you will find the KB number of the replaced update.
  2. http://wud.jcarle.com/ Some of those updates you listed earlier in this thread are replaced by newer updates: KB918419 is replaced by KB923088 (Excel 2003) KB916518 is replaced by KB923091 (Powerpoint 2003) KB917334 is replaced by KB923094 (Word 2003) KB921566 is replaced by KB923272 (Office 2003)
  3. Here is the Norwegian Windows XP x86 UL file windows_xp_x86_nor.rar Edit: Updated 2006-09-27 with KB925486; Vulnerability in Vector Markup Language Could Allow Remote Code Execution
  4. The items that doesn't have the active configuration assigned should be hidden. If you have an item 'Firefox' only assigned to configurations Mark and Anna, the item 'Firefox' should not be visible in the list when you choose the configuration Home. Then you can equal profiles with configurations.
  5. ftp://www.uli.com.tw/driver/Integrated220.rar
  6. If you want to copy a directory use dircopy. cmd1[pn]=['dircopy source destination']
  7. Change this line: cmd2[pn]=['COPY %CDROM%\\Install\\winrar\\rarreg.key C:\Progra~1\winrar\'] to this: cmd2[pn]=['FILECOPY %CDROM%\\Install\\winrar\\rarreg.key %ProgramFiles%\\winrar\\'] (remember the double slashes if you're editing your config.js manually)
  8. To copy a file from one location to another: cmd1[pn]=['filecopy %cdrom%\\AXP\\$OEM$\\hosts.txt %windir%\\System32\\drivers\\etc\\HOSTS'] Commands that can be used is: filecopy from-location to-location dircopy from-location to-location rename old-filename new-filename To ensure that a program will only install on Windows XP use the line below. cond[pn]=['getOSver()=="XP"'] getOSver returns the following strings: XP, 2K, NT, ME, 98, 95 or "Not found"
  9. Great idea to add into the config section like a drop box that you can select windows versions with?? With an all option also right?? Hasi001 would half to do this one unless someone else out there that is more familiar with java script can help me to do this. If some one can help please post here or pm me. <{POST_SNAPBACK}> This feature has been availible awhile. See this post by hasi001... cond[pn]=['getOSver()=="XP"') will only show the program if OS = Windows XP.
  10. Ati Catalyst 5.3 Release Notes It doesn't say anything about what WDM_NSP and WDM_SP stands for. The Ati installer installed WDM NSP for my VIVO card.
  11. Here is a host file that blocks spyware, ads, and some porn sites.
  12. Config wizard: If you hit the ENTER key in the description field to make a linebreak this will break the line in config.js and result in an error when wpi starts. Parse the description field in config wizard for linebreaks. Replace any linebreaks with <br>.
  13. Your regb entry will fail. Your rega entry should be like this: rega[pn]=['%CDROM%\\Software\\Winamp\mp3AVIdefault.reg']
  14. An entry will be removed from the runonceex list when all programs (cmd lines) within that entry has closed. Since WPI is still running when the new runonceex is written, the entry that starts WPI still remains in the list. One way of solving this could be to let WPI delete all RunOnceEx entries before writing the new ones. insert this code in generate.js at line 139. (or just after the line starting with var KeyBase) WshShell.RegDelete(KeyBase + "\\"); I've not tested if it works, but I guess it will do the trick.
  15. Do you mean like install from a DVD in one PC mapped to a networkshare in another PC ? For this to work you need to run WPI from the drive where windows was installed from. Important if the system has several cd/dvd drives or if the drive letters has been relocated.
  16. Look at this topic: Nvidia Driver Delete Some Files
  17. You just need to make sure that the line near the end of generate.js NOT is commented out with //
  18. Delete the file bootfix.bin in your i386 folder
  19. This works with the pctv550 web install package. Download the latest driver/app package from Pinnacle. Extract all files from the .exe file with winrar. Drivers: Copy the Drivers folder to $OEM$\$1\ and rename folder to whatever you want. Add foldername to OemPnpDriversPath in winnt.sif. App: Move the extracted files to where you install your software from. All files and folders must be identical as it is inside the package. The installer is an Installshield installer. Make the installer write a logfile using -f2 switch to your harddrive to help you find any error that may occur.
  20. @a06lp: Start your cleanup.cmd file from prog[48] in your config.js file. @Metzen: You can comment out the socond last line in the generate.js file. This way wpi will close, but not start installing right away. Launch the code below in a cmd file later when you want the runonceex to start installing the selected applications. rundll32.exe iernonce.dll,RunOnceExProcess If you havent started the runonceex process with the code abowe, the runonceex process will automaticly start after a reboot, just before the desktop is loaded.
  21. Update: Problem with 800x600 resolution is now fixed. See first post
×
×
  • Create New...