Version 0.26 is now uploaded...

RyanVM, could you update your mirror ? Thanks

Thanks for bringing this to my attention.
Code: Select all
Not Found
The requested URL /n7epsilon/Reg2Inf_031.zip was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
this actually day one for me in doing INF files, but i don't think xable's links are necessarily true.n7Epsilon wrote:I have successfully implemented a replacer function in Reg2Inf version 0.24, but I can't seem to find a qualified list of INF variables anywhere...
- Can anyone please provide a list ? (eg: %1642% = %ProgramFiles%)
Code: Select all
[WinntDirectories]
1 = ""
2 = system32
3 = system32\config
4 = system32\drivers
5 = system
7 = system32\ras
9 = system32\spool
10 = system32\spool\drivers
11 = system32\spool\drivers\w32x86\3
12 = system32\spool\prtprocs
13 = system32\spool\prtprocs\w32x86
14 = system32\wins
15 = system32\dhcp
16 = repair
17 = system32\drivers\etc
18 = system32\spool\drivers\w32x86
19 = system32\drivers\disdn
20 = inf
21 = Help
22 = Fonts
23 = Config
24 = msagent\intl
25 = Cursors
26 = Media
27 = java
28 = java\classes
29 = java\trustlib
30 = system32\ShellExt
31 = Web
32 = system32\Setup
33 = Web\printers
34 = system32\spool\drivers\color
35 = system32\wbem
36 = system32\wbem\Repository
37 = addins
38 = "Connection Wizard"
39 = "Driver Cache\i386"
40 = security
41 = security\templates
42 = system32\npp
43 = system32\ias
44 = system32\dllcache
45 = Temp
46 = Web\printers\images
47 = system32\export
48 = system32\wbem\mof\good
49 = system32\wbem\mof\bad
50 = twain_32
51 = msapps\msinfo
52 = msagent
53 = msagent\chars
54 = security\logs
55 = system32\icsxml
57 = system32\mui
58 = %MUI_PRIMARY_LANG_ID_DIR%
59 = system32\mui\dispspec
60 = AppPatch
61 = Debug
62 = Debug\UserMode
63 = system32\oobe
67 = Help\Tours
68 = Resources\Themes\Luna
69 = Resources\Themes\Luna\Shell\NormalColor
70 = system32\oobe\html\ispsgnup
71 = system32\oobe\html\mouse
72 = system32\oobe\html\oemcust
73 = system32\oobe\html\oemhw
74 = system32\oobe\html\oemreg
75 = system32\oobe\images
76 = system32\oobe\setup
77 = system32\oobe\sample
78 = Resources\Themes\Luna\Shell\Metallic
79 = Resources\Themes\Luna\Shell\Homestead
91 = Help\Tours\mmTour
92 = Help\Tours\htmlTour
93 = Provisioning\Schemas
100 = system32\1025
101 = system32\1028
102 = system32\1031
103 = system32\1033
104 = system32\1037
105 = system32\1041
106 = system32\1042
107 = system32\1054
108 = system32\2052
109 = system32\3076
110 = system32\wbem\xml
111 = system32\usmt
112 = system32\inetsrv
123 = mui
124 = WinSxS
125 = WinSxS\Manifests
126 = WinSxS\InstallTemp
127 = ime
129 = Resources\Themes
130 = ime
132 = ime\imejp
133 = System32\IME\PINTLGNT
134 = System32\IME\CINTLGNT
135 = System32\IME\TINTLGNT
136 = IME\CHTIME\Applets
137 = ime\imejp98
138 = ime\imejp\applets
139 = pchealth\helpctr\binaries
180 = system32\3com_dmi
181 = PeerNet
239 = system32\wbem\Logs
240 = ehome
It is safe to assume that you replace %1 with your .inf file. But I have also used this in the past.C:\WINDOWS\System32\rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 %1
Which is the proper method to use? I plan to add this at cmdlines.txt, so it will be installed at T12. Is there a better method to integrate?rundll32.exe advpack.dll,LaunchINFSection {path}\yourinf.inf, DefaultInstall,3
Then put it and the MyTweaks.inf in the same folder and compress with 7-zip or Zip or Rar or Cab and integrate as a hotfix in nLite or using the integrator...[general]
builddate=23/11/2006
description=Gee Tweaks Addon
language=English (United States)
title=Gee Tweaks
version=1.0
[sysoc]
MyTweaksINF=ocgen.dll,OcEntry,MyTweaks.inf,Hide,7
[dosnet_files]
d1,MyTweaks.inf
[txtsetup_files]
MyTweaks.inf = 1,,,,,,,20,0,0
[i386_compress]
rvmtemp\extracted\MyTweaks.inf
Code: Select all
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
"DesktopProcess"=dword:00000001 ; Launch Windows Desktop in a separate Process
Code: Select all
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer","DesktopProcess",0x00010001,ce,De,01,00
Code: Select all
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer","DesktopProcess",0x00010001,01,00,00,00
Reg2Inf SendTo AddOn/InstallerRickSteele wrote:can anyone here tell me what I must do to use this app;