installation error in Acumatica Framework - acumatica

When I install the Acumatica Framework on Microsoft Windows 64 bit, I get the following error:
**
The installer has encountered an unexpected error installing this package. This may indicate a problem with this package.This error code
is 2229.
**

Your installation package is most likely corrupt. Try downloading it again.

Related

NuGet error during installing packages "Extensibility DTE object unavailable"

I'm trying to install a package on the Visual Studio 2012 environment using NuGet. For at least two packages (EntityFramework and nLog) I'm getting following error:
Install failed. Rolling back...
Extensibility DTE object unavailable.
Visual Studio is running as an administrator. Operating system is Windows Server 2008 R2 Enterprise. I use NuGet 2.0.30625.9003.
Moreover when VS is starting it throws following exception:
Advises I have found on the Internet to run devenv /ResetSettings or devenv /ResetSkipPkgs and then devenv /Setup but none of this has solved the issue in my case. Is there any way to mend it without re installing VS?
Try updating NuGet to the latest version. The version you're running is pretty old. Even if it won't help, it's a good idea to update it.

Error on installing karma test runner

When I trying to install karma on windows 7. I am getting following message
MSBUILD : error MSB3428: Could not load the Visual C++ component "VCBuild.exe".
To fix this, 1) install the .NET Framework 2.0 SDK, 2) install Microsoft Visua
l Studio 2005 or 3) add the location of the component to the system path if it
is installed elsewhere. [C:\Users\user\AppData\Roaming\npm\node_modules\karma\
node_modules\socket.io\node_modules\socket.io-client\node_modules\ws\build\bind
ing.sln]
I installed .NET Framework 2.0 Software Development Kit (SDK) (x86) . still getting same error
Keep
Calm
and
Continue
Using
Karma
Here's the Karma owner's (Vojta Jina) comment on the issue:
this is just optional compilation of native module to speed things up.
Even without native module it will still work.
In any case, not a Karma issue, so closing. If you want to compile
native modules, use linux/mac ;-)
Btw. regarding your getting the same error even after SDK install, possibly VCBuild.exe and/or C++ compiler is not added to path.

npm not installing jsdom in Windows

Im building an app in node.js with jQuery, but when I try to execute, it says it couldnt find module jsdom so, even though I dont understand why installing jQuery didnt install this dependency, I run manually npm install jsdom and I get this error message:
MSBUILD : error MSB3428: Could not load the Visual C++ component
"VCBuild.exe". To fix this, 1) install the .NET Framework 2.0 SDK, 2)
install Microsoft Visual Studio 2005 or 3) add the location of t he
component to the system path if it is installed elsewhere.
[C:\Sites\myapp\node_modules\jsdom\node_modules\contextify\build\binding.sln]
I tried the first option, but still didnt help. What am I (missing|doing wrong)?
You're not the only one having issues with installing jsdom on windows. You could try these instructions:
http://www.steveworkman.com/node-js/2012/installing-jsdom-on-windows/
or use Cheerio which is easier to install on windows and does a similar job.

.NET 4.5 fatal error during installation of VS 2012 Ultimate

When I try to install VS 2012 Ultimate on Windows 7 32bit SP1, but it gives me the next error:
"Microsoft .NET Framework 4.5 - Fatal error during installation"
My installation log: here
My vslog.cab file: here
I tried to install .NET 4.5 stand-alone, but it didn't work too. .NET 4.5 log error
This issue is caused by antivirus scanner on your machine.
Can you please check antivirus scanner logs and see if there is an exception logged for c:\config.msi? Also let us know which antivirus you have on the machine? We (Microsoft) would like to reach out to them to change their product to work better with installers.
Log file indicates some other application (like Antivirus scanner) is opening the backup file without FILE_SHARE_DELETE after MSI creates/moves it.
MSI (s) (D8:C8) [11:31:49:844]: Product: Microsoft .NET Framework 4.5 -- The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2329. The arguments are: 32, C:\Config.Msi\b8265.rbf,
The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2329. The arguments are: 32, C:\Config.Msi\b8265.rbf,
Workaround: disable antivirus and install .Net 4.5 on the machine then enable antivirus again.
Open cmd
Type in the command “net stop WuAuServ” (disable windows update)
Go to Run (you can do this by pressing Win + R) and type in “%windir%” (this command let you go to your windows system folder)
Find the folder “SoftwareDistribution” and rename it as “SDold”
Then, go back your previous command prompt and run the command “net start WuAuServ”
Now, try to install .NET Framework again
Just try to update your .NET Framework to an 4.5 version?

Error in installing Azure tools in VS 2010

I am trying to install Microsoft Azure tools in VS 2010 ultimate trial version in Windows 7 OS. But I am getting following error ::
Error 0x80070643: Failed to install MSI package.
Error 0x80070643: Failed to execute MSI package.
Error 0x80070643: Failed to configure per-machine MSI package.
Error 0x80070643: Failed to execute MSI package.
I have searched for this error alot but did not get appropriate solution. Somewhere I read that Microsoft Web Developer needs to be installed. I have installed it too but still getting the same error. can anyone help me with this error? Could you also provide me some link and guidelines..
Have you tried installing the Azure emulator?
See here
Are you installing from the web platform installer? That should install everything needed.
I ran into the same problems installing it stand-alone, then downloaded the web platform installer and logged in on my admin account. Everything got installed correctly from there.

Resources