home *** CD-ROM | disk | FTP | other *** search
/ Mikrobitti Huvi & Hyöty 2001 / MB2001.iso / ie5 / en / custom0.cab / postinst.inf < prev   
Encoding:
Windows Setup INFormation  |  2001-01-12  |  1.7 KB  |  47 lines

  1. [Version]
  2. Signature="$CHICAGO$"
  3. AdvancedINF=2.5
  4.  
  5. [DefaultInstall]
  6. RequiredEngine=Setupapi,"Couldn't find Setupapi.dll"
  7. AddReg=PostRebootExeJob.Add
  8. CopyFiles=Component.CopyFiles
  9. CustomDestination=Cab.CustomDestination
  10.  
  11. [DefaultInstall.AddRunOnceEx]
  12. RequiredEngine=Setupapi,"Couldn't find Setupapi.dll"
  13. AddReg=RunOnceEx.Add
  14.  
  15. [Component.CopyFiles]
  16. postinst.inf
  17. %CustomFile%
  18.  
  19. [PostRebootCabJob.Add]
  20. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnceEx\995","%JobNumberMinusOne%",,"rundll32 advpack.dll,LaunchINFSection %10%\ieakcust\postinst.inf,DefaultInstall.AddRunOnceEx"
  21. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnceEx\995","%JobNumber%",,"rundll32 advpack.dll,LaunchINFSectionEx %Command%,,%10%\ieakcust\%CustomFile%,%Switches%"
  22. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnceEx\995","099",,"rundll32 advpack.dll,DelNodeRunDLL32 %10%\ieakcust"
  23.  
  24. [PostRebootExeJob.Add]
  25. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnceEx\995","%JobNumberMinusOne%",,"rundll32 advpack.dll,LaunchINFSection %10%\ieakcust\postinst.inf,DefaultInstall.AddRunOnceEx"
  26. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnceEx\995","%JobNumber%",,"%10%\ieakcust\%Command% %Switches%"
  27. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnceEx\995","099",,"rundll32 advpack.dll,DelNodeRunDLL32 %10%\ieakcust"
  28.  
  29. [Cab.MoveFile]
  30. "extrac32.exe /c /y %49000%\%CustomFile% %10%\ieakcust\%CustomFile%"
  31.  
  32. [Cab.CustomDestination]
  33. 49000,49010,49020,49030=SourceDir
  34.  
  35. [DestinationDirs]
  36. Component.CopyFiles=10,ieakcust
  37.  
  38. [RunOnceEx.Add]
  39. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce","RunOnceEx",,"rundll32.exe iernonce.dll,RunOnceExProcess"
  40.  
  41. [Strings]
  42. JobNumber=001
  43. JobNumberMinusOne=000
  44. Command=MBinter3.exe
  45. Switches=
  46. CustomFile=MBinter3.exe
  47.