VS 2015 Community Installation - Newer Windows Version required - windows

I've been trying to install VS 2015 Community on my main computer. It is running under Windows 10 which I upgraded to a few months ago from Windows 7 Home Premium. Now I also have VS 2012 Express installed if that is a neccessary information.
However everytime I try run the vscommunity.exe to install VS 2015 I get this error message:
Translated this basically means:
This program requires a newer version of Windows
Sorry I can only get this message in German.

Hellu again.
I found a solution to the problem. So first I could've tried starting it as administrator ^^. This brought up the vs installation window.
When the installation came up it showed me the error "Setup Blocked" and told me to restart the computer. Obviously I have done this before so this couldn't be the solution. Thanks through this post I found out that I needed to turn off hibernation and then restart the computer to fix it.
To turn off hibernation just open the command line and type:
powercfg.exe /hibernate off
And to turn it back on again:
powercfg.exe /hibernate on
After restarting the installation worked correctly.

Turning off hibernation also worked for me
Cmd: powercfg.exe /hibernate off
Complete the installation and then to turn it back on again:
Cmd: powercfg.exe /hibernate on

Related

Visual Studio Code installation with WSL 2

I have WSL 2 installed and running well and I am trying to install VSC to debug my code.
I already use (and have installed) Visual Studio Code on Windows 10.
The first thing I did was to install the .deb package provided on VSC (sudo apt install ./code_1.46.1-1592428892_amd64.deb. Everything went fine. When running code . I was prompted with
To use VS Code with the Windows Subsystem for Linux, please install VS Code in Windows and uninstall the Linux version in WSL. You can then use the 'Visual Studio Code' command in a WSL terminal just as you would in a normal command prompt.
I proceeded to uninstall VSC from my Ubuntu with sudo apt-get purge code and now I am a bit stuck.
On Windows side I installed the Remote - WSL extension and Remote Development on the existing VSC installation, but now I cannot launch it from WSL.
Any workaround?
Later edit : I know it might sound dumb, but it works by just closing all instances of WSL bash and starting all over again. Now I just have the curiosity of what did I install and what did I uninstall? And why is this non persistant?
when you run code . from inside WSL it should install a small vs code server in your home directory (~/.vscode-server) and then lunch vs code. If that doesn't work post the error message.

Cannot install Aptana Studio on Windows 10: Failed to Correctly Aquire installer_git_windows.exe file: CRC Error

Whenever I run the standalone installer for Aptana Studio I get the following error:
Failed to Correctly Aquire installer_git_windows.exe file: CRC Error
I'm running Windows 10, I've looked online for hours and have found no solution.
I had this problem solved by installing the Git from http://go.appcelerator.com/installer_git_windows.exe.
I had the same error. I believe it still has something to do with the NodeJS.
I went to this site https://nodejs.org/en/download/ use the 32 bit version for Windows 10. Then installed an older version of Aptana https://aptana-studio.en.uptodown.com/windows/versions with the 3.4.2 and tada.. it worked. I don't mind the older version for now.
Rename the installer file to "aptana.exe"
Move that file to c drive
Open CMD in administrator mode Type "c:/aptana.exe /passive /norestart"
Press enter
After some process, a new exe file will be available on desktop which you can use.
It worked for me.
Simply download git from https://git-scm.com/download/win and install it manually before launching the Aptana installer and it will work.

CygWin mintty.exe (x64) ends immediately on WIndows 7 (64)

After some M$ Windows updates Cygwin mintty (desktop shortcut installed by setup-x86_64.exe) starts but ends immediatelly. I tried to install all missing DLL's which can be observed with dependency walker. I installed 2012 and 2008 Microsoft Redistributable packages which were missed on My Windows 7. I installed both builds (x86 and x64). But it didn't help me to get my CygWin back, because as far as I can see from mintty's logs there is a security issue. I've got a log with the only row:
This account is currently not available.
I tried to create passwd file with CygWin's mkpasswd and with this command:
getent passwd %USERNAME%
It didn't help also and I don't have any ideas what to do next.
Now I've got a CygWin installation (Cygwin DLL 2.9.0) with mintty ends immediatelly. I can run Cygwin.bat and use the most of CygWin's functionality, but mintty is more comfortable than M$ Connhost and I want it back.
Something have happened, but today, after an ordinary reboot, mintty begun working.
P.S. It has begun after "Definition Update for Windows Defender - KB915597 (Definition 1.253.822.0)" and ended after "Definition Update for Windows Defender - KB915597 (Definition 1.253.973.0)".

Vagrant not up and stuck there without any error message

The environment is Windows 7 64 bit ultimate. vutual box 5.1.22 installed. Vagrant 1.9.7 is installed and.net framework 4.5 and microsoft c++ redistributable 2010 and 2012 are installed.
vagrant box add ubuntu/trusty64
vagrant init ubuntu/trusty64
Both command above are successful!
Then, nightmare happened.
vagrant up
is stuck. No any error message displays in screen. It just stuck there.
Are there anybody know this software. Is this vagrant always not stable like this? It is so unfriendly, and no any error message to pop out.
I've had similar experience with Vagrant 1.9.7 and VirtualBox 5.1.26 on Windows 7 x64.
Run vagrant up --debug to see detailed output of the process. It gets hung at some point. For me it was at STDOUT TRUE.
The solution that worked for me was to start the vagrant_up --debug, then at the point when it gets stuck, open task manager processes, and kill the powershell.exe process. I had to do this each time it got stuck.
Another alternative is to upgrade PowerShell to version 5, using the Windows Management Framework 5.
Last resort is to downgrade to Vagrant 1.9.6, which works as expected.
There is an open Github issue with (possibly) additional detail:
https://github.com/mitchellh/vagrant/issues/8783

Install APTANA failed Windows 10

I'm trying to install Aptana studio 3 on my pc, Windows 10. I download the setup from your link and then launch the setup, but after few seconds I have this error: "Failed to correctly acquire installer_nodejs_windows.msi file:CRC error".
After that the setup ends because of the error...how can I solve that?
Thanks for your kind help, I'd like to use Aptana for my study.
I found that the solution posted in this post worked for me. I already had nodejs & msysgit installed.

Resources