Something blocking .MSI installation Files...

Discussion in 'other software & services' started by dja2k, Sep 2, 2005.

Thread Status:
Not open for further replies.
  1. dja2k

    dja2k Registered Member

    Joined:
    Feb 15, 2005
    Posts:
    2,121
    Location:
    South Texas, USA
    I went around looking for a fix to this and found one topic, but didn't seem to help and was from Dec 04. Anyways, you can see my running programs below in my signiture. Which of these programs if any do you think are blocking the .msi installations programs. I know that anolog-x script defender with the extra extentions blockes it, so I unregistered those extensions, but anyways, when I run a .msi installation program, nothing happens. Yep nothing, no error, no pop-up of any sort, nothing! Any ideas?

    dja2k
     
  2. G-Force

    G-Force Guest

    Hi dja2k,

    Have you checked you're Application Event Log when you say "no error?"
    Please, the OS?


    GF
     
  3. iceni60

    iceni60 ( ^o^)

    Joined:
    Jun 29, 2004
    Posts:
    5,116
    have you checked in services? (Microsoft Installer) it should be set to manual, you could try setting it to automatic.
     
  4. dja2k

    dja2k Registered Member

    Joined:
    Feb 15, 2005
    Posts:
    2,121
    Location:
    South Texas, USA
    Sorry , the OS is windows xp pro sp2 and yes the windows installer is at manual.

    dja2k
     
  5. iceni60

    iceni60 ( ^o^)

    Joined:
    Jun 29, 2004
    Posts:
    5,116
    you could try the MSI fix, i found it earlier on a deleted part of my HDD and redownloaded, i can't find the site now, but you can use this, below. save it as msi1.reg and merge it. backup your registry first. copy everything below the line.

    -----------------------------------------------------------------

    Windows Registry Editor Version 5.00

    [HKEY_CLASSES_ROOT\.msi]
    @="Msi.Package"

    [HKEY_CLASSES_ROOT\Msi.Package]
    "EditFlags"=hex:00,00,10,00
    "FriendlyTypeName"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,\
    00,6f,00,6f,00,74,00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,\
    32,00,5c,00,6d,00,73,00,69,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,33,00,34,\
    00,00,00
    @="Windows Installer Package"

    [HKEY_CLASSES_ROOT\Msi.Package\DefaultIcon]
    @="C:\\WINDOWS\\System32\\msiexec.exe,0"

    [HKEY_CLASSES_ROOT\Msi.Package\shell]
    @="Open,Repair,Uninstall"

    [HKEY_CLASSES_ROOT\Msi.Package\shell\Open]
    @="&Install"
    "MUIVerb"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,\
    6f,00,74,00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,\
    00,6d,00,73,00,69,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,33,00,36,00,00,00

    [HKEY_CLASSES_ROOT\Msi.Package\shell\Open\command]
    @=hex(2):22,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,\
    00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,6d,00,\
    73,00,69,00,65,00,78,00,65,00,63,00,2e,00,65,00,78,00,65,00,22,00,20,00,2f,\
    00,69,00,20,00,22,00,25,00,31,00,22,00,20,00,25,00,2a,00,00,00

    [HKEY_CLASSES_ROOT\Msi.Package\shell\Repair]
    @="Re&pair"
    "MUIVerb"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,\
    6f,00,74,00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,\
    00,6d,00,73,00,69,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,33,00,37,00,00,00

    [HKEY_CLASSES_ROOT\Msi.Package\shell\Repair\command]
    @=hex(2):22,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,\
    00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,6d,00,\
    73,00,69,00,65,00,78,00,65,00,63,00,2e,00,65,00,78,00,65,00,22,00,20,00,2f,\
    00,66,00,20,00,22,00,25,00,31,00,22,00,20,00,25,00,2a,00,00,00

    [HKEY_CLASSES_ROOT\Msi.Package\shell\Uninstall]
    @="&Uninstall"
    "MUIVerb"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,\
    6f,00,74,00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,\
    00,6d,00,73,00,69,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,33,00,38,00,00,00

    [HKEY_CLASSES_ROOT\Msi.Package\shell\Uninstall\command]
    @=hex(2):22,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,\
    00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,6d,00,\
    73,00,69,00,65,00,78,00,65,00,63,00,2e,00,65,00,78,00,65,00,22,00,20,00,2f,\
    00,78,00,20,00,22,00,25,00,31,00,22,00,20,00,25,00,2a,00,00,00
     
  6. G-Force

    G-Force Guest

    Looking over your programs dja2k, Firefox+No Script could be the culprit along with your mention. I'm not sure where the scripting adjustment would be in FF not running it myself, but maybe warrant's further investigation.

    You run FF buddy, what do you think? Nice post BTW ;) this the page you were trying to recall ....

    xxxx://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/windows_installer_redistributables.asp
    Reload with http.



    GF
     
  7. G-Force

    G-Force Guest

    Forgot you're running Opera too now! :D

    GF
     
  8. iceni60

    iceni60 ( ^o^)

    Joined:
    Jun 29, 2004
    Posts:
    5,116
    Hi GF yes i have been using Opera for a month or so, i really like it.

    i just recovered my partition so i have found the name of the fix. i was looking on the Kelly Kormer (?spelling) site. it's from Doug Knox. here's the page.
    http://www.dougknox.com/xp/file_assoc.htm
     
  9. G-Force

    G-Force Guest

    Kelly's Korner .... great site! That Knox fella's ain't too shabby either! :cool:

    GF
     
  10. G-Force

    G-Force Guest

    Say Ice, you feel some area within FF may be causing the problem for dja2k?

    GF
     
  11. iceni60

    iceni60 ( ^o^)

    Joined:
    Jun 29, 2004
    Posts:
    5,116
    i really don't know o_O all i know is i had the same problem once, and i managed to fix it in the end, i have no idea what i did though - like my partition fix :D totally clueless. :D
     
  12. G-Force

    G-Force Guest

    Look "buster" :D .... time for a notebook! :D

    GF
     
  13. iceni60

    iceni60 ( ^o^)

    Joined:
    Jun 29, 2004
    Posts:
    5,116
    it's funny you should say that, i just got my notebook back, see screenshot. :)
     

    Attached Files:

  14. dja2k

    dja2k Registered Member

    Joined:
    Feb 15, 2005
    Posts:
    2,121
    Location:
    South Texas, USA
    Thanks iceni60 and the rest of you guys for the posts. That link actually had the fix and it worked, thanks iceni60 again.

    dja2k
     
  15. iceni60

    iceni60 ( ^o^)

    Joined:
    Jun 29, 2004
    Posts:
    5,116
    maybe you should keep the fix, because you might need it for the next time you need to run MSI, that's what i used to have to do.
     
Thread Status:
Not open for further replies.
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.