Jump to content


Photo

[Video] How to make a INF Program addon


  • Please log in to reply
37 replies to this topic

#1 ricktendo

ricktendo

    Group: Banned

  • Global Mods
  • 7,763 posts
  • Location:La Ceiba
  • OS:Windows 8 x64

Posted 20 February 2008 - 06:54 PM

This is my second tutorial, hopefully you guys have already watched the first one (if you haven't you should do so first). I will be showing the steps on making a "Program AddOn" using a program called ImgBurn.

Required:
Kels UberPack (you can manually install this)
CMenu or Send2A3X (by MHz)
.Net Framework 2.0 (required for FGCBA)
7-Zip (also required for FGCBA)
ImgBurn Installer

Video:
ImgBurn Part 1 (18.4 MB)
ImgBurn Part 2 (15.2 MB)
ImgBurn Part 3 (21.5 MB)
ImgBurn Part 4 (16.3 MB)
ImgBurn Part 5 (43.0 MB)
ImgBurn Part 6 (34.7 MB)

Other:
ImgBurn_AddOn (Example addon)

Example ProfileItems Section
[profile-items-section]
Name=link-name(,profile-items-flags]
CmdLine=dirid,(subdir),filename
(SubDir=path)
(WorkingDir=wd-dirid,wd-subdir)
(IconPath=icon-dirid,(icon-subdir),icon-filename)
(IconIndex=index-value)
(InfoTip=info-tip)

ProfileItems Flags
0x00000001 Create menu item in Current User flag
0x00000002 Delete menu item flag
0x00000004 Create Start menu group under All Users\Start\Programs
0x00000005 Create Start menu group under Current User\Start\Programs
0x00000006 Delete Start menu group under All Users\Start\Programs
0x00000007 Delete Start menu group under Current User\Start\Programs

Special ProfileItems Flags

0x00000008,2 = "%UserProfile%\Start Menu\Programs"
0x00000008,5 = "%UserProfile%\My Documents"
0x00000008,6 = "%UserProfile%\Favorites" <- Perfect for adding custom IE Bookmarks
0x00000008,7 = "%UserProfile%\Start Menu\Programs\Startup"
0x00000008,8 = "%UserProfile%\Recent"
0x00000008,9 = "%UserProfile%\SendTo"
0x00000008,11 = "%UserProfile%\Start Menu"
0x00000008,13 = "%UserProfile%\My Documents\My Music"
0x00000008,14 = "%UserProfile%\My Documents\My Videos"
0x00000008,16 = "%UserProfile%\Desktop"
0x00000008,19 = "%UserProfile%\NetHood"
0x00000008,20 = "%WinDir%\Fonts"
0x00000008,21 = "%UserProfile%\Templates"
0x00000008,22 = "%AllUsersProfile%\Start Menu"
0x00000008,23 = "%AllUsersProfile%\Start Menu\Programs"
0x00000008,24 = "%AllUsersProfile%\Start Menu\Programs\Startup"
0x00000008,25 = "%AllUsersProfile%\Desktop"
0x00000008,26 = "%UserProfile%\Application Data" <- Perfect for QuickLauch
0x00000008,27 = "%UserProfile%\PrintHood"
0x00000008,28 = "%UserProfile%\Local Settings\Application Data"
0x00000008,31 = "%AllUsersProfile%\Favorites"
0x00000008,32 = "%UserProfile%\Local Settings\Temporary Internet Files"
0x00000008,33 = "%UserProfile%\Local Settings\Cookies"
0x00000008,34 = "%UserProfile%\Local Settings\History"
0x00000008,35 = "%AllUsersProfile%\Application Data"
0x00000008,36 = "%WinDir%"
0x00000008,37 = "%WinDir%\system32"
0x00000008,38 = "%ProgramFiles%"
0x00000008,39 = "%UserProfile%\My Documents\My Pictures"
0x00000008,40 = "%UserProfile%"
0x00000008,41 = "%WinDir%\system32"
0x00000008,43 = "%CommonProgramFiles%"
0x00000008,45 = "%AllUsersProfile%\Templates"
0x00000008,46 = "%AllUsersProfile%\Documents"
0x00000008,47 = "%AllUsersProfile%\Start Menu\Programs\Administrative Tools"
0x00000008,48 = "%UserProfile%\Start Menu\Programs\Administrative Tools"
0x00000008,53 = "%AllUsersProfile%\Documents\My Music"
0x00000008,54 = "%AllUsersProfile%\Documents\My Pictures"
0x00000008,55 = "%AllUsersProfile%\Documents\My Videos"
0x00000008,56 = "%WinDir%\Resources"
0x00000008,57 = "%WinDir%\Resources\0409"
0x00000008,59 = "%UserProfile%\Local Settings\Application Data\Microsoft\CD Burning"


  • NIM likes this

#2 LUZR4LIFE

LUZR4LIFE

    LUZR of the WORLD

  • Addon Maker
  • 1,457 posts
  • Location:Detroit, MI
  • OS:Windows 7

Posted 20 February 2008 - 07:07 PM

Great tut. Rick. Hopefully people will want to learn. LOL

#3 silversurfer

silversurfer

    Member

  • Members
  • PipPip
  • 21 posts

Posted 23 February 2008 - 09:38 PM

Definitely a fan of your video tut's Rick

Just saw this post... Didn't realize you made another one.

I'll get to watching this asap!

To be honest videos tut's speak volumes to those of us that wish we could make our own addons but feel that the learning curve is too steep to climb for infrequent system reinstalls. However your vid's really seem to tap that urge in me to have a real attempt.

You've clearly put a lot of effort into your tut's. I really am thankful Rick. :)

