以下是setup.inf里面的内容,我想将其转换成.reg的相关信息 
 
[Version] 
Signature="$CHICAGO$" 
[DefaultInstall] 
AddReg=awpr_AddReg 
[DefaultUninstall] 
DelReg=awpr_DelReg 
 
[awpr_DelReg] 
hkcu,"SOFTWARE\ElcomSoft" 
hklm,"SOFTWARE\ElcomSoft" 
[awpr_AddReg] 
hklm,"SOFTWARE\ElcomSoft\Common Files","Location",,"%01%" 
hklm,"SOFTWARE\ElcomSoft\Common Files","%01%\elcom_lang.xml.counter",0x10001,01,00,00,00 
hklm,"SOFTWARE\ElcomSoft\Common Files","%01%\elcom_partners.exml.counter",0x10001,01,00,00,00 
hklm,"SOFTWARE\ElcomSoft\Common Files","%01%\elcom_reg.dll.counter",0x10001,01,00,00,00 
hklm,"SOFTWARE\ElcomSoft\Common Files","%01%\elcom_xml.dll.counter",0x10001,01,00,00,00 
hkcu,"Software\ElcomSoft\Common Files","Location",,"%01%" 
hkcu,"Software\ElcomSoft\Common Files","%01%\elcom_lang.xml.counter",0x10001,01,00,00,00 
hkcu,"Software\ElcomSoft\Common Files","%01%\elcom_partners.exml.counter",0x10001,01,00,00,00 
hkcu,"Software\ElcomSoft\Common Files","%01%\elcom_reg.dll.counter",0x10001,01,00,00,00 
hkcu,"Software\ElcomSoft\Common Files","%01%\elcom_xml.dll.counter",0x10001,01,00,00,00 
;hkcu,"Software\ElcomSoft\Proactive System Password Recovery","Start Menu Folder",,"ElcomSoft\Proactive System Password Recovery" 
hkcu,"Software\ElcomSoft\Proactive System Password Recovery","InstallDir",,"%01%" 
hkcu,"Software\ElcomSoft\Proactive System Password Recovery\Registration","Code",,"WDPR-4URK-SV9Y-ETFW-JDFHC-BTQF-VHDUQ" 
[Strings] |