Jump to content


Photo

Addon Maker

v1.4.0.7

  • Please log in to reply
10 replies to this topic

#1 Legolash2o

Legolash2o

    Win Toolkit Programmer

  • Global Mods
  • 4,068 posts
  • Location:Hull, UK.

Posted 30 March 2012 - 06:21 PM

This tool lets you create addons for Windows 7 Toolkit, this tool has a lot of potential, more than people realize! Used correctly, this tool can have your progams pre-installed after Windows installation.

This tool is the most complex, but you becomes very easy to use ones you get your head around it but this is not for the faint hearted. So good luck!

Note: I will only be covering the basics!

Info
Attached File  1_Info.png   28.5KB   380 downloads
This is one of the easier screens and is pretty self explanatory and i'm pretty sure you can figure this out.

Files
Attached File  2_CopyFiles.png   30.95KB   339 downloads
This will copy file to the mounted wim image when someone adds this addon. So go ahead and click 'Add Files' at the bottom.

1. Click the folder button and browse to the file you wish to copy.

2. Select the destination, you can choose to a pre-defined area and then add '\\filenameyouwant.exe'

You can also type it in manually like 'C:\Windows\System32\RunOnce.exe' but you would not type the beginning 'C:\' so it would be 'Windows\System32\RunOnce.exe'

Folder
Attached File  3_CopyFolder.png   30.78KB   201 downloads
Same as above, select the folder you wish to have installed and then select where you want the folder to go.

Attached File  4_Registry.png   23.81KB   118 downloads
Add any *.reg files you wish to have installed or required for your addons, some users use a program like InstallWatch which tells you what registry/file changes where made to your computer during an installation. You then export the registry changes and import them here.

Delete Files
Attached File  5_Delete.png   36.16KB   113 downloads
Type in the location of the file you need deleting for example 'Windows\System32\Example.exe'

Shortcuts
Attached File  6_Shortcuts.png   31.69KB   112 downloads
This is where you can create shortcuts for the program you made. You can just copy and paste a pre-existing shortcut from an installation in the 'File' tab and tell it where it needs to go i.e. Desktop.

You don't need to use 'Icon' if the exe you pointed too already has one. Also 'Arguments' is mostly left blank as you don't need anything like /s /q /quiet, etc..

Commands
Attached File  7_Commands.png   56.94KB   154 downloads
This is for commands which you want to run after Windows has been installed.

It doesn't seem like it has alot of potential but trust me it does! Used correctly, you can do anything with this tool.

As mentioned above you can use InstallWatch to record what an installation does, so that you can use that information to make an addon which then has that program pre-installed when you have Windows installed.

Any questions about this tool (not bugs) just post in here and i will try to reply.

Edited by Legolash2o, 30 March 2012 - 06:47 PM.


#2 frukt

frukt

    Lurker

  • Members
  • Pip
  • 1 posts
  • OS:Windows 7

Posted 13 August 2012 - 08:49 AM

Hi! I'm trying to integrate some additional software into the installation using the addon maker and then applying them through the All-In-One Integrator.

But I don't get my addons to work. The copied .exe files and necessary folders become copied to the right places. But I also want to run the .exe to have the programs installed unattended right after windows is installed. In the addon maker I put my *reg files (which installs the software if applied manually) in "[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce]" using regedit. But i think they gets cleaned out as the computer restarts during the windows installation. How do/did you make your addons to install unattended?

Happy for any response or screenshoots of anyones addons. :-)

Edited by frukt, 18 August 2012 - 12:35 PM.


#3 KrX

KrX

    Lurker

  • Members
  • Pip
  • 3 posts
  • OS:Windows 7 x64

Posted 27 August 2012 - 11:38 PM

hi

i´ve got an autoit script to change my region, is there an option to start this script?
maybe under comands? but i dont know how.

#4 CrAzYs

CrAzYs

    Advanced Member

  • Platinum Sponsor
  • 53 posts
  • OS:Windows 8 x64

Posted 30 August 2012 - 03:28 AM

Lurker can u upload the script... that i can check it

#5 Kelsenellenelvian

Kelsenellenelvian

    Master of my domain!

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

Posted 30 August 2012 - 06:18 AM

Suggestion? Convert the au3 to an exe and just run it under the silent section?

#6 KrX

KrX

    Lurker

  • Members
  • Pip
  • 3 posts
  • OS:Windows 7 x64

Posted 31 August 2012 - 01:58 PM

hi

i dont see a silent selection. And i converted the .au3 to an .exe

do you mean in command section like

Region.exe /run

if yes what is the right command to start it?

#7 dotfusion

dotfusion

    WinCert Pro

  • Members
  • PipPipPipPipPip
  • 348 posts
  • OS:Windows 7 x64

Posted 04 November 2012 - 07:32 PM

I'm trying to integrate ClipName into my Windows 7 SP1 x64 image using the addon maker in WT and the applying it through the All-In-One Integrator.

Their is no setup.exe involved, just a simple .INF files that I can install manually by right clicking the .INF and selecting install from the context menu. Here's what I have so far.

I created an addon with tasks to add clipname.dll and clipname.inf to x:\program Files\clipname. The only thing I cant figure it is how to get Win Tookit to install the .INF file. I read that I can do this by invoking a command, but I'm still not sure if this is the way to go about this. Is their a registry entry i can import on the addon that will invoke the .INF to install on first run?

I was thinking something like this might work?

RUNDLL32.EXE SETUPAPI.DLL,InstallHinfSection DefaultInstall 132 C:\PROGRAM FILES\CLIPNAME\CLIPNAME.INF

Any insight would be much appreciated.

Edited by dotfusion, 05 November 2012 - 08:23 PM.


#8 Geej

Geej

    Wincert Addict

  • Ultimate Sponsor
  • 595 posts
  • OS:Windows XP Pro

Posted 05 November 2012 - 12:40 PM

Just my thought...
Try running inf in RunOnce which support REG_EXPAND_SZ and you can use variable instead of hardcode path like C:\PROGRAM FILES.
E.g In case of dual boot OS, something the OS might not install to C: drive. It could be D or E drive.
In Everything Search Engine, post 11, I have a simple batch to create RunOnce key using REG_EXPAND_SZ variable.

#9 *Reaper*

*Reaper*

    Windows 7 AddOn Maker

  • Addon Maker
  • 801 posts
  • OS:Windows 7

Posted 07 November 2012 - 08:56 PM

You can get the toolkit to launch a .inf file...

Under silent installers, instead of adding a .exe file, add a .inf file....

#10 dotfusion

dotfusion

    WinCert Pro

  • Members
  • PipPipPipPipPip
  • 348 posts
  • OS:Windows 7 x64

Posted 08 November 2012 - 06:36 AM

You can get the toolkit to launch a .inf file...

Under silent installers, instead of adding a .exe file, add a .inf file....


Sweet. Thanks Reaper. Now, thats innovation. :D

Edited by dotfusion, 13 November 2012 - 06:05 AM.


#11 Tolios Giorgos WhiteDeath

Tolios Giorgos WhiteDeath

    Lurker

  • Members
  • Pip
  • 4 posts
  • OS:Windows 7 x64

Posted 22 May 2013 - 08:33 AM

how create that uxtheme patcher for windows 8 ??? :/ can you help me anyone ?







Also tagged with one or more of these keywords: v1.4.0.7

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users