Error on sharepoint server 2010 configuration - windows-7

I need to install sharepoint server 2010 on my developer pc with 64bit windows 7 OS. I followed microsoft instructions on http://msdn.microsoft.com/en-us/library/ee554869.aspx
Let me describe you on this. I copied all the files from the CD to my D: drive. Changed the config at D:\SharePoint Server 2010\Files\Setup and added the tag ''. Installed the prerequisites manually. Made specified changes to windows features, and run the setup.exe file. Selected 'Standalone' as installation type. The installation completed successfully.
While running configuration wizard, I got the message 'Configuration failed' saying 'Failed to create the configuration database'.

I had this happen to me when installed my local development for SharePoint. This link might be able to help. http://myspexp.com/2010/05/31/configuration-failed-when-installing-sp-2010-on-windows-7-failed-big-time-3

While running configuration wizard, I got the message 'Configuration failed' saying 'Failed to create the configuration database'.
Please follow
http://www.microsoft.com/downloads/details.aspx?FamilyID=eb9c345f-e830-40b8-a5fe-ae7a864c4d76&displaylang=en#filelist
Install Windows update, installation will work Fine
To install sharepoint on windows 7
Please follow
http://msdn.microsoft.com/en-us/library/ee554869(office.14)

Related

Installation : Microsoft Visual C++ Redistributable stuck at 'Processing: Windows7_MSU_X64'

I'm trying to install the package of Microsoft Visual C++ Redistributable as my xampp apache module cannot be installed. The installation take a very long time to complete. What should I do? Is this common and is all I have to do is wait?
They are dead stuck with this setup progress as the indication
Processing: Windows7_MSU_X64
To install the Visual C++ 2015 Redistributable, you do not need to remove or uninstall the previous versions.
Refer to the error message, you can have a look at the installation log file and search ‘error’, if you can find the error message about Windows6.1-KB2999226-x64.msu, check this similar issue and have a try with the following to troubleshot this issue:
Download the update KB2999226 for your OS edition from here: Update for Universal C Runtime in Windows and before it, since your OS is windows 7, make sure SP1 is installed.
Manually install the KB2999226 as below:
Find the Windows6.1-KB2999226-x64.msu from the folder C:\ProgramData\Package Cache\xxxxx\packages\Patch\x64, which you can the path from the installation log
Create a folder named ‘XXXX’ in that and execute following commands from Admin command prompt
wusa.exe Windows6.1-KB2999226-x64.msu /extract:XXXX
DISM.exe /Online /Add-Package /PackagePath:XXXX\Windows6.1-KB2999226-x64.cab
vc_redist.x64.exe /repair
If you have no idea about the installation log, you can go to %temp% and order by ‘Date modified’, then you should find the installation log, or you can use http://aka.ms/vscollect to gather the installation logs. After using it, you will find vslogs.zip under %temp% folder then upload the file to https://onedrive.live.com/ and share the link here.
I first tried a clean boot and that didn't work so I opened up the task manager to see what other processes I might kill while it was stuck at "Processing: Windows7_MSU_X64" I killed the process titled "windows update standalone installer" and the install completed successfully the moment I killed that process.
Okay, I found the solution for my stucked installation. I updated my Windows manually using wsusoffline tools as my Windows can't seem to update with the usual ways.
Install wsusoffline and select all update for Windows (Windows 7 for me). Make sure to choose the folder to save your update.
Wait for the update to be downloaded
Install the update
Install the MV C++ Redistributable again
Done!
I finally can install my Xampp Apache module and access to the localhost.

Xamarin Setup fails, "Xamarin Bonjour Service could not be installed"

I am getting the following error message when trying to install xamarin (Xamarin.VisualStudio_4.2.0.695.msi) on Windows 10 with Visual Studio 2015 Enterprise.
Service "Xamarin Bonjour Service" could not be installed. Verify that you have sufficient privileges to install system services.
I am running as local admin, so I don't know why it'd be complaining about privileges.
I always get this error when updating xamarin.
I have the following routine that always works. (for me)
1) When Xamarin notifies you a update is available just download and try to install it. (maybe it works this time)
2) If the install fails, cancel the setup and restart your pc. (restart is important)
3) Go under %localappdata%\MonoDevelop-4.0\Cache\TempDownload.
In this directory you have to install the newest .msi file
PS: If the directory should change in the future you have to inspect the default install program with the process explorer. Just look for any .msi handle.
The existing bonjour service isn't correctly deinstalled. Start cmd with admin privileges. Then try
sc delete "bonjour service"
In my case a restart was needed.

Visual studio failed installation

I tried to install Visual Studio Community 2015 on a fresh copy of windows 10, after having to reinstall it because of boot loop.
But i got a very strange error during the installation that i could not debug.
here's error message from the installer:
http://imgur.com/a/GFMAi
and also error log
https://docs.google.com/document/d/1_c5-heqG2ln0tHh17NGYDGOBOmJEV2Du9UILXmmzYyg/edit?usp=sharing
i tried several solutions on the web but nothing changed.
Any help?
TL;DR:
VS installation tries to open nonexistent files?
After parsing multiple error logs, one error was persistent across them which was caused by "custom culture", so i went to my region settings and changed format from English(Europe) to English(United Kingdom) and after that i got less errors.
I also had to do some registry cleaning because installation tried to use bundle packages that were not present on my PC. I wish this installer would try to reinstall them instead of just giving up.

Visual SourceSafe Installation

I have been given a task to:
1. Install Visual Source Safe.
2. Configure it into my local system
3. Make 2 user’s on it else Admin.
The thing is when i download the installer and run it. This error Logs:
The upgrade patch cannot be installed by the Windows Installer service because the program to be upgraded may be missing.
Please tell me what is wrong and what should i do to properly start it

Cannot publish .net application or to install Web Deploy 3.5

When I tried to publish my .net application on the server using using Web Deploy 3.0 I got this error:
Web deployment task failed. Microsoft.Web.Deployment.DeploymentBaseOptions' does not contain a definition for 'UserAgent'
Searching the web I found that someone fixed this problem upgrading Web Deploy to version 3,.5.
When I tried to upgrade Web Deploy to the version 3.5 I got this error:
http://sciepa.org/zalek/pictures/WebDeploy3.5Failed.png
MSI (s) (78:1C) [13:26:40:909]: Hello, I'm your 32bit Elevated custom action server.
DEBUG: Error 2738: Could not access VBScript runtime for custom action
MSI (s) (78:54) [13:26:40:916]: Product: Microsoft Web Deploy 3.5 -- The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2738
Then I tried to get current Web Deploy using Visual Studio 2013, and got this error:
http://sciepa.org/zalek/pictures/WebDeploy3.5FailedWithVS.png
Here are logs of the installation through Visual Studio:
http://sciepa.org/zalek/pictures/Log_with_vs_professional.txt
To fix error code is 2738 someone suggested this command:
[http://www.jakeludington.com/windows_7/20091115_error_2738_could_not_access_vbscript_run_time_for_custom_action.html][4]
I registered vbscript using command:
c:\windows\syswow64\regsvr32 vbscript.dll
c:\windows\system32\regsvr32 vbscript.dll
I also added to the PATH folders where vbscript.dll is located: C:\Windows\SysWOW64\;c:\windows\system32\
but it didn't help.
Any ideas what to do next?
After many hours of searching, repairing system using SFC.EXE /SCANNOW command I found that the problem was McAfee antivirus program. My PC come with McAfee, but I uninstall it it - at least this is what I thought I did.
This page explains how to do it in details:
detail explanation
What I did was to run this program:
McAfee uninstall
Zalek

Resources