|
-
Jan 8th, 2008, 03:38 PM
#1
Thread Starter
Junior Member
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.
-
Jan 8th, 2008, 04:24 PM
#2
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 Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API 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 
-
Jan 9th, 2008, 10:33 AM
#3
Thread Starter
Junior Member
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?
-
Jan 9th, 2008, 11:52 AM
#4
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 Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API 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 
-
Jan 10th, 2008, 09:48 AM
#5
Thread Starter
Junior Member
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
-
Jan 10th, 2008, 12:18 PM
#6
Thread Starter
Junior Member
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
-
Jan 10th, 2008, 12:32 PM
#7
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 Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API 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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|