Endeca 11.1 on win 10 installation - endeca

Endeca Toools and Framework 11.1 is not installing completly in win 10 any ideas?
In the progress bar it is showing 100% but the installation is not even completed for hours, any one come across this situation, please help.

Experienced a similar issue while installing Endeca 11.3 on Windows 2012 R2. The installer runs to 100% and then stops in the process of 'Save Inventory Pending'.
Quit the installer, then made sure I execute the 'setup.exe' as Administrator. First 'deinstall' the last attempt and then installed again without issue.
Suspect your problem is not running the installer as Administrator (even though you are an admin on the machine).

Related

does changing an operating system solve the .dll file issues?

I tried installing Xammp on my pc (windows 8.1) and it says api-ms-....dll is missing. I have tried every solution I've seen online like upgrading my OS, downloading and installing a new visual studio redistributed 2015 but still not working. please would changing the OS solve this problem?
My question is, does changing the OS from maybe windows 8.1 to windows 7 solve this problem? because I have tried most of the online solutions but still having the same issue
You need to install the following windows update: KB2999226 (Update for Universal C Runtime in Windows)
The missing dll api-ms-win-crt-runtime-l1-1-0.dll is installed with a Windows update. To resolve this issue, download and install the Update for Universal C Runtime in Windows from Microsoft. (Source)
Sidenote: The details page from Microsoft was last updated in Jan 2017. You probably should install all other updates that have been released since then.

Azure sql data sync Agent 2 won't install

i'm having some issues on the installation of Microsoft SQL Data Sync Agent 2.
it shows a message telling me to install SQLSysClrTypes.msi and SharedManagementObjects.msi
even after installing those two requirements it keeps showing this message, it worked in another pc but in this one is not.
what should i do?
(pc is running windows 7 )
Please make sure you have downloaded the x86 version of both prerequisites.
http://go.microsoft.com/fwlink/?LinkID=239643&clcid=0x409
http://go.microsoft.com/fwlink/?LinkID=239658&clcid=0x409
.NET Framework 4.5 is required also.
just installed a fresh windows and it worked.

Wakanda Enterprise Studio launches as a background process

Windows 10 14393.105
16GB RAM
64bit OS
Wakanda Ent Studio 11.197492 - fresh install
All other Wakanda's uninstalled
Norton 360 - auto protect - off
When I launch Wak Ent Studio, it loads and runs as a background process, and no window displays.
It was working two days ago.
I uninstalled all Wakanda's, and reinstalled Wak Ent, latest version.
How do I fix this so that I can use Wak End Studio?
The solution that worked for me was to reinstall the entire machine, from scratch.
I do not know what was causing the problem, and I had to make progress.
It works now, after a fresh machine install.

visual studio crash when try to start kernel debugger

I have a project on my studies to write kernel driver. First step of this project is to prepere working environment, so I installed WDK, installed and configured Windows 7 x64 on virtualbox machine and created hello world kernel driver solution from the internet. After that I could deploy and debug my driver in windows 7 client machine directly from visual studio. Everything worked fine. After few days there was an update to windows 10 (host) - november update 1511, I installed that and (sic!) removed ,,previous Windows installations" to get disk space. Unfortunatelly when I opened my project again - I couldn't deploy and debug my driver due to visual studio crash. I can't find workaround for 3 days which is really frustrating beacause I have to show it to my professor on monday.
What I have tried to do:
I completly reinstalled visual studio and WDK (in host and client machine) and it still happens.
After compile, when I click ,,Debugging tools for Windows - Kernel Debugger", visual studio is crashing
(screen)
I can't get previous installation back and now I have no time to reinstall entire system.
Can you help me, please? Is there a way to get it working again?
PS. Excuse me for my english
I solved that.
After I upgraded my OS, I had still installed WDK 10.0.10240, it was not updated to the newer version. Even if I reinstalled it with new wdksetup.exe downloaded from microsoft site, there was still this version. Microsoft did not update their download page. I searched in google "WDK 10.0.10586.11" and I found the direct link to the newest WDK 10.0.10586.0 on tweettunnel.com/vanhoivo.
The link is:
http://download.microsoft.com/download/C/E/1/CE19C726-6036-4443-845B-A652B0F48CD7/wdk/wdksetup.exe
After I installed this wdk version, the problem has solved, VisualStudio is not crashing now and I can deploy and debug my driver. However, I think that is a bug in VisualStudio - it should show an error that WDK version is not appropriate
Thanks

Regarding MS Win 2008 Server Issue

I have been working for an installer in VC. Although it is working fine with Windows 2000, XP and Windows 2003, its not working under Windows 2008 and Vista after a crash. Interestingly it will work like a charm as and when I changed the executable name.
I'll explain briefly what i did in Windows 2008 and Vista.
My executable's name is Setup.EXE.
Starting the installation for the first time.
I have to abort the installation whenever the setup dosen't meet any prerequisites like IIS is not installed.
Application gets aborted because of lack of prerequisites.
I had made available all prerequisites.
Trying to install again.
Setup.EXE crashed.
I had changed Setup.exe to __setup.exe.
Trying to install again.
Installed successfully.
I could not run the application with name as Setup.exe again.
Can you please tell me what is wrong here?
Regards,
Harish
To further analyze this, the call stack for the crashed application is required.
If vista/2008 starts an executable with the name of setup.exe it will automatically elevate.