Jump to content

toe_cutter

Member
  • Posts

    56
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Sweden

Posts posted by toe_cutter

  1. Hi!

    Ive got the problem that when i open a link to a .png picture, IE7 wants to download the image with the File Download dialog (regular file download dialog) and not simply loading it in the tab/window.

    Now i know other people has had this same problem, be it jpg/gif/bmp. But for the love of my life, i cant find anything about it on google! I dont know if im searching it wrongly or what!

    And this is not the problem of getting a red X on a webpage. Neither is it anything about transparency. As google thinks thats what im searching for.

    My eyes are bleeding, ive been trying to figure this out for the last 2 hours (3am currently).

    When i click Open in the File Download dialog it opens the png with ACDSee 2. Im not sure if that has anything to do with it as jpg/bmp opens there too if clicked in MyComputer.

    Any ideas or links to google pages?

    I tried searching the boards too, but nothing :/

    Thanks!

  2. hm, i use this and i have no video-associations:

    REG ADD %KEY%\039 /V 1 /D "%PP%%PP%ACDSee_v7\ACDSee_70_PowerPack.msi /qb ADDLOCAL=ACDSee,ImageEncodingDecodingPlugIns,ACDPhotoEditor,CommandExtensionPlugIns,FotoSlate,PaneEx
    tension,ArchivePlugIns" /f

    i guess to get rid of the archive, just omit the ArchivePlugIns

    Oh and btw, im using it on build 61

    Edit: darn it, why is code breaking it up :/

  3. Yeah, but i edited that file by hand. Heres one that ive not edited.

    All i did was open it in your program, saved and pressed yes if i wanted to overwrite the one existing and exited.

    Then i open it in notepad and i see %PP%%PP%

    If i repeat it i get three pp's etc..

    Dunno about the installer bug, but that "File->New" hoover bug is pretty annoying :)

    regonce.cmd.txt

  4. Could you please post your runonceex.cmd file so that i can test it with your file, because i don't have the error you report anymore

    Could it be that i just installed the new version over the old one without uninstalling?

    Anyway, ive attached it here, ive cleaned it up aswell, so only one %PP% is preceeding the filename.

    regonce.cmd.txt

  5. Bug reported by Toe_Cutter Solved in beta 2. you can download beta 2 from here Versionnumber unchanged, but beta version is now beta 2

    Im still getting double %PP% (or more depending on if i reopen it and save several times) if i just open my regonce and save it again :/

    Also when hovering over the File->New menu (not any of the two options there) it asks if i want to save my work before creating a new one, or if no changes has been made it just creates a new blank sheet.

  6. @Toe_cutter. this is already supported, but i can add the posibility to do it automaticly for you. this won't be done until the next or mabye the version after that.

    Hm, cant seem to find that feature, unless you mean adding it manually.

    Edit:

    Another thing, when i added a program with the path %systemdrive\install\ and saved it, i noticed it saved the path like so:

    REG ADD %KEY%\000 /VE /D "Alcohol 120%" /f
    REG ADD %KEY%\000 /V 1 /D "%PP%%SystemDrive%\Install\setup.exe /qn" /f

    i closed the program and reopened it and added another program, it then looked like this:

    REG ADD %KEY%\000 /VE /D "Alcohol 120%" /f
    REG ADD %KEY%\000 /V 1 /D "%PP%%PP%%SystemDrive%\Install\setup.exe /qn" /f

    REG ADD %KEY%\001 /VE /D "Index.dat Suite v2.6.0" /f
    REG ADD %KEY%\001 /V 1 /D "%PP%%SystemDrive%\Install\idsuite.exe /VERYSILENT" /f

    Shouldnt it be more like:

    REG ADD %KEY%\000 /VE /D "Alcohol 120%" /f
    REG ADD %KEY%\000 /V 1 /D "%PP%setup.exe /qn" /f

    REG ADD %KEY%\001 /VE /D "Index.dat Suite v2.6.0" /f
    REG ADD %KEY%\001 /V 1 /D "%PP%idsuite.exe /VERYSILENT" /f

    since %PP% is already set to %systemdrive%\install\ ? guess its a bug :/

  7. Apart from all things already said, I've got a general question:

    Looking at the unpacked Firefox installer directory there you can also see some .xpi files. And software extensions of Mozilla and Firefox respectively have this xpi ending, too. Soooo ... wouldn't it be possible to edit the config.ini file suitably to let the setup routine install one's own extensions as well in one step?

    To make it clearer: help.xpi which is one of the default components seems to get installed by the following paragraph in config.ini

    [Component Help]
    Description Short=Firefox Hilfe
    Description Long=Firefox Hilfe
    Archive=help.xpi
    Install Size=449
    Install Size System=0
    Attributes=SELECTED|INVISIBLE|FORCE_UPGRADE
    Force Upgrade File0=[SETUP PATH]\chrome\help.jar
    FileCount=      1

    Couldn't this be adapted for any xpi extension which should be installed along with the default ones?

    Ive tried what you are suggesting, i couldnt get it too work, i even compared the help.xpi to other extensions and edited them, still couldnt get it too work.

    All this was on the PR release, havent tried it now, but im certain its the same.

  8. @crahak

    isnt there already a vbs script or something that searches through two dirs (themes and extensions) and installs them accordingly?? Cant remember why im not using it tho...

    Other than that i totally agree with you, until there is an easy customizable installer that does more or less everything (themes etc) we shouldnt really be partying too hard.

  9. Really?  I tried it serveral times and it worked perfectly for me.  The entire build process took less tnat a minute.  You should try it again.  There are a lot of bugs fixed in this version.  But I don't use it personally, because I don't want an sfx installer, so I'm working on my msi.

    Aah, i tried it just now, it worked as i guess it should work, tho ill still wait for FUN and simons thingy, one has to try every program :)

  10. What i did was extract the installer, as you might have noticed there are setup.exe's for the driver/wdm and cpanel, i created .iss files for them all, copied all the files too my $1/install directory and added this at T13 during XP setup (forgot what that is called)

    Havent tried it on 4.9 really but it worked on 4.7 or whatever was the official one before.

    ECHO.
    ECHO Installing ATi Radeon 9x00 Drivers
    ECHO Please wait...
    start /wait %systemdrive%\install\ATIDriver\Setup.exe -s

    ECHO.
    ECHO Installing ATi Radeon 9x00 WDM
    ECHO Please wait...
    start /wait %systemdrive%\install\ATIWDM\Setup.exe -s

    if exist %systemroot%\system32\atiddc.dll (
    ECHO.
    ECHO ATi Display Adapter detected, installing ATi Control Panel
    ECHO Please wait...
    start /wait %systemdrive%\install\ATICPanel\Setup.exe -s -f1 setup.iss >nul
    del "%systemdrive%\Documents and Settings\All Users\Desktop\ATI CATALYST.lnk"
    )

×
×
  • Create New...