WinCert.net Forums: [Video] How to make a INF Program addon - WinCert.net Forums

Jump to content

  • (2 Pages)
  • +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

[Video] How to make a INF Program addon INF Training

#1 User is online ricktendo64 

  • Group: Banned Members
  • Group: Global Mods
  • Posts: 5,664
  • Joined: 09-August 06
  • Location:La Ceiba
  • OS:Windows 7

Post icon 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

Quote

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"

1

#2 User is offline LUZR4LIFE 

  • LUZR of the WORLD
  • Group: Addon Maker
  • Posts: 1,385
  • Joined: 22-September 07
  • Location:Detroit, MI
  • OS:Windows 7

Posted 20 February 2008 - 07:07 PM

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

#3 User is offline silversurfer 

  • Member
  • PipPip
  • Group: Members
  • Posts: 21
  • Joined: 11-February 07

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. :)
0

#4 User is offline Bossman7 

  • Member
  • PipPip
  • Group: Members
  • Posts: 41
  • Joined: 29-February 08
  • 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
0

#5 User is offline mona 

  • WinCert Pro
  • Group: Contributors
  • Posts: 488
  • Joined: 02-March 08
  • OS:non-selected

Post icon Posted 29 April 2008 - 12:59 AM

View Postricktendo64, on Feb 20 2008, 10:24 PM, said:

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
0

#6 User is online ricktendo64 

  • Group: Banned Members
  • Group: Global Mods
  • Posts: 5,664
  • Joined: 09-August 06
  • Location:La Ceiba
  • OS:Windows 7

Posted 29 April 2008 - 02:12 AM

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

#7 User is offline mona 

  • WinCert Pro
  • Group: Contributors
  • Posts: 488
  • Joined: 02-March 08
  • 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
0

#8 User is offline lsrkin 

  • Member
  • PipPip
  • Group: Members
  • Posts: 34
  • Joined: 18-May 08
  • OS:Windows XP Pro

Posted 25 May 2008 - 07:53 PM

thx for tutorials!!!

This post has been edited by lsrkin: 25 May 2008 - 10:14 PM

0

#9 User is offline wallace1 

  • Member
  • PipPip
  • Group: Members
  • Posts: 22
  • Joined: 15-January 08
  • OS:non-selected

Post icon Posted 29 May 2008 - 05:15 PM

Thank you for all your tutorials & Addons.
0

#10 User is offline mona 

  • WinCert Pro
  • Group: Contributors
  • Posts: 488
  • Joined: 02-March 08
  • OS:non-selected

Post icon Posted 04 June 2008 - 10:18 PM

View Postricktendo64, on Apr 29 2008, 06:42 AM, said:

****!!! 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
0

#11 User is offline LUZR4LIFE 

  • LUZR of the WORLD
  • Group: Addon Maker
  • Posts: 1,385
  • Joined: 22-September 07
  • Location:Detroit, MI
  • OS:Windows 7

Posted 05 June 2008 - 12:34 AM

View Postmona, on Jun 4 2008, 06:18 PM, said:

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.
0

#12 User is offline Jonnyboy 

  • Lazzy Trucker
  • Group: Contributors
  • Posts: 485
  • Joined: 02-January 08
  • Location:Georgia
  • OS:non-selected

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.
0

#13 User is offline Kal 

  • WinCert Friend
  • PipPipPipPip
  • Group: Members
  • Posts: 101
  • Joined: 26-August 07
  • 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...

This post has been edited by Kal: 12 June 2008 - 12:53 AM

0

#14 User is offline LUZR4LIFE 

  • LUZR of the WORLD
  • Group: Addon Maker
  • Posts: 1,385
  • Joined: 22-September 07
  • 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.
0

#15 User is offline Kal 

  • WinCert Friend
  • PipPipPipPip
  • Group: Members
  • Posts: 101
  • Joined: 26-August 07
  • 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.

This post has been edited by Kal: 12 June 2008 - 01:18 AM

0

#16 User is offline LUZR4LIFE 

  • LUZR of the WORLD
  • Group: Addon Maker
  • Posts: 1,385
  • Joined: 22-September 07
  • 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.
0

#17 User is online ricktendo64 

  • Group: Banned Members
  • Group: Global Mods
  • Posts: 5,664
  • Joined: 09-August 06
  • Location:La Ceiba
  • OS:Windows 7

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
0

#18 User is offline Kelsenellenelvian 

  • Master of my domain!
  • Group: Global Mods
  • Posts: 2,232
  • Joined: 10-August 06
  • Location:Pocatello, ID
  • OS:Windows 7

Posted 12 June 2008 - 03:29 AM

View PostKal, on Jun 11 2008, 07:18 PM, said:

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.
0

#19 User is offline LUZR4LIFE 

  • LUZR of the WORLD
  • Group: Addon Maker
  • Posts: 1,385
  • Joined: 22-September 07
  • Location:Detroit, MI
  • OS:Windows 7

Posted 12 June 2008 - 03:42 AM

View PostKelsenellenelvian, on Jun 11 2008, 11:29 PM, said:

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.
0

#20 User is offline Kal 

  • WinCert Friend
  • PipPipPipPip
  • Group: Members
  • Posts: 101
  • Joined: 26-August 07
  • Location:Paris/FRANCE
  • OS:Windows XP Pro

Posted 12 June 2008 - 10:05 AM

View PostKelsenellenelvian, on Jun 12 2008, 05:29 AM, said:

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

This post has been edited by Kal: 12 June 2008 - 11:38 AM

0

Share this topic:


  • (2 Pages)
  • +
  • 1
  • 2
  • You cannot start a new topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users