Jump to content

benjammin

Members
  • Posts

    55
  • Joined

  • Last visited

Posts posted by benjammin

  1. If you are building an optimized version, the script uses that localized files from the vanilla, thus getting the proper language files.

    As far as the variables go, I have purposefully cleared each one at the beginning of the script. The problem in the previous versions was that if you ran the script more than once, the variables would remain set.

    I have tested many times since making these changes and implementing them in 0.45, I no longer get the errors associated with any 0.44x version.

    But, I continue to test.

    well like I said... I haven't even attempted looking at the scripts... I was just making a wild somewhat "educated" guess... hehe...

  2. Is this supposed to work with SP3 because I haven't had any luck... Does it have to do with uxtheme.dll and the version that is in SP3 and the Entries file in this addon? or nlite 1.4.7 not properly patching the uxtheme.dll to allow unisigned themes to run? Thanks for the addon and your good taste. :D

    nlite ignores the entries.ini section which tells RVMI to patch uxtheme.dll... to patch uxtheme.dll in nLite you must choose the "allow unsigned themes" in the "options" dialog... good luck!

  3. This error should have been fixed in 0.45, which version are you referring to with this?

    .45

    the previous version didn't have the "edit registry file" option I don't think... I don't remember it anyways... but for sure I am using .45 and got these "errors" although they aren't really errors because it builds an addon just fine... just not the one I requested it to build... the strange party is... it is downloading BOTH vanilla firefox install and ayakawa pre... i would think if it was going to build ayakawa addon it would only download THAT file... am I wrong? maybe the issue is that when you have a "default" choice selected... somehow that "variable" doesn't get cleared even though the user chooses something other than "default" choice (ie: ayakawa) it still thinks it should build a "default" package due to variable not being cleared properly when user choice is made??? I have no idea... I'm just taking a wild stab!

  4. Jonnyboy v.0.45 does not work for me..I can't make anything and I do not get any log files... :huh:

    well it worked for me, but it did the same thing... it ignored my choices... my choices were 3.0 (vanilla) and inf addon. I got: ayakawa 3.0.2 pre and switchless silent addon (not installer). but I didn't notice it spitting any errors in any of the windows... oh and also chose not to edit reg file and it still opened the file and waited for me to close it and click continue...

  5. good catch, I'll try to find out why this is. I'll have a fix soon.

    thx

    I also noticed for a brief moment something about an invalid variable having to do with w.bat... but it seemed to complete its tasks without actually stopping or complaining about it further... just happened to notice that when running it a second time to see if maybe I had missed something...

  6. O.K. upgraded to .442 last night and did a build, but when I choose vanilla firefox it is downloading the ayakawa 3.0.2 pre build at the same time... so I am not sure if it is building a vanilla or an ayakawa build... when it is finished the output addon filename says "Firefox_{ayakawa}_3.0.2pre_addon.7z" so it makes me think it is an ayakawa build... but I don't know, and I'm not sure how to check without actually doing a VMware test with the addon... and I really don't feel like doing that just to find out that I may have to rebuild or somehow trackdown the .43 version of this addon that worked for me. (could you maybe send it to me? or someone?)

    thanks for what is the absolute best addon ever made!!! this is truly a work of addon "art" you have here!!!

  7. this has become such a better addon now that you separated the notepad from it...

    I have one suggestion for the notepad++ addon, both versions.

    I find it very useful as I keep original notepad.exe, so I like being able to right click any file and have a context menu item which says "edit with notepad++" (it also has the notepad++ icon to the left of the text).

    If you would like this functionality add this to the [addreg] section:

    HKLM,"SOFTWARE\Notepad++",,,"%16422%\%note%"
    HKLM,"SOFTWARE\Classes\*\shellex\ContextMenuHandlers\notepad++",,0x0,"%CLSID%"
    HKLM,"SOFTWARE\Classes\CLSID\%CLSID%",,0x10
    HKLM,"SOFTWARE\Classes\CLSID\%CLSID%\InprocServer32",,0x0,"%16422%\%note%\nppcm.dll"
    HKLM,"SOFTWARE\Classes\CLSID\%CLSID%\InprocServer32","ThreadingModel",0x0,"Apartment"
    HKLM,"SOFTWARE\Classes\CLSID\%CLSID%",,0x0,"Notepad++"
    HKLM,"SOFTWARE\Microsoft\Internet Explorer\View Source Editor",,0x10
    HKLM,"SOFTWARE\Microsoft\Internet Explorer\View Source Editor\Editor Name",,0x0,"%16422%\%note%\nppIExplorerShell.exe"
    HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\notepad++.exe",,0x0,"%16422%\%note%\notepad++.exe"
    HKLM,"SOFTWARE\Notepad++",,0x0,"%16422%\%note%"
    HKCR,"*\OpenWithList\notepad++.exe",,,""
    HKLM,"SOFTWARE\Classes\*\OpenWithList\notepad++.exe",,,""

    and this: to the [strings] section:

    CLSID	  = "{120B94B5-2E6A-4F13-94D0-414BCB64FA0F}"

    That MAY be more than is necessary but that is everything which was different from what is already in your note.inf, that was "notepad++" related, which had been changed after I did an actual install of notepad++ and immediately compared regShots.

    you will also need to include the nppIExplorerShell.exe file, but those are the only changes which need to be made for this to work...

    I have edited yours to include these things by default, if you want to keep yours how it is then maybe it would be O.K. if I posted mine for those who would be interested in this option if they so feel not inclined to do it themselves manually.

    Your call as this is your addon!

    EDITED the REG entries as I forgot to remove a character that wasn't needed and would cause shell extension to not work correctly.

  8. Hi Kel,

    Nice addon, I hope theres enough interested to keep this maintained.

    The Microsoft OpenType\TrueType Font Properties are not working, looks like UberPack.inf is missing:

    [strings]

    CLSID4 = "{afc638f0-e8a4-11ce-9ade-00aa00a42d2e}"

    Also theres a few updates:

    look at the top of the forum in the "stickies" this thread is old/outdated... 12.2 (w/notepad2 2.0.18*codes*) and uberpack w/notepad++ are both in the "stickies" and have been updated, the only one slightly out of date is the notepad++ one which is at 4.8.5 for notepad++

    EDIT: Mods, this thread should be locked and maybe kel can just edit his first post to have a link to the new thread, so as not to confuse anyone else.

  9. I appreciate the offer, but I took it upon myself to figure out the whole reg2inf deal... and actually added the files and reg entries and everything to your pack so it installs right along with the main inf... I was able to edit the gadget installer via winINSTALL LE so that it installs to my specified directory, same with the alky.msi only since it went in svcpack I made a 7zsfx for it. Again thanks for the offer, but I feel a little more dangerous now... haha... maybe one of these days I'll figure out how to do a full blown addon... instead of just modifying the work of everyone else.

  10. ok... well tried getting the microsoft RecentDocuments.Gadget (mrugadget.msi) to install using every switch I know of for installing to specified directory... but it appears as though it doesn't allow that... as it always installs to %programs%\Windows Sidebar\..

    so can I just copy the RecentDocuments.Gadget folder to my perferred install folder? I don't think this would be very clean, probably need some reg entries...

    also tried editing mrugadget.msi with winINSTALL LE and pointed the files to the folder I wanted them to goto... but MS has something keeping me from editing it... everytime I save the package it fails after doing the directory edits... wish I knew more about winINSTALL... I'd probably have this thing wooped by now... heh

  11. hey rick some really nice addons :thumbsup: I was wondering though... I am anal retentive about my directory structure, can I safely modify the structure in the .inf or will that affect things... IE:

    svcpack\Alky_XP.exe

    svcpack\Gadgets.exe

    If so would it be very difficult for me to modify these two (I'm assuming) silent installers, to install to my directory structure?

    EDIT: it seems that all gadgets.exe does is make a couple of directories under %programfiles%\Windows Sidebar is that correct?

  12. how to use the /DIRECTORY switch properly for installing uTorrent.exe?

    EDIT: nevermind... just noticed what you posted a couple of posts up. Sorry... guess I'll just have to replace the .exe with whatever the latest one is.

×
×
  • Create New...