tomasz86 Posted September 2, 2012 Posted September 2, 2012 A newer version of msftedit.dll than the one included in KB935839-v20o is available in KB970063:Msftedit.dll 5.41.15.1517
Tommy Posted September 4, 2012 Posted September 4, 2012 I'm having an issue with the Windows Installer Service. It seems to have started when I upgraded kernel extension v2.0n3 to v2.0o. Now I can't use the service, it just produces the standard cannot access Windows Installer Service. When I go into the services panel and try starting it manually, I get an error saying "Could not start the Windows Installer service on Local Computer. Error 997: Overlapped I/O operation is in progress."
blackwingcat Posted September 4, 2012 Author Posted September 4, 2012 (edited) Umm....On my environment seems not have any problem.How about Windows2000-KB971913-x86-INTL.exe ?I'm having an issue with the Windows Installer Service. It seems to have started when I upgraded kernel extension v2.0n3 to v2.0o. Now I can't use the service, it just produces the standard cannot access Windows Installer Service. When I go into the services panel and try starting it manually, I get an error saying "Could not start the Windows Installer service on Local Computer. Error 997: Overlapped I/O operation is in progress." Edited September 4, 2012 by blackwingcat
Tommy Posted September 4, 2012 Posted September 4, 2012 I found the problem on this forum, seems using msiexec /regserver from a command prompt fixes this problem. Why this happened in the first place, I have no idea. The only patches I've been using is the kernel extension updates.It almost seems that Office 2010 is almost installable however it fails when trying to register some kind of service, seems like it was software protection or the like. I have no idea why this happened but the steps I took to make this partially work was setting the actual trial download from Microsoft to XP SP3 compatibility and then also setting setup.exe to XP SP3 compatibility. It almost completes but then that error shows up and the whole thing rolls back to the beginning. Just thought I'd report that as we're getting closer to Office 2010.
tomasz86 Posted September 5, 2012 Posted September 5, 2012 I found the problem on this forum, seems using msiexec /regserver from a command prompt fixes this problem. Why this happened in the first place, I have no idea. The only patches I've been using is the kernel extension updates.I can confirm that there are no problems with Windows Installer after installing the kernel here.
Tommy Posted September 6, 2012 Posted September 6, 2012 (edited) I can vouch that with v2.1 kernel extension that Microsoft SharePoint Designer 2007 will install and it seems to run fine as long as you set the the setup file and also setup.exe to Windows XP Service Pack 3 mode. Extracting it and then trying to install doesn't work, at least for me. I don't know if this was ever reported or not so I figured I'd bring it up now. Edited September 6, 2012 by SearanoX
blackwingcat Posted September 7, 2012 Author Posted September 7, 2012 Hi.What does it mean "Extracting it and then trying to install doesn't work, at least for me" ?I can vouch that with v2.1 kernel extension that Microsoft SharePoint Designer 2007 will install and it seems to run fine as long as you set the the setup file and also setup.exe to Windows XP Service Pack 3 mode. Extracting it and then trying to install doesn't work, at least for me. I don't know if this was ever reported or not so I figured I'd bring it up now.
Tommy Posted September 7, 2012 Posted September 7, 2012 @blackwingcatI meant that if you have WinZIP or WinRAR installed, you can open up the archive. For example, if I download the trial version of Office 2010, it's just a single file archive. If you right click on it, you can open it up with WinRAR and extract it to a directory of your choice. However, doing that makes the installation run into problems on Win2k. In the case of Office 2010, the usual error the pops up when launching setup.exe is "The Language of this installation package is not supported by your system."
blackwingcat Posted September 7, 2012 Author Posted September 7, 2012 Hi.If you installed Office 2010 SP1.PLz change binary by the following %ProgramFiles%\Common Files\Microsoft Shared\OFFICE14\Office Setup Controller\setup.exe14.0.6010.100000033fbc: 85C0752BFF15 -> 85C0EB2BFF15%ProgramFiles%\Common Files\Microsoft Shared\OFFICE14\Office Setup Controller\Osetup.DLL14.0.6015.1000001CD8D9: FF159C11001085C00F95C0 -> FF159C11001085C06A0158001E29AE: FF159C11001085C075 ->FF159C11001085C0EB001E2A61: FF159C11001085C075 ->FF159C11001085C0EB001E307A: FF159C11001085C075 ->FF159C11001085C0EB@blackwingcatI meant that if you have WinZIP or WinRAR installed, you can open up the archive. For example, if I download the trial version of Office 2010, it's just a single file archive. If you right click on it, you can open it up with WinRAR and extract it to a directory of your choice. However, doing that makes the installation run into problems on Win2k. In the case of Office 2010, the usual error the pops up when launching setup.exe is "The Language of this installation package is not supported by your system."
Tommy Posted September 7, 2012 Posted September 7, 2012 I will try that later on and see what happens!However, I've been getting another error that bugging me. I'm using the new v2.1a kernel extension with the NT6 msvcrt.dll, and I'm getting a critical stop error popping up randomly it seems.mscorsvw.exe - Entry Point Not FoundThe Procedure entry point FlsSetValue could not be located in dynamic link library KERNEL32.dll.It did this with version 2.0o as well. I'm not sure if this is related to using the NT6 version of msvcrt or not but I thought I'd report it.
tomasz86 Posted September 7, 2012 Posted September 7, 2012 The Procedure entry point FlsSetValue could not be located in dynamic link library KERNEL32.dll.http://msdn.microsoft.com/en-us/library/windows/desktop/ms683146%28v=vs.85%29.aspxNormally the API is present in Windows 2003 Server and newer only.
piotrhn Posted September 7, 2012 Posted September 7, 2012 (edited) Can you add toKernel32:SetFileShortNameW <<-- Windows 8 Setupadvapi32:RegSaveKeyExWRegisterIdleTaskUnregisterIdleTaskntoskrnl:RtlHashUnicodeStringwinsta:RemoteAssistancePrepareSystemRestoreWinStationIsHelpAssistantSessionntdll:ZwOpenProcessTokenEx <<-- Windows 8 SetupZwOpenThreadTokenEx <<-- Windows 8 Setupsetupapi:SetupDiGetDevicePropertyW <<-- Windows 8 SetupThese functions are required by System Restore (XP). Edited September 10, 2012 by piotrhn
Tommy Posted September 7, 2012 Posted September 7, 2012 That's what I thought as it was brought up before, but why would it be popping up on my Win2k workstation randomly? It doesn't seem to have a program or anything that causes it to pop up, it just pops up, even when I would shut down. The Procedure entry point FlsSetValue could not be located in dynamic link library KERNEL32.dll.http://msdn.microsoft.com/en-us/library/windows/desktop/ms683146%28v=vs.85%29.aspxNormally the API is present in Windows 2003 Server and newer only.
blackwingcat Posted September 8, 2012 Author Posted September 8, 2012 (edited) Hi.Are there old kernel32 or kernelxp with msvcrt.dll in office or assembly path?If you can't see assembly path, execute following command in cmd.execd %systemroot%\assemblyattrib -h -s -r desktop.inidelete desktop.iniI will try that later on and see what happens!However, I've been getting another error that bugging me. I'm using the new v2.1a kernel extension with the NT6 msvcrt.dll, and I'm getting a critical stop error popping up randomly it seems.mscorsvw.exe - Entry Point Not FoundThe Procedure entry point FlsSetValue could not be located in dynamic link library KERNEL32.dll.It did this with version 2.0o as well. I'm not sure if this is related to using the NT6 version of msvcrt or not but I thought I'd report it. Edited September 8, 2012 by blackwingcat
blackwingcat Posted September 8, 2012 Author Posted September 8, 2012 Sorry, priority of this request is Low bacause I know the System Restore requires Volume Shadow Copy Service.Can you add toKernel32:SetFileShortNameWadvapi32:RegSaveKeyExWRegisterIdleTaskUnregisterIdleTaskntoskrnl:RtlHashUnicodeStringwinsta:RemoteAssistancePrepareSystemRestoreWinStationIsHelpAssistantSessionThese functions are required by System Restore (XP).
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now