Results 1 to 7 of 7

Thread: Register Dll in Vista [Resolved]

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Aug 2002
    Posts
    24

    Register Dll in Vista [Resolved]

    A program install that works most of the time is being rather stuborn on a Vista OS.

    The install seems to work fine without any error messages but when the program is run "MsStdFmt.dll not registered" I have the msm file included in the install package (VS.msi) I have confirmed that the file is actually in the windows/system32 directory AND manually RegSvr32'ed the file & reboot but still I get the not registered message.

    I checked permissions on the dll gave user's full control. Still

    Any thoughts on why this dll will seemingly not register even though I do get a Regsvr32 ... Successful message?
    Last edited by J.J.Johnstone; Jan 10th, 2008 at 12:18 PM.

  2. #2
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Register Dll in Vista

    You need to run your install setup as Administrator even if you are logged into an Administrator account.

    Right click the setup file and click "Run as Administrator".
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Aug 2002
    Posts
    24

    Re: Register Dll in Vista

    Thanks for the reply...But

    I guess since the installer is an MSI file the option to 'run as administrator' is not there when you right click on it. There are however additional options relating to install/repair etc.

    Any other thoughts?

  4. #4
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Register Dll in Vista

    You could open a cmd window as admin and then run the msi in there as that should be elevated that way it would seem.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  5. #5

    Thread Starter
    Junior Member
    Join Date
    Aug 2002
    Posts
    24

    Re: Register Dll in Vista

    Thanks again for the suggestion. The error message continues though. I went so far as to modify my program to exclude this DLL for this user. But even after applying the updated version, the program gives the same error when opening the same form. It seems that vista is giving bogus information as it relates to this problem. I suppose I could attemp to manually regsvr32 all the DLL's in my program in hopes to find some joy but that does not feel right to me.

    I still dont have an answer but I did suggest that this user boot the operating system from CD and run a repair ? This user has two other Vista system in the office that my program works just fine on and feels comfortable with holding the OS responsible at this point.

    Not resolved but dont need to waste any more time chasing ghosts.

    I love this forum

  6. #6

    Thread Starter
    Junior Member
    Join Date
    Aug 2002
    Posts
    24

    Re: Register Dll in Vista [DONE WITH THIS]

    Finally got this problem resolved !!!!

    Vista UAC was turned off. Turned it on, unistalled / reinstalled the program and everything now works without error.
    Kind of bizarre. Vista is a developement pain in the @$$.

    Thanks Again

  7. #7
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Register Dll in Vista [Resolved]

    Seems backwards lol. Usually problems with installations are because the UAC is on.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width