Jump to content

Jonnyboy

Members
  • Posts

    538
  • Joined

  • Last visited

  • Days Won

    5

Posts posted by Jonnyboy

  1. I have been looking at adding extensions and plugins not already installed on the system for my addon maker. All that is needed for adding extensions is a script to extract the xpi file and get the folder name between the first instance of <em:id></em:id> or between the quotes of the first instance of em:id"" from the install.rdf file.

       <em:id>{89506680-e3f4-484c-a2c0-ed711d481eda}</em:id> folder={89506680-e3f4-484c-a2c0-ed711d481eda}
    or em:id"{89506680-e3f4-484c-a2c0-ed711d481eda}" folder={89506680-e3f4-484c-a2c0-ed711d481eda}

    Create the directory in "localized\defaults\profile\extensions" folder and copy everything that was extracted from xpi into the folder, then setup.exe will install it for you. Any info required to personalize it would need to entered on first run. Some extensions create folders outside of the extensions folder but they will be created when the profile is created. So they should not be a problem.

    Themes appear to be more complex. I have not attempted anything with them, yet.

    If I can help, I'd be glad too.

  2. What changes would have to be made to an inf installer to make it compatible with both x86 and x64? The program is firefox, so not a 64-bit program.

    I guess the question should have benn, can a single inf be used in both an x86 and an x64 system? If so, how could the inf be written to accomplish it?

    tia

  3. could someone explain the difference in Ayakawa's SSE2, tete's SSE2 or pigfoot's builds? i looked on their sites and.. i guess they automatically assume whoever goes there already knows what they are about. how are they different from one another? or why should i choose one over another?

    Each of those sites have been creating "Community Edition" "Private Builds" for more than a year and are respected within the Firefox build community. Each of them have ideas of how to make Firefox faster. Generic Firefox is made to run on any machine with a dial-up connection. The optimized builds have optimized the source code for a specific machine. The builds that I link to in my script are optimized for the P3 or SSE2 architectures with a broadband connection. They have been included and are there for your choice. Ayakawa's is reputed to be the fastest "Community Edition" build available and my personal choice. But, that is just a matter of preference. Personally, I have not done any testing for speed and I am no expert. Although, I am learning what it is that they do. It is builders like these that contribute to the actual public releases by submitting bugs and even bugfixes, some have access to submit their code directly to the nightly builds for testing. There are many more builders that have publicy released their builds. I have not had the time to test them, as yet.

  4. Why not remove all [prog.addreg] same way you add them?

    [DefaultUninstall] 
    ...
    DelReg =prog.delreg
    ...

    Same way you delete these afterward in your [DefaultUninstall] section :)

    [Prog.DelReg]
    HKLM,"%unin_arpc%\%win_comp%"
    HKLM,"%unin_path%\%win_comp%"

    You can also use Obsolete instead.

    I did not know that I could do that. I will give that a try.

    How does obsolete work?

    Thanks

  5. I use XP x64. Now your creator has problems with running some Send.com util from bin folder says its not 64bit compatible. Also "mode" is not recognized as internal or external command or file.

    Some of the commands used are fairly old and thus probably not compatible with 64bit systems. I will try to find replacements programs. That is the best I can do. Sorry. :(

    ***EDIT*** I will look at re-writing this with vbscript. I think that I can accomplish everything within vbscript.

    ***EDIT*** I have removed send.com and am not using mode, for now.

  6. I could use a littel help. I've been reading the tutorials here and using Mrs Peel's addons as a guide.

    But, I can't seem to delete the folders that get created.

    This doesn't seem to work

    HKLM,"%unin_runx%\%unin_name%","Cleanup1",0,"rundll32.exe advpack.dll,DelNodeRunDLL32 %16422%\%prog_dir%,8"
    HKLM,"%unin_runx%\%unin_name%","Cleanup2",0,"rundll32.exe advpack.dll,DelNodeRunDLL32 %16410%\%user_dir%,8"
    or,
    HKLM,"%unin_runx%\%unin_name%","Cleanup1",0,"rundll32.exe advpack.dll,DelNodeRunDLL32 "%16422%\%prog_dir%",8"
    HKLM,"%unin_runx%\%unin_name%","Cleanup2",0,"rundll32.exe advpack.dll,DelNodeRunDLL32 "%16410%\%user_dir%",8"
    or,
    HKLM,"%unin_runx%\%unin_name%","Cleanup1",0,"rundll32.exe advpack.dll,DelNodeRunDLL32 """%16422%\%prog_dir%""",8"
    HKLM,"%unin_runx%\%unin_name%","Cleanup2",0,"rundll32.exe advpack.dll,DelNodeRunDLL32 """%16410%\%user_dir%""",8"

    **EDIT** Alright, I have all of the folders, files and shortcuts, being deleted properly. Now, I just need to set the registry back the way it was before Firefox was installed and the installer should be complete. I found one of ricktendos and morphed mine to his. It WORKED!

    I have posted the inf and I am sure that there are several mistakes. If you could glance through and see where my errors are, I would appreciate it.

    ; Jonnyboy's Firefox Addon

    [Version]
    Signature=$Windows NT$

    [Optional Components]
    Firefox

    [Firefox]
    OptionDesc ="%win_comp%"
    Tip ="%win_comp% v%disp_vers% %addo_made%"
    Modes =0,1,2,3
    CopyFiles =prog.10000,prog.10001,prog.10002,prog.10003,prog.10004,prog.10005,prog.10006,pr
    og.10007,prog.10008,prog.10009,prog.10010,prog.10011,prog.10012,prog.10013,prog.
    1
    0014,prog.10015,prog.10016,prog.10017
    AddReg =prog.addreg
    ProfileItems =prog.addshortcut,progql.addshortcut,progdt.addshortcut

    [DefaultInstall]
    CopyFiles =prog.10000,prog.10001,prog.10002,prog.10003,prog.10004,prog.10005,prog.10006,pr
    og.10007,prog.10008,prog.10009,prog.10010,prog.10011,prog.10012,prog.10013,prog.
    1
    0014,prog.10015,prog.10016,prog.10017
    AddReg =prog.addreg
    ProfileItems =prog.addshortcut,progql.addshortcut,progdt.addshortcut

    [DefaultUninstall]
    BeginPrompt =UninstallPrompt
    EndPrompt =UninstallSuccess
    RunPreSetupCommands =KillProcess:1
    RunPostSetupCommands =WebReDirect,DelFolders
    DelFiles =prog.10000,prog.10001,prog.10002,prog.10003,prog.10004,prog.10005,prog.10006,pr
    og.10007,prog.10008,prog.10009,prog.10010,prog.10011,prog.10012,prog.10013,prog.
    1
    0014,prog.10015,prog.10016,prog.10017,prog.infs,prof.link
    DelDirs =prog.deldirs
    DelReg =prog.delreg
    UpdateInis =prog.sysoc
    Cleanup =1
    ProfileItems =prog.deladdshortcut,progql.delshortcut,progdt.delshortcut

    [SourceDisksNames.x86]
    1 ="%win_comp% Files","%win_comp%.cab",,"i386"

    [DestinationDirs]
    prog.10000 =16422,"%prog_dir%"
    prog.10001 =16422,"%prog_dir%\chrome"
    prog.10002 =16422,"%prog_dir%\components"
    prog.10003 =16422,"%prog_dir%\defaults\autoconfig"
    prog.10004 =16422,"%prog_dir%\defaults\pref"
    prog.10005 =16422,"%prog.prof%"
    prog.10006 =16422,"%prog.prof%\chrome"
    prog.10007 =16422,"%prog_dir%\dictionaries"
    prog.10008 =16422,"%prog.exts%\{972ce4c6-7e08-4474-a285-3208198ce6fd}"
    prog.10009 =16422,"%prog_dir%\greprefs"
    prog.10010 =16422,"%prog_dir%\plugins"
    prog.10011 =16422,"%prog_dir%\res"
    prog.10012 =16422,"%prog_dir%\res\dtd"
    prog.10013 =16422,"%prog_dir%\res\entityTables"
    prog.10014 =16422,"%prog_dir%\res\fonts"
    prog.10015 =16422,"%prog_dir%\res\html"
    prog.10016 =16422,"%prog_dir%\searchplugins"
    prog.10017 =16422,"%prog_dir%\uninstall"
    prog.infs =17
    prof.link =16407,"%sub_dir%"

    [SourceDisksFiles]
    10000.fox=1
    10001.fox=1
    10002.fox=1
    10003.fox=1
    10004.fox=1
    10005.fox=1
    10006.fox=1
    10007.fox=1
    10008.fox=1
    10009.fox=1
    10010.fox=1
    10011.fox=1
    10012.fox=1
    10013.fox=1
    10014.fox=1
    10015.fox=1
    10016.fox=1
    10017.fox=1
    10018.fox=1
    10019.fox=1
    10020.fox=1
    10021.fox=1
    10022.fox=1
    10023.fox=1
    10024.fox=1
    10025.fox=1
    10026.fox=1
    10027.fox=1
    10028.fox=1
    10029.fox=1
    10030.fox=1
    10031.fox=1
    10032.fox=1
    10033.fox=1
    10034.fox=1
    10035.fox=1
    10036.fox=1
    10037.fox=1
    10038.fox=1
    10039.fox=1
    10040.fox=1
    10041.fox=1
    10042.fox=1
    10043.fox=1
    10044.fox=1
    10045.fox=1
    10046.fox=1
    10047.fox=1
    10048.fox=1
    10049.fox=1
    10050.fox=1
    10051.fox=1
    10052.fox=1
    10053.fox=1
    10054.fox=1
    10055.fox=1
    10056.fox=1
    10057.fox=1
    10058.fox=1
    10059.fox=1
    10060.fox=1
    10061.fox=1
    10062.fox=1
    10063.fox=1
    10064.fox=1
    10065.fox=1
    10066.fox=1
    10067.fox=1
    10068.fox=1
    10069.fox=1
    10070.fox=1
    10071.fox=1
    10072.fox=1
    10073.fox=1
    10074.fox=1
    10075.fox=1
    10076.fox=1
    10077.fox=1
    10078.fox=1
    10079.fox=1
    10080.fox=1
    10081.fox=1
    10082.fox=1
    10083.fox=1
    10084.fox=1
    10085.fox=1
    10086.fox=1
    10087.fox=1
    10088.fox=1
    10089.fox=1
    10090.fox=1
    10091.fox=1
    10092.fox=1
    10093.fox=1
    10094.fox=1
    10095.fox=1
    10096.fox=1
    10097.fox=1
    10098.fox=1
    10099.fox=1
    10100.fox=1
    10101.fox=1
    10102.fox=1
    10103.fox=1
    10104.fox=1
    10105.fox=1
    10106.fox=1
    10107.fox=1
    10108.fox=1
    10109.fox=1
    10110.fox=1
    10111.fox=1
    10112.fox=1
    10113.fox=1
    10114.fox=1
    10115.fox=1
    10116.fox=1
    10117.fox=1
    10118.fox=1
    10119.fox=1
    10120.fox=1
    10121.fox=1
    10122.fox=1
    10123.fox=1
    10124.fox=1
    10125.fox=1
    10126.fox=1
    10127.fox=1
    10128.fox=1
    10129.fox=1
    10130.fox=1
    10131.fox=1
    10132.fox=1
    10133.fox=1
    10134.fox=1
    10135.fox=1
    10136.fox=1
    10137.fox=1
    10138.fox=1
    10139.fox=1
    10140.fox=1
    10141.fox=1
    10142.fox=1
    10143.fox=1
    10144.fox=1
    10145.fox=1
    10146.fox=1
    10147.fox=1
    10148.fox=1
    10149.fox=1
    10150.fox=1
    10151.fox=1
    10152.fox=1
    10153.fox=1
    10154.fox=1
    10155.fox=1
    10156.fox=1
    10157.fox=1
    10158.fox=1
    10159.fox=1
    10160.fox=1
    10161.fox=1
    10162.fox=1
    10163.fox=1
    10164.fox=1
    10165.fox=1
    10166.fox=1
    10167.fox=1
    10168.fox=1
    10169.fox=1

    [prog.10000]
    AccessibleMarshal.dll,10000.fox
    browserconfig.properties,10001.fox
    firefox.exe,10002.fox
    freebl3.chk,10003.fox
    freebl3.dll,10004.fox
    js3250.dll,10005.fox
    LICENSE,10006.fox
    nspr4.dll,10007.fox
    nss3.dll,10008.fox
    nssckbi.dll,10009.fox
    old-homepage-default.properties,10010.fox
    override.ini,10011.fox
    plc4.dll,10012.fox
    plds4.dll,10013.fox
    README.txt,10014.fox
    smime3.dll,10015.fox
    softokn3.chk,10016.fox
    softokn3.dll,10017.fox
    ssl3.dll,10018.fox
    updater.exe,10019.fox
    updater.ini,10020.fox
    xpcom.dll,10021.fox
    xpcom_compat.dll,10022.fox
    xpcom_core.dll,10023.fox
    xpicleanup.exe,10024.fox
    xpistub.dll,10025.fox

    [prog.10001]
    browser.jar,10026.fox
    browser.manifest,10027.fox
    classic.jar,10028.fox
    classic.manifest,10029.fox
    comm.jar,10030.fox
    comm.manifest,10031.fox
    en-US.jar,10032.fox
    en-US.manifest,10033.fox
    pippki.jar,10034.fox
    pippki.manifest,10035.fox
    reporter.jar,10036.fox
    reporter.manifest,10037.fox
    toolkit.jar,10038.fox
    toolkit.manifest,10039.fox

    [prog.10002]
    browser.xpt,10040.fox
    FeedConverter.js,10041.fox
    FeedProcessor.js,10042.fox
    FeedWriter.js,10043.fox
    jar50.dll,10044.fox
    jsconsole-clhandler.js,10045.fox
    jsd3250.dll,10046.fox
    myspell.dll,10047.fox
    nsBookmarkTransactionManager.js,10048.fox
    nsBrowserContentHandler.js,10049.fox
    nsBrowserGlue.js,10050.fox
    nsCloseAllWindows.js,10051.fox
    nsDefaultCLH.js,10052.fox
    nsDictionary.js,10053.fox
    nsExtensionManager.js,10054.fox
    nsHelperAppDlg.js,10055.fox
    nsMicrosummaryService.js,10056.fox
    nsPostUpdateWin.js,10057.fox
    nsProxyAutoConfig.js,10058.fox
    nsSafebrowsingApplication.js,10059.fox
    nsSearchService.js,10060.fox
    nsSearchSuggestions.js,10061.fox
    nsSessionStartup.js,10062.fox
    nsSessionStore.js,10063.fox
    nsSetDefaultBrowser.js,10064.fox
    nsSidebar.js,10065.fox
    nsUpdateService.js,10066.fox
    nsUrlClassifierLib.js,10067.fox
    nsUrlClassifierListManager.js,10068.fox
    nsUrlClassifierTable.js,10069.fox
    nsURLFormatter.js,10070.fox
    nsXmlRpcClient.js,10071.fox
    spellchk.dll,10072.fox
    WebContentConverter.js,10073.fox
    xpinstal.dll,10074.fox

    [prog.10003]
    platform.js,10075.fox
    prefcalls.js,10076.fox

    [prog.10004]
    channel-prefs.js,10077.fox
    firefox-branding.js,10078.fox
    firefox-l10n.js,10079.fox
    firefox.js,10080.fox
    reporter.js,10081.fox

    [prog.10005]
    bookmarks.html,10082.fox
    localstore.rdf,10083.fox
    mimeTypes.rdf,10084.fox
    prefs.js,10085.fox
    search.rdf,10086.fox

    [prog.10006]
    userChrome-example.css,10087.fox
    userContent-example.css,10088.fox

    [prog.10007]
    en-US.aff,10089.fox
    en-US.dic,10090.fox

    [prog.10008]
    install.rdf,10091.fox

    [prog.10009]
    all.js,10092.fox
    security-prefs.js,10093.fox
    xpinstall.js,10094.fox

    [prog.10010]
    npnul32.dll,10095.fox

    [prog.10011]
    arrow.gif,10096.fox
    arrowd.gif,10097.fox
    broken-image.gif,10098.fox
    charsetalias.properties,10099.fox
    charsetData.properties,10100.fox
    cmessage.txt,10101.fox
    EditorOverride.css,10102.fox
    forms.css,10103.fox
    grabber.gif,10104.fox
    hiddenWindow.html,10105.fox
    html.css,10106.fox
    langGroups.properties,10107.fox
    language.properties,10108.fox
    loading-image.gif,10109.fox
    mathml.css,10110.fox
    quirk.css,10111.fox
    svg.css,10112.fox
    table-add-column-after-active.gif,10113.fox
    table-add-column-after-hover.gif,10114.fox
    table-add-column-after.gif,10115.fox
    table-add-column-before-active.gif,10116.fox
    table-add-column-before-hover.gif,10117.fox
    table-add-column-before.gif,10118.fox
    table-add-row-after-active.gif,10119.fox
    table-add-row-after-hover.gif,10120.fox
    table-add-row-after.gif,10121.fox
    table-add-row-before-active.gif,10122.fox
    table-add-row-before-hover.gif,10123.fox
    table-add-row-before.gif,10124.fox
    table-remove-column-active.gif,10125.fox
    table-remove-column-hover.gif,10126.fox
    table-remove-column.gif,10127.fox
    table-remove-row-active.gif,10128.fox
    table-remove-row-hover.gif,10129.fox
    table-remove-row.gif,10130.fox
    ua.css,10131.fox
    viewsource.css,10132.fox
    wincharset.properties,10133.fox

    [prog.10012]
    mathml.dtd,10134.fox
    xhtml11.dtd,10135.fox

    [prog.10013]
    html40Latin1.properties,10136.fox
    html40Special.properties,10137.fox
    html40Symbols.properties,10138.fox
    htmlEntityVersions.properties,10139.fox
    mathml20.properties,10140.fox
    transliterate.properties,10141.fox

    [prog.10014]
    fontEncoding.properties,10142.fox
    fontNameMap.properties,10143.fox
    mathfont.properties,10144.fox
    mathfontCMEX10.properties,10145.fox
    mathfontCMSY10.properties,10146.fox
    mathfontMath1.properties,10147.fox
    mathfontMath2.properties,10148.fox
    mathfontMath4.properties,10149.fox
    mathfontMTExtra.properties,10150.fox
    mathfontPUA.properties,10151.fox
    mathfontSymbol.properties,10152.fox

    [prog.10015]
    gopher-audio.gif,10153.fox
    gopher-binary.gif,10154.fox
    gopher-find.gif,10155.fox
    gopher-image.gif,10156.fox
    gopher-menu.gif,10157.fox
    gopher-movie.gif,10158.fox
    gopher-sound.gif,10159.fox
    gopher-telnet.gif,10160.fox
    gopher-text.gif,10161.fox
    gopher-unknown.gif,10162.fox

    [prog.10016]
    amazondotcom.xml,10163.fox
    answers.xml,10164.fox
    creativecommons.xml,10165.fox
    eBay.xml,10166.fox
    google.xml,10167.fox
    yahoo.xml,10168.fox

    [prog.10017]
    helper.exe,10169.fox

    [Prof.Link]
    %prog_dir%.lnk

    [Prog.Infs]
    %win_comp%.pnf,,,1

    [prog.addshortcut]
    Name =%prog_dir%,0x00000008,23
    CmdLine =16422,%prog_dir%,%win_comp%.exe
    SubDir =%sub_dir%
    WorkingDir =16422,%prog_dir%
    InfoTip =%prof_tip%

    [progql.addshortcut]
    Name =%prog_dir%,0x00000008,26
    CmdLine =16422,%prog_dir%,%win_comp%.exe
    SubDir =%ql_dir%
    WorkingDir =16422,%prog_dir%
    InfoTip =%prof_tip%

    [progdt.addshortcut]
    Name =%prog_dir%,0x00000008,25
    CmdLine =16422,%prog_dir%,%win_comp%.exe
    WorkingDir =16422,%prog_dir%
    InfoTip =%prof_tip%

    [prog.delshortcut]
    Name =%prog_dir%,0x00000002
    SubDir =%sub_dir%

    [progql.delshortcut]
    Name =%prog_dir%,0x0000000A,26
    SubDir =%ql_dir%

    [progdt.delshortcut]
    Name =%prog_dir%,0x0000000A,25

    [UninstallPrompt]
    Title =%unin_prom%
    Prompt =%unin_conf% %win_comp% v%disp_vers%?
    ButtonType =YESNO

    [UninstallSuccess]
    Prompt =%win_comp% %unin_done%

    [KillProcess]
    TASKKILL /F /IM %win_comp%.exe
    TSKILL %win_comp%

    [Prog.DelDirs]
    %16422%\%prog_dir%
    %16410%\%user_dir%
    %16407%\%sub_dir%

    [Prog.DelReg]
    HKLM,"%unin_arpc%\%win_comp%"
    HKLM,"%unin_path%\%win_comp%"

    [DelFolders]
    RUNDLL32 advpack.dll,DelNodeRunDLL32 %16422%\%prog_dir%,8
    RUNDLL32 advpack.dll,DelNodeRunDLL32 %16410%\%user_dir%,8

    [sysoc.Edit]
    %17%\sysoc.inf,Components,%win_comp%=*

    [WebReDirect]
    rundll32.exe url.dll,FileProtocolHandler %addo_info%
    rundll32.exe url.dll,FileProtocolHandler %addo_info%

    [prog.addreg]
    HKCR,".xht",,0x00000010
    HKCR,".xht",,0x00000000,"FirefoxHTML"
    HKCR,".xht","Content Type",0x00000000,"application/xhtml+xml"
    HKCR,".xhtml",,0x00000010
    HKCR,".xhtml",,0x00000000,"FirefoxHTML"
    HKCR,".xhtml","Content Type",0x00000000,"application/xhtml+xml"
    HKCR,"FirefoxHTML",,0x00000010
    HKCR,"FirefoxHTML",,0x00000000,"Firefox Document"
    HKCR,"FirefoxHTML","FriendlyTypeName",0x00000000,"Firefox Document"
    HKCR,"FirefoxHTML\DefaultIcon",,0x00000010
    HKCR,"FirefoxHTML\DefaultIcon",,0x00000000,"C:\PROGRA~1\MOZILL~1\FIREFOX.EXE,1"
    HKCR,"FirefoxHTML\shell",,0x00000010
    HKCR,"FirefoxHTML\shell\open",,0x00000010
    HKCR,"FirefoxHTML\shell\open\command",,0x00000010
    HKCR,"FirefoxHTML\shell\open\command",,0x00000000,"C:\PROGRA~1\MOZILL~1\FIREFOX.EXE -requestPending -osint -url ""%%1"""
    HKCR,"FirefoxHTML\shell\open\ddeexec",,0x00000010
    HKCR,"FirefoxHTML\shell\open\ddeexec",,0x00000000,"""%%1"",,0,0,,,,"
    HKCR,"FirefoxHTML\shell\open\ddeexec","NoActivateHandler",0x00000000
    HKCR,"FirefoxHTML\shell\open\ddeexec\Application",,0x00000010
    HKCR,"FirefoxHTML\shell\open\ddeexec\Application",,0x00000000,"Firefox"
    HKCR,"FirefoxHTML\shell\open\ddeexec\Topic",,0x00000010
    HKCR,"FirefoxHTML\shell\open\ddeexec\Topic",,0x00000000,"WWW_OpenURL"
    HKCR,"FirefoxURL",,0x00000010
    HKCR,"FirefoxURL",,0x00000000,"Firefox URL"
    HKCR,"FirefoxURL","FriendlyTypeName",0x00000000,"Firefox URL"
    HKCR,"FirefoxURL","URL Protocol",0x00000000
    HKCR,"FirefoxURL","EditFlags",0x00010001,02,00,00,00
    HKCR,"FirefoxURL\DefaultIcon",,0x00000010
    HKCR,"FirefoxURL\DefaultIcon",,0x00000000,"C:\PROGRA~1\MOZILL~1\FIREFOX.EXE,1"
    HKCR,"FirefoxURL\shell",,0x00000010
    HKCR,"FirefoxURL\shell\open",,0x00000010
    HKCR,"FirefoxURL\shell\open\command",,0x00000010
    HKCR,"FirefoxURL\shell\open\command",,0x00000000,"C:\PROGRA~1\MOZILL~1\FIREFOX.EXE -requestPending -osint -url ""%%1"""
    HKCR,"FirefoxURL\shell\open\ddeexec",,0x00000010
    HKCR,"FirefoxURL\shell\open\ddeexec",,0x00000000,"""%%1"",,0,0,,,,"
    HKCR,"FirefoxURL\shell\open\ddeexec","NoActivateHandler",0x00000000
    HKCR,"FirefoxURL\shell\open\ddeexec\Application",,0x00000010
    HKCR,"FirefoxURL\shell\open\ddeexec\Application",,0x00000000,"Firefox"
    HKCR,"FirefoxURL\shell\open\ddeexec\Topic",,0x00000010
    HKCR,"FirefoxURL\shell\open\ddeexec\Topic",,0x00000000,"WWW_OpenURL"
    HKCR,".htm",,0x00000000,"FirefoxHTML"
    HKCR,".html",,0x00000000,"FirefoxHTML"
    HKCR,".shtml",,0x00000000,"FirefoxHTML"
    HKCR,".shtml","Content Type",0x00000000,"text/html"
    HKCR,"ftp\DefaultIcon",,0x00000000,"C:\PROGRA~1\MOZILL~1\FIREFOX.EXE,1"
    HKCR,"ftp\shell\open\command",,0x00000000,"C:\PROGRA~1\MOZILL~1\FIREFOX.EXE -requestPending -osint -url ""%%1"""
    HKCR,"ftp\shell\open\ddeexec",,0x00000000,"""%%1"",,0,0,,,,"
    HKCR,"ftp\shell\open\ddeexec\Application",,0x00000000,"Firefox"
    HKCR,"gopher\DefaultIcon",,0x00000000,"C:\PROGRA~1\MOZILL~1\FIREFOX.EXE,1"
    HKCR,"gopher\shell\open\command",,0x00000000,"C:\PROGRA~1\MOZILL~1\FIREFOX.EXE -requestPending -osint -url ""%%1"""
    HKCR,"gopher\shell\open\ddeexec",,0x00000000,"""%%1"",,0,0,,,,"
    HKCR,"gopher\shell\open\ddeexec\Application",,0x00000000,"Firefox"
    HKCR,"HTTP\DefaultIcon",,0x00000000,"C:\PROGRA~1\MOZILL~1\FIREFOX.EXE,1"
    HKCR,"HTTP\shell\open\command",,0x00000000,"C:\PROGRA~1\MOZILL~1\FIREFOX.EXE -requestPending -osint -url ""%%1"""
    HKCR,"HTTP\shell\open\ddeexec",,0x00000000,"""%%1"",,0,0,,,,"
    HKCR,"HTTP\shell\open\ddeexec\Application",,0x00000000,"Firefox"
    HKCR,"https\DefaultIcon",,0x00000000,"C:\PROGRA~1\MOZILL~1\FIREFOX.EXE,1"
    HKCR,"https\shell\open\command",,0x00000000,"C:\PROGRA~1\MOZILL~1\FIREFOX.EXE -requestPending -osint -url ""%%1"""
    HKCR,"https\shell\open\ddeexec",,0x00000000,"""%%1"",,0,0,,,,"
    HKCR,"https\shell\open\ddeexec\Application",,0x00000000,"Firefox"
    HKLM,"SOFTWARE\Mozilla",,0x00000010
    HKLM,"SOFTWARE\Mozilla\Mozilla Firefox",,0x00000010
    HKLM,"SOFTWARE\Mozilla\Mozilla Firefox",,0x00000000,"1.8.1.14"
    HKLM,"SOFTWARE\Mozilla\Mozilla Firefox","CurrentVersion",0x00000000,"2.0.0.14 (en-US)"
    HKLM,"SOFTWARE\Mozilla\Mozilla Firefox\2.0.0.14 (en-US)",,0x00000010
    HKLM,"SOFTWARE\Mozilla\Mozilla Firefox\2.0.0.14 (en-US)",,0x00000000,"2.0.0.14 (en-US)"
    HKLM,"SOFTWARE\Mozilla\Mozilla Firefox\2.0.0.14 (en-US)\Main",,0x00000010
    HKLM,"SOFTWARE\Mozilla\Mozilla Firefox\2.0.0.14 (en-US)\Main","Install Directory",0x00000000,"C:\Program Files\Mozilla Firefox"
    HKLM,"SOFTWARE\Mozilla\Mozilla Firefox\2.0.0.14 (en-US)\Main","PathToExe",0x00000000,"C:\Program Files\Mozilla Firefox\firefox.exe"
    HKLM,"SOFTWARE\Mozilla\Mozilla Firefox\2.0.0.14 (en-US)\Main","Program Folder Path",0x00000000,"C:\Documents and Settings\All Users\Start Menu\Programs\"
    HKLM,"SOFTWARE\Mozilla\Mozilla Firefox\2.0.0.14 (en-US)\Main","Start Menu Folder",0x00000000,"Mozilla Firefox"
    HKLM,"SOFTWARE\Mozilla\Mozilla Firefox\2.0.0.14 (en-US)\Uninstall",,0x00000010
    HKLM,"SOFTWARE\Mozilla\Mozilla Firefox\2.0.0.14 (en-US)\Uninstall","Uninstall Log Folder",0x00000000,"C:\Program Files\Mozilla Firefox\uninstall"
    HKLM,"SOFTWARE\Mozilla\Mozilla Firefox\2.0.0.14 (en-US)\Uninstall","Description",0x00000000,"Mozilla Firefox (2.0.0.14)"
    HKLM,"SOFTWARE\Mozilla\Mozilla Firefox\2.0.0.14 (en-US)\Uninstall","Create Start Menu Shortcut",0x00010001,01,00,00,00
    HKLM,"SOFTWARE\Mozilla\Mozilla Firefox 2.0.0.14",,0x00000010
    HKLM,"SOFTWARE\Mozilla\Mozilla Firefox 2.0.0.14","GeckoVer",0x00000000,"1.8.1.14"
    HKLM,"SOFTWARE\Mozilla\Mozilla Firefox 2.0.0.14\bin",,0x00000010
    HKLM,"SOFTWARE\Mozilla\Mozilla Firefox 2.0.0.14\bin","PathToExe",0x00000000,"C:\Program Files\Mozilla Firefox\firefox.exe"
    HKLM,"SOFTWARE\Mozilla\Mozilla Firefox 2.0.0.14\extensions",,0x00000010
    HKLM,"SOFTWARE\Mozilla\Mozilla Firefox 2.0.0.14\extensions","Components",0x00000000,"C:\Program Files\Mozilla Firefox\components"
    HKLM,"SOFTWARE\Mozilla\Mozilla Firefox 2.0.0.14\extensions","Plugins",0x00000000,"C:\Program Files\Mozilla Firefox\plugins"
    HKLM,"SOFTWARE\mozilla.org",,0x00000010
    HKLM,"SOFTWARE\mozilla.org\Mozilla",,0x00000010
    HKLM,"SOFTWARE\mozilla.org\Mozilla","CurrentVersion",0x00000000,"1.8.1.14"
    HKLM,"SOFTWARE\RegisteredApplications",,0x00000010
    HKLM,"SOFTWARE\RegisteredApplications","Firefox",0x00000000,"Software\Clients\StartMenuInternet\FIREFOX.EXE\Capabilities"
    HKLM,"SOFTWARE\Classes\.xht",,0x00000010
    HKLM,"SOFTWARE\Classes\.xht",,0x00000000,"FirefoxHTML"
    HKLM,"SOFTWARE\Classes\.xht","Content Type",0x00000000,"application/xhtml+xml"
    HKLM,"SOFTWARE\Classes\.xhtml",,0x00000010
    HKLM,"SOFTWARE\Classes\.xhtml",,0x00000000,"FirefoxHTML"
    HKLM,"SOFTWARE\Classes\.xhtml","Content Type",0x00000000,"application/xhtml+xml"
    HKLM,"SOFTWARE\Classes\FirefoxHTML",,0x00000010
    HKLM,"SOFTWARE\Classes\FirefoxHTML",,0x00000000,"Firefox Document"
    HKLM,"SOFTWARE\Classes\FirefoxHTML","FriendlyTypeName",0x00000000,"Firefox Document"
    HKLM,"SOFTWARE\Classes\FirefoxHTML\DefaultIcon",,0x00000010
    HKLM,"SOFTWARE\Classes\FirefoxHTML\DefaultIcon",,0x00000000,"C:\PROGRA~1\MOZILL~1\FIREFOX.EXE,1"
    HKLM,"SOFTWARE\Classes\FirefoxHTML\shell",,0x00000010
    HKLM,"SOFTWARE\Classes\FirefoxHTML\shell\open",,0x00000010
    HKLM,"SOFTWARE\Classes\FirefoxHTML\shell\open\command",,0x00000010
    HKLM,"SOFTWARE\Classes\FirefoxHTML\shell\open\command",,0x00000000,"C:\PROGRA~1\MOZILL~1\FIREFOX.EXE -requestPending -osint -url ""%%1"""
    HKLM,"SOFTWARE\Classes\FirefoxHTML\shell\open\ddeexec",,0x00000010
    HKLM,"SOFTWARE\Classes\FirefoxHTML\shell\open\ddeexec",,0x00000000,"""%%1"",,0,0,,,,"
    HKLM,"SOFTWARE\Classes\FirefoxHTML\shell\open\ddeexec","NoActivateHandler",0x00000000
    HKLM,"SOFTWARE\Classes\FirefoxHTML\shell\open\ddeexec\Application",,0x00000010
    HKLM,"SOFTWARE\Classes\FirefoxHTML\shell\open\ddeexec\Application",,0x00000000,"Firefox"
    HKLM,"SOFTWARE\Classes\FirefoxHTML\shell\open\ddeexec\Topic",,0x00000010
    HKLM,"SOFTWARE\Classes\FirefoxHTML\shell\open\ddeexec\Topic",,0x00000000,"WWW_OpenURL"
    HKLM,"SOFTWARE\Classes\FirefoxURL",,0x00000010
    HKLM,"SOFTWARE\Classes\FirefoxURL",,0x00000000,"Firefox URL"
    HKLM,"SOFTWARE\Classes\FirefoxURL","FriendlyTypeName",0x00000000,"Firefox URL"
    HKLM,"SOFTWARE\Classes\FirefoxURL","URL Protocol",0x00000000
    HKLM,"SOFTWARE\Classes\FirefoxURL","EditFlags",0x00010001,02,00,00,00
    HKLM,"SOFTWARE\Classes\FirefoxURL\DefaultIcon",,0x00000010
    HKLM,"SOFTWARE\Classes\FirefoxURL\DefaultIcon",,0x00000000,"C:\PROGRA~1\MOZILL~1\FIREFOX.EXE,1"
    HKLM,"SOFTWARE\Classes\FirefoxURL\shell",,0x00000010
    HKLM,"SOFTWARE\Classes\FirefoxURL\shell\open",,0x00000010
    HKLM,"SOFTWARE\Classes\FirefoxURL\shell\open\command",,0x00000010
    HKLM,"SOFTWARE\Classes\FirefoxURL\shell\open\command",,0x00000000,"C:\PROGRA~1\MOZILL~1\FIREFOX.EXE -requestPending -osint -url ""%%1"""
    HKLM,"SOFTWARE\Classes\FirefoxURL\shell\open\ddeexec",,0x00000010
    HKLM,"SOFTWARE\Classes\FirefoxURL\shell\open\ddeexec",,0x00000000,"""%%1"",,0,0,,,,"
    HKLM,"SOFTWARE\Classes\FirefoxURL\shell\open\ddeexec","NoActivateHandler",0x00000000
    HKLM,"SOFTWARE\Classes\FirefoxURL\shell\open\ddeexec\Application",,0x00000010
    HKLM,"SOFTWARE\Classes\FirefoxURL\shell\open\ddeexec\Application",,0x00000000,"Firefox"
    HKLM,"SOFTWARE\Classes\FirefoxURL\shell\open\ddeexec\Topic",,0x00000010
    HKLM,"SOFTWARE\Classes\FirefoxURL\shell\open\ddeexec\Topic",,0x00000000,"WWW_OpenURL"
    HKLM,"SOFTWARE\Classes\.htm",,0x00000000,"FirefoxHTML"
    HKLM,"SOFTWARE\Classes\.html",,0x00000000,"FirefoxHTML"
    HKLM,"SOFTWARE\Classes\.shtml",,0x00000000,"FirefoxHTML"
    HKLM,"SOFTWARE\Classes\.shtml","Content Type",0x00000000,"text/html"
    HKLM,"SOFTWARE\Classes\ftp\DefaultIcon",,0x00000000,"C:\PROGRA~1\MOZILL~1\FIREFOX.EXE,1"
    HKLM,"SOFTWARE\Classes\ftp\shell\open\command",,0x00000000,"C:\PROGRA~1\MOZILL~1\FIREFOX.EXE -requestPending -osint -url ""%%1"""
    HKLM,"SOFTWARE\Classes\ftp\shell\open\ddeexec",,0x00000000,"""%%1"",,0,0,,,,"
    HKLM,"SOFTWARE\Classes\ftp\shell\open\ddeexec\Application",,0x00000000,"Firefox"
    HKLM,"SOFTWARE\Classes\gopher\DefaultIcon",,0x00000000,"C:\PROGRA~1\MOZILL~1\FIREFOX.EXE,1"
    HKLM,"SOFTWARE\Classes\gopher\shell\open\command",,0x00000000,"C:\PROGRA~1\MOZILL~1\FIREFOX.EXE -requestPending -osint -url ""%%1"""
    HKLM,"SOFTWARE\Classes\gopher\shell\open\ddeexec",,0x00000000,"""%%1"",,0,0,,,,"
    HKLM,"SOFTWARE\Classes\gopher\shell\open\ddeexec\Application",,0x00000000,"Firefox"
    HKLM,"SOFTWARE\Classes\HTTP\DefaultIcon",,0x00000000,"C:\PROGRA~1\MOZILL~1\FIREFOX.EXE,1"
    HKLM,"SOFTWARE\Classes\HTTP\shell\open\command",,0x00000000,"C:\PROGRA~1\MOZILL~1\FIREFOX.EXE -requestPending -osint -url ""%%1"""
    HKLM,"SOFTWARE\Classes\HTTP\shell\open\ddeexec",,0x00000000,"""%%1"",,0,0,,,,"
    HKLM,"SOFTWARE\Classes\HTTP\shell\open\ddeexec\Application",,0x00000000,"Firefox"
    HKLM,"SOFTWARE\Classes\https\DefaultIcon",,0x00000000,"C:\PROGRA~1\MOZILL~1\FIREFOX.EXE,1"
    HKLM,"SOFTWARE\Classes\https\shell\open\command",,0x00000000,"C:\PROGRA~1\MOZILL~1\FIREFOX.EXE -requestPending -osint -url ""%%1"""
    HKLM,"SOFTWARE\Classes\https\shell\open\ddeexec",,0x00000000,"""%%1"",,0,0,,,,"
    HKLM,"SOFTWARE\Clients\StartMenuInternet\FIREFOX.EXE\Capabilities","ApplicationDescription",0x00000000,"Firefox delivers safe, easy web browsing. A familiar user interface, enhanced security features including protection from online identity theft, and integrated search let you get the most out of the web."
    HKLM,"SOFTWARE\Clients\StartMenuInternet\FIREFOX.EXE\Capabilities","ApplicationIcon",0x00000000,"C:\Program Files\Mozilla Firefox\firefox.exe,0"
    HKLM,"SOFTWARE\Clients\StartMenuInternet\FIREFOX.EXE\Capabilities","ApplicationName",0x00000000,"Firefox"
    HKLM,"SOFTWARE\Clients\StartMenuInternet\FIREFOX.EXE\Capabilities\FileAssociations",,0x00000010
    HKLM,"SOFTWARE\Clients\StartMenuInternet\FIREFOX.EXE\Capabilities\FileAssociations",".htm",0x00000000,"FirefoxHTML"
    HKLM,"SOFTWARE\Clients\StartMenuInternet\FIREFOX.EXE\Capabilities\FileAssociations",".html",0x00000000,"FirefoxHTML"
    HKLM,"SOFTWARE\Clients\StartMenuInternet\FIREFOX.EXE\Capabilities\FileAssociations",".shtml",0x00000000,"FirefoxHTML"
    HKLM,"SOFTWARE\Clients\StartMenuInternet\FIREFOX.EXE\Capabilities\FileAssociations",".xht",0x00000000,"FirefoxHTML"
    HKLM,"SOFTWARE\Clients\StartMenuInternet\FIREFOX.EXE\Capabilities\FileAssociations",".xhtml",0x00000000,"FirefoxHTML"
    HKLM,"SOFTWARE\Clients\StartMenuInternet\FIREFOX.EXE\Capabilities\StartMenu",,0x00000010
    HKLM,"SOFTWARE\Clients\StartMenuInternet\FIREFOX.EXE\Capabilities\StartMenu","StartMenuInternet",0x00000000,"FIREFOX.EXE"
    HKLM,"SOFTWARE\Clients\StartMenuInternet\FIREFOX.EXE\Capabilities\URLAssociations",,0x00000010
    HKLM,"SOFTWARE\Clients\StartMenuInternet\FIREFOX.EXE\Capabilities\URLAssociations","ftp",0x00000000,"FirefoxURL"
    HKLM,"SOFTWARE\Clients\StartMenuInternet\FIREFOX.EXE\Capabilities\URLAssociations","gopher",0x00000000,"FirefoxURL"
    HKLM,"SOFTWARE\Clients\StartMenuInternet\FIREFOX.EXE\Capabilities\URLAssociations","http",0x00000000,"FirefoxURL"
    HKLM,"SOFTWARE\Clients\StartMenuInternet\FIREFOX.EXE\Capabilities\URLAssociations","https",0x00000000,"FirefoxURL"
    HKLM,"SOFTWARE\Clients\StartMenuInternet\FIREFOX.EXE\DefaultIcon",,0x00000010
    HKLM,"SOFTWARE\Clients\StartMenuInternet\FIREFOX.EXE\DefaultIcon",,0x00000000,"C:\PROGRA~1\MOZILL~1\FIREFOX.EXE,0"
    HKLM,"SOFTWARE\Clients\StartMenuInternet\FIREFOX.EXE\InstallInfo",,0x00000010
    HKLM,"SOFTWARE\Clients\StartMenuInternet\FIREFOX.EXE\InstallInfo","HideIconsCommand",0x00000000,"""C:\Program Files\Mozilla Firefox\uninstall\helper.exe"" /HideShortcuts"
    HKLM,"SOFTWARE\Clients\StartMenuInternet\FIREFOX.EXE\InstallInfo","ShowIconsCommand",0x00000000,"""C:\Program Files\Mozilla Firefox\uninstall\helper.exe"" /ShowShortcuts"
    HKLM,"SOFTWARE\Clients\StartMenuInternet\FIREFOX.EXE\InstallInfo","ReinstallCommand",0x00000000,"""C:\Program Files\Mozilla Firefox\uninstall\helper.exe"" /SetAsDefaultAppGlobal"
    HKLM,"SOFTWARE\Clients\StartMenuInternet\FIREFOX.EXE\InstallInfo","IconsVisible",0x00010001,01,00,00,00
    HKLM,"SOFTWARE\Clients\StartMenuInternet\FIREFOX.EXE\shell",,0x00000010
    HKLM,"SOFTWARE\Clients\StartMenuInternet\FIREFOX.EXE\shell\open",,0x00000010
    HKLM,"SOFTWARE\Clients\StartMenuInternet\FIREFOX.EXE\shell\open\command",,0x00000010
    HKLM,"SOFTWARE\Clients\StartMenuInternet\FIREFOX.EXE\shell\open\command",,0x00000000,"C:\PROGRA~1\MOZILL~1\FIREFOX.EXE"
    HKLM,"SOFTWARE\Clients\StartMenuInternet\FIREFOX.EXE\shell\properties",,0x00000010
    HKLM,"SOFTWARE\Clients\StartMenuInternet\FIREFOX.EXE\shell\properties",,0x00000000,"Firefox &Options"
    HKLM,"SOFTWARE\Clients\StartMenuInternet\FIREFOX.EXE\shell\properties\command",,0x00000010
    HKLM,"SOFTWARE\Clients\StartMenuInternet\FIREFOX.EXE\shell\properties\command",,0x00000000,"C:\PROGRA~1\MOZILL~1\FIREFOX.EXE -preferences"
    HKLM,"SOFTWARE\Clients\StartMenuInternet\FIREFOX.EXE\shell\safemode",,0x00000010
    HKLM,"SOFTWARE\Clients\StartMenuInternet\FIREFOX.EXE\shell\safemode",,0x00000000,"Firefox &Safe Mode"
    HKLM,"SOFTWARE\Clients\StartMenuInternet\FIREFOX.EXE\shell\safemode\command",,0x00000010
    HKLM,"SOFTWARE\Clients\StartMenuInternet\FIREFOX.EXE\shell\safemode\command",,0x00000000,"C:\PROGRA~1\MOZILL~1\FIREFOX.EXE -safe-mode"
    HKLM,"SOFTWARE\Microsoft\MediaPlayer\ShimInclusionList\FIREFOX.EXE",,0x00000010
    HKLM,"SOFTWARE\Classes\https\shell\open\ddeexec\Application",,0x00000000,"Firefox"
    HKLM,"SOFTWARE\Clients\StartMenuInternet",,0x00000000,"FIREFOX.EXE"
    HKLM,"SOFTWARE\Clients\StartMenuInternet\FIREFOX.EXE",,0x00000010
    HKLM,"SOFTWARE\Clients\StartMenuInternet\FIREFOX.EXE",,0x00000000,"Mozilla Firefox"
    HKLM,"SOFTWARE\Clients\StartMenuInternet\FIREFOX.EXE\Capabilities",,0x00000010
    HKLM,"%unin_path%\%win_comp%","DisplayName",,"%win_comp% v%disp_vers% (Remove Only)"
    HKLM,"%unin_path%\%win_comp%","DisplayVersion",,"v%disp_vers%"
    HKLM,"%unin_path%\%win_comp%","Publisher",,"%addo_made%"
    HKLM,"%unin_path%\%win_comp%","HelpLink",,"%addo_help%"
    HKLM,"%unin_path%\%win_comp%","URLInfoAbout",,"%addo_info%"
    HKLM,"%unin_path%\%win_comp%","InstallLocation",0,"%16422%\%prog_dir%"
    HKLM,"%unin_path%\%win_comp%","UninstallString",,"rundll32.exe advpack.dll,LaunchINFSection %win_comp%.inf,DefaultUninstall"


    [STRINGS]
    win_comp ="Firefox"
    prog_dir ="Mozilla Firefox"
    user_dir ="Mozilla"
    sub_dir ="Internet"
    prof_tip ="Take back your internet!"
    ql_dir ="Microsoft\Internet Explorer\Quick Launch"
    prog.exts ="Mozilla Firefox\extensions"
    prog.prof ="Mozilla Firefox\defaults\profile"
    prog.prex ="Mozilla Firefox\defaults\profile\extensions"
    prog.user ="Application Data\Mozilla"
    disp_vers ="2.0.0.14"
    addo_made ="Addon by Jonnyboy"
    addo_help ="http://www.mozilla.com/"
    addo_info ="http://www.wincert.net/forum/index.php?showtopic=3637"
    unin_prom ="Jonnyboy's Addon Software Uninstaller"
    unin_conf ="Do you really want to remove"
    unin_done ="has been successfully removed from your computer"
    unin_path ="SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall"
    unin_runx ="SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx"
    unin_arpc ="SOFTWARE\Microsoft\Windows\CurrentVersion\App Management\ARPCache"
    inst_run1 ="SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce"
    auto_pla1 ="SOFTWARE\Mozilla"
    auto_pla2 ="SOFTWARE\mozilla.org"

  7. Each of these addons have not been updated to Firefox 3.0

    - download helper 3.0.4 -->Firefox 3.04b

    - adblock filterset updater 0.3.1.3 -->Firefox 3.0b3pre

    - cs lite 1.3.8 --> can't locate addon

    - customizegoogle 0.72 --> Firefox 3.0pre

    - session manager 0.6.1.13 -->Firefox 3.0b5pre

    - tab clicking options 0.Firefox 6.9 -->3.0b3pre

    In the folder created by these addons you will find a file install.rdf

    Within the firefox section change:

    <em:maxVersion>3.0b3pre</em:maxVersion>

    to:

    <em:maxVersion>3.0</em:maxVersion>

    In the next version, I will include a script to make those changes automatically. It is not a bug. The addons need to be updated to the current version of Firefox.

  8. after installing, firefox says a bunch of my addons aren't compatible with 3.0, even though they are. the source i made the installer from was 3.0 with these (among others) addons:

    - adblock filterset updater 0.3.1.3

    - cs lite 1.3.8

    - customizegoogle 0.72

    - session manager 0.6.1.13

    - tab clicking options 0.6.9

    these all work on my source install with 3.0, but they don't with the custom installer. i can uninstall/reinstall them and they work fine.

    :/

    I will look at these addons and see what files they create in your profile and I'll make changes. I'm pretty sure of the cause. It's a long weekend at work and I won't have much time, but I'll try.

  9. @qwesta - which addon were you trying to make?

    @TechnoHunter & @qwesta - coud you tell me what file 10123.fox is referenced to in the inf file?

    Is it by chance a filename with spaces in it?

    That is the only way I have been able to get the error. I will fix shortly and have an update soon.

    thanks

    ****EDIT***

    The error found and has been fixed. the links have been updated. I hope all is good this time.

  10. Can't make tete's Firefox. Script downloads Firefox, downloads tmemutil-20080331-sse2.zip and..stucks.

    tete updates his builds almost daily. When you see that "site may be unavailable", either the server is down or the file is not there and has probably change.

    I have updated the link and it should be working.

  11. It will be for personal use. Basically I need a script that will run a loop through all files in a directory.

    I'm not sure if you're familiar with the shortcut program I am using. I'm not even sure where I got it anymore. The syntax is:

    shortcut.exe /F:"%Filename%" /a:c /T:"%Target%" /W:"%Working Directory%" /I:"%Filename%,0"

    shortcut.exe resides in my system32 directory. if you could use that structure and make the filename, target, and working dir variables I could manage the rest.

    I started learning C++ a few years ago and stopped because the next class was never offered! I have an idea of what I need but I don't know the syntax for the command line or vbscript. I only learned concepts in C++ we never got to the point where we could use the file system.

    This isn't in vbscript, but it should be easy enough with 2 batch files.

    first.bat

    @echo off

    xcopy /L "your folder here\*" temp\ > list.txt

    FOR /F "tokens=1* delims=~" %%i IN (list.txt) DO SET filename=%%~nxi&set target=%%~fi&set working_directory=%%~dpi&call second.bat

    second.bat

    %windir%\system32\shortcut.exe /F:"%Filename%" /a:c /T:"%Target%" /W:"%Working Directory%" /I:"%Filename%,0"

    Try this and see how it works.

  12. thanks shahed

    I have just finished writing a script that will create an inf installer. I just need to integrate it into the addon maker and test. Should be ready in a day or two. The inf installer is needed for some of the optimized firefox's as the original firefox installer crashes when trying to install them.

×
×
  • Create New...