Jump to content

INF PopUps Installer :(


Recommended Posts

As I make no request, installation disk

111.JPG

222222.JPG

33333.JPG

Code Example Logo Installer

;Logo INF by Gerislamico
;v1.00 05-03-2011
[Version]
Signature=$CHICAGO$
AdvancedINF=2.5

[SourceDisksNames]
1="WinStyle 98 1.0","LOGO.CAB",0

;Copy Dirs
[DestinationDirs]
Copy.Boot=30
Copy.Machine=10
Copy.INF=17

;Defaul Install
[DefaultInstall]
SmartReboot=N
CopyFiles=Copy.INF,Copy.Boot,Copy.Machine
AddReg=AddReg.Install

;Defaul Uninnstall
[DefaultUninstall]
SmartReboot=N
DelFiles=Copy.Boot, Copy.Machine, Copy.INF
DelReg=DelReg.Uninstall

;Copy Logo
[Copy.Boot]
Logo.sys,LGRAY.SYS,,32

;Copy Inf to Uninstall
[Copy.INF]
Logo.inf,LOGOG.INF,,32

;Copy Logow
[Copy.Machine]
Logow.sys,WGRAY.SYS,,32
Logos.sys,SGRAY.SYS,,32

;Add Uninstal Reg Entries
[AddReg.Install]
HKLM,%UninstallKey%,DisplayName,,"%PackageName%"
HKLM,%UninstallKey%,UninstallString,,"RUNDLL32.EXE %11%\SETUPAPI.DLL,InstallHinfSection DefaultUninstall 132 %17%\LOGO.INF"

;Add Uninstal Command Inf
[DelReg.Uninstall]
HKLM,%UninstallKey%

;Strings
[Strings]
UninstallKey="Software\Microsoft\Windows\CurrentVersion\Uninstall\WStyleLogos"
;Localizable strings
PackageName="Extra-WinStyle 98 Logos (Remove Only)"
;

Link to comment
Share on other sites


The inf files below are case sensitive. They all should read

1=logob.inf etc.... instead of 1=LOGOB.INF

[Files]

0=notepad.exe

1=LOGOB.INF

2=LOGOG.INF

3=LOGOV.INF

4=LOGOLB.INF

5=LOGOLV.INF

6=LOGOLO.INF

7=LOGOLR.INF

8=LOGOLY.INF

9=LOGOO.INF

10=LOGOP.INF

11=LOGOR.INF

12=LOGOS.INF

13=LOGOW.INF

14=LOGOY.INF

You can also remove these lines. They are only needed for the SP.

;20=rundll32 advpack.dll,LaunchINFSectionEx Msjava16.inf,UnInstall,,20

;0=crlupd.cab,0,0,0

;1=verinst.exe q240308,shdocvw.dll,5.0.2723.2900,0

Link to comment
Share on other sites

;20=rundll32 advpack.dll,LaunchINFSectionEx Msjava16.inf,UnInstall,,20

;0=crlupd.cab,0,0,0

;1=verinst.exe q240308,shdocvw.dll,5.0.2723.2900,0

These lines help you memorize commands and future variations :thumbup

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...