I'm trying to install Aptana Studio and I get an info 1625 error - aptana

I am trying to install Aptana Studio on the following
Windows Server 2012 64 bit
IIS 7
When I go through the install, I get an error of info 1625. This installation is forbidden by system policy.
I have full admin rights on that machine and the system administrator also tried to install it with the same results.
I'd appreciate any thoughts.

Related

Couldn't install Microsoft.VisualStudio.AspNet45.Feature

Im having these problem after installing ASP.net on Visual Studio 2017
//Couldn't install Microsoft.VisualStudio.AspNet45.Feature
Package 'Microsoft.VisualStudio.AspNet45.Feature,version=15.7.27520.0'
failed to install.
Search URL
https://aka.ms/VSSetupErrorReports?q=PackageId=Microsoft.VisualStudio.AspNet45.Feature;PackageAction=Install;ReturnCode=87
Details
Command executed: "C:\Windows\system32\dism.exe" /online /quiet /norestart /Enable-Feature
/FeatureName:"netfx4extended-aspnet45" /All
/logPath:"C:\Users\lenovo\AppData\Local\Temp\dd_setup_20180624000214_074_Microsoft.VisualStudio.AspNet45.Feature.log"
Return code: 87
Return code details: No file path specified.
Log
C:\Users\lenovo\AppData\Local\Temp\dd_setup_20180624000214_074_Microsoft.VisualStudio.AspNet45.Feature.log
Impacted workloads
ASP.NET and web development (Microsoft.VisualStudio.Workload.NetWeb,version=15.7.27625.0)
Impacted components
Advanced ASP.NET features (Microsoft.VisualStudio.Component.AspNet45,version=15.7.27625.0)
As per thread https://developercommunity.visualstudio.com/content/problem/175324/couldnt-install-microsoftvisualstudioaspnet45featu.html this issue has been fixed in latest Visual Studio update. Please install latest Visual Studio update and then try.

Error when installing Visual Studio Tools for Apache Cordova CTP3.0 in Visual Studio 2013

I installed Multi-Device Hybrid Apps for Visual Studio 2013 CTP 2.0. I then updated VS2013 to update 4. Now I can't upgrade MDHA to 3.0 because it tells me to uninstall 2.0 first, however the uninstaller doesn't work. When trying to uninstall 2.0 from Programs and Features, it just goes through the setup and then doesn't remove the software from the Add/Remove list.
I tried following this however it doesn't work:
http://support.microsoft.com/kb/3014133
I ended up discovering that the package GUID in the the KB article is wrong. I used this to uninstall the 2.0, then I could install 3.0. The package ID may vary so you may need to search the directory for vs2013mda_0.1.exe and replace the command with your package location.
"%ProgramData%\Package Cache\{38f367f1-1468-4f16-a4c4-29747084003b}\vs2013mda_0.1.exe" /uninstall /passive /force /burn.ignoredependencies={53d408db-eb91-43fb-9d8f-167681c19763};vsupdate_KB2829760
Also,be prepared to wait. This takes a long time.
Thank you TechnoTim, the problem is that, every people has its own package GUID.
To solve the problem, you must lunch the command from the root directory, c:\, changing the package GUID with your package GUID.
In my system:
C:\>"%ProgramData%\Package Cache\{dea88246-f74a-4171-ad6c-d9c978bf2973}\vs2013md
a_0.1.exe" /uninstall /passive /force /burn.ignoredependencies={53d408db-eb91-43
fb-9d8f-167681c19763};vsupdate_KB2829760
To find the right package GUID I go to C:\ProgramData\Package Cache\ and search for
vs2013mda_0.1.exe and save the path in the block note, then change in path in the orignal command and lunch it from the root directory c:\, and its work.
Sorry fom my english.
Goodbye!
"You cannot install Visual Studio Tools for Apache Cordova CTP3.0 in Visual Studio 2013"
To resolve this issue, follow these steps to uninstall Multi-Device Hybrid Apps for Visual Studio CTP 2.0
Open a command prompt as an administrator.
Run the following command: "%ProgramData%\Package Cache{dea88246-f74a-4171-ad6c-d9c978bf2973}\vs2013mda_0.1.exe" /uninstall /passive /force /burn.ignoredependencies={53d408db-eb91-43fb-9d8f-167681c19763};vsupdate_KB2829760
Run vs2013mda_0.3.exe again for Visual Studio Tools for Apache Cordova CTP 3.0.
The above worked when installing update 4, please see: http://support.microsoft.com/kb/3014133
I solved this problem by another way.
I have tried to uninstall from command line, but no one of paths don't exists on my computer.
And I simply created another user with administrator permissions and installed new apache cordova tools from that user.
In my situation it correctly works running by new created user and old user.
Sorry for my horrible English.

Error in Downloading vs 2012 with web platform installer 5.0

I am trying to download visual studio 2012 with web platform installer 5.0. but it does not install all things and give me error
We're sorry the following product are failed to install.
visual studio 2012 for web(default locale)
This product did not installed successfully.The installation is blocked.
i tried many times but it gives me same error.
I think this problem was due to some virus in my computer
Problem Solved When i tried this:
I Clean my PC with Anti virus
Run Ccleaner
After that when i try to Install software i got successful.

How to install and run Telescope on Windows 7 (i.e. http://telesc.pe)

I couldn't get Meteorite and Telescope running on windows 7, any ideas how should we do this?
Here's what I tried:
installed Meteor on win7 using win.meteor.com
tried to install Meteorite (following instructions on its Github page), but it threw
couple errors (although it finished installation):
C:\Users\Daler\AppData\Roaming\npm\node_modules\meteorite\node_modules\ddp\node_modules\w
s\build\bufferutil.vcxproj(18,3): error MSB4019: The imported project
"C:\Microsoft.Cpp.D efault.props" was not found. Confirm that the path
in the declaration is correct , and that the file exists on
disk.
C:\Users\Daler\AppData\Roaming\npm\node_modules\meteorite\node_modules\ddp\node_modules\w
s\build\validation.vcxproj(18,3): error MSB4019: The imported project
"C:\Microsoft.Cpp.D efault.props" was not found. Confirm that the path
in the declaration is correct , and that the file exists on
disk.
cloned Telescope, then ran it with mrt from its folder, but got errors about missing dependencies of Meteorite. manually copied "router" and "page-js" packages to "Meteor/packages" as suggested here:
But still, running mrt or mrt run exits without error.
However running with meteor command sometimes starts the server on localhost and then fails due to a missing file and sometimes cannot find/start MongoDB.
Installing Microsoft Visual C++ 2010 Service Pack 1 Compiler Update for the Windows SDK 7.1 (as suggested by https://github.com/TooTallNate/node-gyp) fixed the MSB4019 error for me doing npm install xxx on Windows7 x64.
The readme of that update states that the recommended order is
Visual Studio 2010
Windows SDK 7.1
Visual Studio 2010 SP1
Visual C++ 2010 SP1 Compiler Update for the Windows SDK 7.1

Migrate asp.net site to windows azure and Error 102 WAT080

I try to migrate asp site to windows azure.I follow this following link.
http://blogs.msdn.com/b/zkap/archive/2012/07/29/how-to-migrate-an-existing-asp-net-website-to-windows-azure.aspx
After follow the the step and try to debug I got following error:
Error 102 WAT080 : Failed to locate the Windows Azure SDK. Please make sure the Windows Azure SDK v1.7 is installed.
I search and found this link.I try to download and install but I got a error:
The installation package is not supported ........
Only last one is install.
I search and didn't found SDK v1.7 down load link.I am using VS2010 ULTIMATE.Thanks.

Resources