rainman Posted June 6, 2008 Posted June 6, 2008 hello alli have unfortunately not success to create an inf for my first addon i have learn the great tuto video of our super modo RICK but when i try FCGBA i got lot of errorshere is my inf :[Version]Signature="$Windows NT$"[Optional Components]Task Killer[DefaultInstall]AddReg =Task Killer.AddRegCopyFiles =Task Killer.Files,lang.FilesprofileItems=Task Killer.AddShortcut,UNINSTALL.AddShortcut,Desktop.AddShortcut,QuickLaunch.AddShortcut[Task Killer]OptionDesc ="Registry Entries"Tip ="kill process appz"Modes =0,1,2,3AddReg =Task Killer.AddRegCopyFiles =Task Killer.Files,lang.FilesprofileItems=Task Killer.AddShortcut,UNINSTALL.AddShortcut,Desktop.AddShortcut,QuickLaunch.AddShortcut[DestinationDirs]Task Killer.Files=16422,Task Killerlang.Files =16422,Task Killer\lang[SourceDisksNames.x86]1="Windows XP CD-Rom","Task Killer.cab",,"i386"[SourceDisksFiles]cat.lng=1chi.lng=1chs.lng=1cht.lng=1csy.lng=1deu.lng=1eng.lng=1file_id.diz=1fra.lng=1history.txt=1hun.lng=1license.txt=1pol.lng=1ptg.lng=1readme.htm=1rus.lng=1spa.lng=1taskkiller.chm=1TaskKiller.exe=1taskkiller.ini=1ukr.lng=1uninstall.exe=1[Task Killer.Files] readme.htmtaskkiller.chmtaskkiller.iniTaskKiller.exeuninstall.exefile_id.dizhistory.txtlicense.txt[lang.Files]fra.lnghun.lngpol.lngptg.lngrus.lngspa.lngukr.lngcat.lngchi.lngchs.lngcht.lngcsy.lngdeu.lngeng.lng[Task Killer.AddShortcut]Name =Task KillerCmdLine =16422,Task Killer,TaskKiller.exeSubDir =Task KillerWorkingDir=16422,Task KillerInfoTip =kill process appz[UNINSTALL.AddShortcut]Name =uninstallCmdLine =16422,Task Killer,uninstall.exeSubDir =Task KillerWorkingDir=16422,Task KillerInfoTip =Uninstall Task Killer[readme.AddShortcut]Name =readmeCmdLine =16422,Task Killer,readme.txtSubDir =Task KillerWorkingDir=16422,Task KillerInfoTip =readme Task Killer[Desktop.AddShortcut]Name =Task Killer,0x00000008,25CmdLine =16422,Task Killer,TaskKiller.exeWorkingDir=16422,Task KillerInfoTip =kill process appz[QuickLaunch.AddShortcut]Name =Task Killer,0x00000008,26CmdLine =16422,Task Killer,TaskKiller.exeSubDir =%QUICK_L%WorkingDir=16422,Task KillerInfoTip =kill process appz[Task Killer.AddReg]; Reg2Inf v0.46 - [url="http://tinyurl.com/fgqyf"]http://tinyurl.com/fgqyf[/url]HKCU,"Software\RSD Software, Inc.\Task Killer",,0x10HKCU,"Software\RSD Software, Inc.\Task Killer","Version",0x0,"v2.30"HKCU,"Software\RSD Software, Inc.\Task Killer","InstallPath",0x0,"%16422%\Task Killer"HKCU,"Software\RSD Software, Inc.\Task Killer","Installer Language",0x0,"1036"HKLM,"%UNINSTALL%\Task Killer",,0x10HKLM,"%UNINSTALL%\Task Killer","DisplayName",0x0,"Task Killer (remove only)"HKLM,"%UNINSTALL%\Task Killer","UninstallString",0x0,"\uninstall.exe"[strings]UNINSTALL="SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall"QUICK_L ="Microsoft\Internet Explorer\Quick Launch"very thanks for help Quote
LUZR4LIFE Posted June 6, 2008 Posted June 6, 2008 From what I can see, your problem is with your "[Task Killer.Files]". You can not have spaces in the [], change it to [TaskKiller.Files] and fix the others. ([Task Killer.AddShortcut],[Task Killer.AddReg]) Quote
rainman Posted June 6, 2008 Author Posted June 6, 2008 Very thanks LUZR4LIFE for your replyi try this and give you reportsi think you see right many thanks Quote
LUZR4LIFE Posted June 6, 2008 Posted June 6, 2008 (edited) I should have asked for the FGCBA report. LOLAlso fix "Task Killer.Files=16422,Task Killer" (TaskKiller.Files)You may also want to change.....OptionDesc ="Registry Entries"toOptionDesc ="Task Killer Addon" or alike, since this is no longer just Reg.entries. Edited June 6, 2008 by LUZR4LIFE Quote
ricktendo Posted June 6, 2008 Posted June 6, 2008 This is the problem, when there is a space in a path in DestinationDirs you have to use quotes[DestinationDirs]Task Killer.Files=16422,"Task Killer"lang.Files =16422,"Task Killer\lang"BTW your CAB name is too long (I also suspect your INF is also) and it has a space so this means its not 8.3 filename compliant[Version]Signature="$Windows NT$"[Optional Components]Task Killer[DefaultInstall]AddReg =Task.Killer.AddRegCopyFiles =Task.Killer.Files,lang.FilesprofileItems=Task.Killer.AddShortcut,UNINSTALL.AddShortcut,Desktop.AddShortcut,QuickLaunch.AddShortcut[Task Killer]OptionDesc ="Registry Entries"Tip ="kill process appz"Modes =0,1,2,3AddReg =Task.Killer.AddRegCopyFiles =Task.Killer.Files,lang.FilesprofileItems=Task.Killer.AddShortcut,UNINSTALL.AddShortcut,Desktop.AddShortcut,QuickLaunch.AddShortcut[DestinationDirs]Task.Killer.Files=16422,"Task Killer"lang.Files =16422,"Task Killer\lang"[SourceDisksNames.x86]1="Windows XP CD-Rom","TaskKill.cab",,"i386"[SourceDisksFiles]cat.lng=1chi.lng=1chs.lng=1cht.lng=1csy.lng=1deu.lng=1eng.lng=1file_id.diz=1fra.lng=1history.txt=1hun.lng=1license.txt=1pol.lng=1ptg.lng=1readme.htm=1rus.lng=1spa.lng=1taskkiller.chm=1TaskKiller.exe=1taskkiller.ini=1ukr.lng=1uninstall.exe=1[Task.Killer.Files]readme.htmtaskkiller.chmtaskkiller.iniTaskKiller.exeuninstall.exefile_id.dizhistory.txtlicense.txt[lang.Files]fra.lnghun.lngpol.lngptg.lngrus.lngspa.lngukr.lngcat.lngchi.lngchs.lngcht.lngcsy.lngdeu.lngeng.lng[Task.Killer.AddShortcut]Name =Task KillerCmdLine =16422,Task Killer,TaskKiller.exeSubDir =Task KillerWorkingDir=16422,Task KillerInfoTip =kill process appz[UNINSTALL.AddShortcut]Name =uninstallCmdLine =16422,Task Killer,uninstall.exeSubDir =Task KillerWorkingDir=16422,Task KillerInfoTip =Uninstall Task Killer[readme.AddShortcut]Name =readmeCmdLine =16422,Task Killer,readme.txtSubDir =Task KillerWorkingDir=16422,Task KillerInfoTip =readme Task Killer[Desktop.AddShortcut]Name =Task Killer,0x00000008,25CmdLine =16422,Task Killer,TaskKiller.exeWorkingDir=16422,Task KillerInfoTip =kill process appz[QuickLaunch.AddShortcut]Name =Task Killer,0x00000008,26CmdLine =16422,Task Killer,TaskKiller.exeSubDir =%QUICK_L%WorkingDir=16422,Task KillerInfoTip =kill process appz[Task.Killer.AddReg]; Reg2Inf v0.46 - [url="http://tinyurl.com/fgqyf"]http://tinyurl.com/fgqyf[/url]HKCU,"Software\RSD Software, Inc.\Task Killer",,0x10HKCU,"Software\RSD Software, Inc.\Task Killer","Version",0x0,"v2.30"HKCU,"Software\RSD Software, Inc.\Task Killer","InstallPath",0x0,"%16422%\Task Killer"HKCU,"Software\RSD Software, Inc.\Task Killer","Installer Language",0x0,"1036"HKLM,"%UNINSTALL%\Task Killer",,0x10HKLM,"%UNINSTALL%\Task Killer","DisplayName",0x0,"Task Killer (remove only)"HKLM,"%UNINSTALL%\Task Killer","UninstallString",0x0,"%16422%\Task Killer\uninstall.exe"[strings]UNINSTALL="SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall"QUICK_L ="Microsoft\Internet Explorer\Quick Launch"I removed some spaces from your section names, this was causing a error with FGCBA too... I also fixed your uninstall string, it did not have %16422%\etc Quote
rainman Posted June 7, 2008 Author Posted June 7, 2008 This is the problem, when there is a space in a path in DestinationDirs you have to use quotesBTW your CAB name is too long (I also suspect your INF is also) and it has a space so this means its not 8.3 filename compliant[Version]Signature="$Windows NT$"[Optional Components]Task Killer[DefaultInstall]AddReg =Task.Killer.AddRegCopyFiles =Task.Killer.Files,lang.FilesprofileItems=Task.Killer.AddShortcut,UNINSTALL.AddShortcut,Desktop.AddShortcut,QuickLaunch.AddShortcut[Task Killer]OptionDesc ="Registry Entries"Tip ="kill process appz"Modes =0,1,2,3AddReg =Task.Killer.AddRegCopyFiles =Task.Killer.Files,lang.FilesprofileItems=Task.Killer.AddShortcut,UNINSTALL.AddShortcut,Desktop.AddShortcut,QuickLaunch.AddShortcut[DestinationDirs]Task.Killer.Files=16422,"Task Killer"lang.Files =16422,"Task Killer\lang"[SourceDisksNames.x86]1="Windows XP CD-Rom","TaskKill.cab",,"i386"[SourceDisksFiles]cat.lng=1chi.lng=1chs.lng=1cht.lng=1csy.lng=1deu.lng=1eng.lng=1file_id.diz=1fra.lng=1history.txt=1hun.lng=1license.txt=1pol.lng=1ptg.lng=1readme.htm=1rus.lng=1spa.lng=1taskkiller.chm=1TaskKiller.exe=1taskkiller.ini=1ukr.lng=1uninstall.exe=1[Task.Killer.Files]readme.htmtaskkiller.chmtaskkiller.iniTaskKiller.exeuninstall.exefile_id.dizhistory.txtlicense.txt[lang.Files]fra.lnghun.lngpol.lngptg.lngrus.lngspa.lngukr.lngcat.lngchi.lngchs.lngcht.lngcsy.lngdeu.lngeng.lng[Task.Killer.AddShortcut]Name =Task KillerCmdLine =16422,Task Killer,TaskKiller.exeSubDir =Task KillerWorkingDir=16422,Task KillerInfoTip =kill process appz[UNINSTALL.AddShortcut]Name =uninstallCmdLine =16422,Task Killer,uninstall.exeSubDir =Task KillerWorkingDir=16422,Task KillerInfoTip =Uninstall Task Killer[readme.AddShortcut]Name =readmeCmdLine =16422,Task Killer,readme.txtSubDir =Task KillerWorkingDir=16422,Task KillerInfoTip =readme Task Killer[Desktop.AddShortcut]Name =Task Killer,0x00000008,25CmdLine =16422,Task Killer,TaskKiller.exeWorkingDir=16422,Task KillerInfoTip =kill process appz[QuickLaunch.AddShortcut]Name =Task Killer,0x00000008,26CmdLine =16422,Task Killer,TaskKiller.exeSubDir =%QUICK_L%WorkingDir=16422,Task KillerInfoTip =kill process appz[Task.Killer.AddReg]; Reg2Inf v0.46 - [url="http://tinyurl.com/fgqyf"]http://tinyurl.com/fgqyf[/url]HKCU,"Software\RSD Software, Inc.\Task Killer",,0x10HKCU,"Software\RSD Software, Inc.\Task Killer","Version",0x0,"v2.30"HKCU,"Software\RSD Software, Inc.\Task Killer","InstallPath",0x0,"%16422%\Task Killer"HKCU,"Software\RSD Software, Inc.\Task Killer","Installer Language",0x0,"1036"HKLM,"%UNINSTALL%\Task Killer",,0x10HKLM,"%UNINSTALL%\Task Killer","DisplayName",0x0,"Task Killer (remove only)"HKLM,"%UNINSTALL%\Task Killer","UninstallString",0x0,"%16422%\Task Killer\uninstall.exe"[strings]UNINSTALL="SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall"QUICK_L ="Microsoft\Internet Explorer\Quick Launch"I removed some spaces from your section names, this was causing a error with FGCBA too... I also fixed your uninstall string, it did not have %16422%\etcvery very many thanks LUZR4LIFE and ricktendo64 you are greatnow i understand origin of my errors fixed with any errors many thanks i release it in section : WPI, nLite and RVM Addons Quote
LUZR4LIFE Posted June 7, 2008 Posted June 7, 2008 NP, I have been there myself. Feel free to post any issues. If you can for any others do the screenshot of the FGCBA, that makes things quicker for us to help. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.