#4 Bossman7

Bossman7

    Member

  • Members
  • PipPip
  • 41 posts
  • Location:In front of my pc
  • OS:Windows XP Pro

Posted 02 March 2008 - 07:29 PM

Thanks rick, nice and easy to follow :D

#5 mona

mona

    WinCert Pro

  • Contributors
  • 559 posts
  • OS:non-selected

Posted 29 April 2008 - 12:59 AM

This is my second tutorial, hopefully you guys have already watched the first one (if you haven't you should do so first). I will be showing the steps on making a "Program AddOn" using a program called ImgBurn.

Required:
Kels UberPack (you can manually install this)
CMenu or Send2A3X (by MHz)
.Net Framework 2.0 (required for FGCBA)
7-Zip (also required for FGCBA)
ImgBurn Installer

Video:
ImgBurn Part 1 (18.4 MB)
ImgBurn Part 2 (15.2 MB)
ImgBurn Part 3 (21.5 MB)
ImgBurn Part 4 (16.3 MB)
ImgBurn Part 5 (43.0 MB)
ImgBurn Part 6 (34.7 MB)

Other:
ImgBurn_AddOn (Example addon)

Example ProfileItems Section

[profile-items-section]
Name=link-name(,profile-items-flags]
CmdLine=dirid,(subdir),filename
(SubDir=path)
(WorkingDir=wd-dirid,wd-subdir)
(IconPath=icon-dirid,(icon-subdir),icon-filename)
(IconIndex=index-value)
(InfoTip=info-tip)

ProfileItems Flags
0x00000001 Create menu item in Current User flag
0x00000002 Delete menu item flag
0x00000004 Create Start menu group under All Users\Start\Programs
0x00000005 Create Start menu group under Current User\Start\Programs
0x00000006 Delete Start menu group under All Users\Start\Programs
0x00000007 Delete Start menu group under Current User\Start\Programs

Special ProfileItems Flags



please make Mirror for download get error 501and 505

#6 ricktendo

ricktendo

    Group: Banned

  • Global Mods
  • 7,763 posts
  • Location:La Ceiba
  • OS:Windows 8 x64

Posted 29 April 2008 - 02:12 AM

****!!! I would if i could, I deleted the videos from my hdd long ago

#7 mona

mona

    WinCert Pro

  • Contributors
  • 559 posts
  • OS:non-selected

Posted 22 May 2008 - 10:45 PM

Hello mr.rick do you can learn more [Strings] section the easy.
And Do You can create Video for learn install font in method inf install i thank

#8 lsrkin

lsrkin

    Member

  • Members
  • PipPip
  • 26 posts
  • OS:Windows XP Pro

Posted 25 May 2008 - 07:53 PM

thx for tutorials!!!

Edited by lsrkin, 25 May 2008 - 10:14 PM.


#9 wallace1

wallace1

    Member

  • Members
  • PipPip
  • 26 posts
  • OS:non-selected

Posted 29 May 2008 - 05:15 PM

Thank you for all your tutorials & Addons.

#10 mona

mona

    WinCert Pro

  • Contributors
  • 559 posts
  • OS:non-selected

Posted 04 June 2008 - 10:18 PM

****!!! I would if i could, I deleted the videos from my hdd long ago


How to create empty folder to this patch
C:\Documents and Settings\5\Application Data

#11 LUZR4LIFE

LUZR4LIFE

    LUZR of the WORLD

  • Addon Maker
  • 1,457 posts
  • Location:Detroit, MI
  • OS:Windows 7

Posted 05 June 2008 - 12:34 AM

How to create empty folder to this patch
C:\Documents and Settings\5\Application Data

One way you can do it is by creating a "FAKE".txt

[ApplicationData.Files]
Fake.txt

I am sure you know where to add the reset of the entries for the "fake".txt

Rick knows another way of doing it. I lost all the info I had saved from Rick on tips and tricks, but I know that was a easy way.

#12 Jonnyboy

Jonnyboy

    Lazzy Trucker

  • Contributors
  • 537 posts
  • Location:Georgia
  • OS:Windows 7 x64

Posted 05 June 2008 - 04:49 AM

Thanks rick.
I just discovered these the other day. I have tried infs by looking at Mrs Peels addons. Video tutorials are much easier to follow.

#13 Kal

Kal

    WinCert Friend

  • Members
  • PipPipPipPip
  • 100 posts
  • Location:Paris/FRANCE
  • OS:Windows XP Pro

Posted 12 June 2008 - 12:39 AM

Your videos are awesome ricktendo64! It's realle easy to understand. You're such a good teacher :D
By they way, I installed Kel's UberPacK v12.6 but it does not create a "Power Tweaks" in Right Click menu. How did you get this one? Manually?

Cheers,
Kal

EDIT: Is there an Addon containing only utilities for Addon makers? I mean, UverPacks comes with a lot of things I don't need, such as Image Resizer or Calculator Plus...

Edited by Kal, 12 June 2008 - 12:53 AM.


#14 LUZR4LIFE

LUZR4LIFE

    LUZR of the WORLD

  • Addon Maker
  • 1,457 posts
  • Location:Detroit, MI
  • OS:Windows 7

Posted 12 June 2008 - 01:06 AM

Unfortunately, the Uber Pack is the only thing out at the moment. I started working on a pack just for addon making/XPCD making tools but haven't had time to finish it, I also lost all that I had so I will have to start over.

#15 Kal

Kal

    WinCert Friend

  • Members
  • PipPipPipPip
  • 100 posts
  • Location:Paris/FRANCE
  • OS:Windows XP Pro

Posted 12 June 2008 - 01:18 AM

Ok I'm gonna "rip" UberPack Addon if Kels agree and if I find time :P
I will remove any extra to keep just things we need to make addons and unattended xp cd.

Edited by Kal, 12 June 2008 - 01:18 AM.


#16 LUZR4LIFE

LUZR4LIFE

    LUZR of the WORLD

  • Addon Maker
  • 1,457 posts
  • Location:Detroit, MI
  • OS:Windows 7

Posted 12 June 2008 - 01:40 AM

LOL. Good luck, I have tried it myself with no luck. I am sure he will have no problem with you doing that, just make sure to give him credit.

#17 ricktendo

ricktendo

    Group: Banned

  • Global Mods
  • 7,763 posts
  • Location:La Ceiba
  • OS:Windows 8 x64

Posted 12 June 2008 - 03:29 AM

I will make a couple more... I was thinking some videos on how to make a 7zip sfx and another on how to edit MSI & other installers

#18 Kelsenellenelvian

Kelsenellenelvian

    Master of my domain!

  • Global Mods
  • 2,789 posts
  • Location:U.S.A.
  • OS:Windows 7 x64

Posted 12 June 2008 - 03:29 AM

Ok I'm gonna "rip" UberPack Addon if Kels agree and if I find time :P
I will remove any extra to keep just things we need to make addons and unattended xp cd.



Hmmm no I don't think I agree with a "Rip" of my pack. However you are free to build your OWN pack from the ground up with the tools you desire in it. Then release it.

#19 LUZR4LIFE

LUZR4LIFE

    LUZR of the WORLD

  • Addon Maker
  • 1,457 posts
  • Location:Detroit, MI
  • OS:Windows 7

Posted 12 June 2008 - 03:42 AM

Hmmm no I don't think I agree with a "Rip" of my pack. However you are free to build your OWN pack from the ground up with the tools you desire in it. Then release it.

Sorry about that Kel.

#20 Kal

Kal

    WinCert Friend

  • Members
  • PipPipPipPip
  • 100 posts
  • Location:Paris/FRANCE
  • OS:Windows XP Pro

Posted 12 June 2008 - 10:05 AM

Hmmm no I don't think I agree with a "Rip" of my pack. However you are free to build your OWN pack from the ground up with the tools you desire in it. Then release it.


No problem, I understand. I will build mine from scratch and it will be a great practice for me. By the way, may I use your power tweaks menu? Because that's exactly what I want... And for this, I will have to copy/paste your registry entires for "ShellEx\ContextMenuHandlers"... I hope you don't mind.

Kal

Edited by Kal, 12 June 2008 - 11:38 AM.





0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users