Thanks Kels and Yzöwl for that advices.
@Yzöwl, how did u convert reg to cab?
@Kels,
I've downloaded both the WillyPad and CAB tool.
I opened up my MyComputer.reg with WillyPad and run the "INF file Wizard" in Tools tab.
I typed "MyComp" for both the "application's name" and "short name" and click on OK w/o changing the default check boxes and i get this in WillyPad:
QUOTE
; *****************************************
; **** MyComp ****
; *****************************************
; INF created with the help of WillyPad.
; Freeware from Snoopy 81
[version]signature="$CHICAGO$"
[DefaultInstall]
[STRINGS]
KEY_REMOVE = "Software\Microsoft\Windows\CurrentVersion\Uninstall"
KEY_RUNONCE = "Software\Microsoft\Windows\CurrentVersion\RunOnce"
KEY_CURRENT = "Software\Microsoft\Windows\CurrentVersion"
;
; Following lines are just here for reference, you can delete them as needed.
KEY_RENAME = "Software\Microsoft\Windows\CurrentVersion\RenameFiles"
KEY_RUN = "Software\Microsoft\Windows\CurrentVersion\Run"
Windows Registry Editor Version 5.00
;Adds Control Panel to right click of MY Computer
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Control Panel\command]
@="rundll32.exe shell32.dll,Control_RunDLL"
;And so on....
Then saved as "MyComp.inf".
Then I generated "MYCOMP.IN_" by opening "MyComp.inf" using CAB Tool.
Am i correct?
Where is .cab file?
i only have "MyComp.inf" (created with WillyPad) and "MYCOMP.INF_" (with CAB Tool)
Where's "Entries_MyComp.ini"?