LUZR4LIFE Posted April 3, 2008 Posted April 3, 2008 No the start menu group and shortcut is not being created.Try to do what I explained, that should work. Also, try to remove your "infotip" in your .inf. That may sound weired but I have actually had that issue with some programs, not sure why though so I just do it the way I posted.
Worf Posted April 3, 2008 Author Posted April 3, 2008 Well after a lot of messing about, checking and checking the inf file i have finaly got it working.There was a mistake in one of the files which was not getting installed and was preventing the creation of the shortcuts.Thank you to all who as helped me here.
ricktendo Posted April 4, 2008 Posted April 4, 2008 CHRONOSMAIN = "Retro Games\Chronos"CHRONOSFONT = "Retro Games\Chronos\Font"CHRONOSLEVEL = "Retro Games\Chronos\Level"CHRONOSSFX = "Retro Games\Chronos\Sfx"CHRONOSGFX = "Retro Games\Chronos\Gfx"I'm still seeing spaces!!!They are quoted dun worry
click-click Posted May 3, 2010 Posted May 3, 2010 Hi,I am having similar problems of shortcuts not being created. In my case, I changed the install path, but I'm not sure how tospecify the path for the shortcut entries.The following works, but has the wrong path for me:[PROG.AddShortcut]Name =%SRTC_NAME%CmdLine =16422,%PROG_DIR%,%PROG_1%WorkingDir =16422,%PROG_DIR%SubDir =%PROG_SDIR%InfoTip =%PROG_INFO%The following doesn't work and I get a pop-up at the end of install that the inf is inconsistant.How do i specify c:\toolbx to replace 16422 (c:\program files)?[PROG.AddShortcut]Name =%SRTC_NAME%CmdLine =c:\toolbx,%PROG_DIR%,%PROG_1%WorkingDir =c:\toolbx,%PROG_DIR%SubDir =%PROG_SDIR%InfoTip =%PROG_INFO%Thanks for any pointers.
Guest Posted May 3, 2010 Posted May 3, 2010 (edited) Try the following:CmdLine =24,toolbx\%PROG_DIR%,%PROG_1%WorkingDir =24,toolbx\%PROG_DIR% Edited May 4, 2010 by 5eraph
click-click Posted May 8, 2010 Posted May 8, 2010 Try the following:CmdLine =24,toolbx\%PROG_DIR%,%PROG_1%WorkingDir =24,toolbx\%PROG_DIR%Thanks Seraph. Where can I find out what the numbers mean when used in an .inf ? I assume these numbers are predefined and 24=C:\, but I'm sure there's more to itthan that. Are the different parameter keyword= and [sections] explained somewhere?My problem is I don't know how to code .inf files so they work after I'm done Ciao ...
ricktendo Posted May 8, 2010 Posted May 8, 2010 Few years ago I made some vids on INF addon making you may wanna have a lookHow to make a INF Theme addonHow to make a INF Program addon
Guest Posted May 8, 2010 Posted May 8, 2010 (edited) Thanks Seraph. Where can I find out what the numbers mean when used in an .inf ? I assume these numbers are predefined and 24=C:\, but I'm sure there's more to itthan that. Are the different parameter keyword= and [sections] explained somewhere?You're welcome, click-click. ricktendo64 has nice tutorials—they're definitely worth checking out.I first found the INF directory IDs (LDIDs) in gosh's list here on MSFN. It's part of an old site of his that was once hosted here and is currently still available for archival purposes. More information on INF sections can also be found on ryston.com. Edited May 8, 2010 by 5eraph
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now