I cannot see turtoisesvn on windows server after installing it - tortoisesvn

I just installed tortoisesvn on windows server 2008 but it is not showing any menus for tortoise when i right click any folder. can anyone help?

You probably have a 64-bit Windows and installed the 32-Bit version of Tortoise.
Install the 64-Bit version as well. Both versions can be installed parallelly. It even makes sense to do so: 64-Bit Explorer needs 64-Bit Tortoise, but other 32-Bit apps may need 32-Bit Tortoise.

Related

How to run Total Commander 64bit under the Digital Guardian Platform or TortoiseSVN 32bit on a 64bit OS

My company recently deployed the Digital Guardian Platform (https://digitalguardian.com/products/digital-guardian-platform). Now Total Commander 64bit shows the following error upon startup:
This application was unable to start correctly (0xc0000005). Click OK
to close application.
The only help I found was the tip to install the 32bit version. That worked. However now I am missing the icon overlays from TortoiseSVN 64bit. This annoyance can be solved by installing the 32bit version of TortoiseSVN as well. BUT as of version 1.7.something the TortoiseSVN installer doesn't let you install the 32bit version on a 64bit OS.
Does anyone know whether it is either possible to run Total Commander 64bit under the Digital Guardian Platform or TortoiseSVN 32bit on a 64bit OS?

Check if Windows Imaging Component on Windows 8.1 64bit

Problem:
I was trying to install Ansys 15 64-bit on my Windows 8.1 64bit. In prerequisite check, it did not detect WIC as installed. The installer worked on my other laptop (also Windows 8.1 64 bit).
Solutions Tried
I knew WIC comes preinstalled and there is no installer for Windows 8.1. (A setup for XP was available...tried to install it anyway, unsuccessfully).
So, I tried updating my windows, checking system using SFC /SCANNOW etc.
Questios
1.How can I detect if WIC is installed on Windows 8.1?
(A similar question for XP was asked. Its solutions don't apply here)
2.How to install WIC on Windows 8.1? (I don't want to reinstall Windows)
I found the answer after going through my other laptop's registry. It seems that many programs (like Ansys etc.) determine the availability of WIC by the presence of the following registry key:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\WIC]
"NoRemove"=dword:00000001
Once I added this key the Prerequisite Check program detected WIC as installed.

Need TurboC on Windows8

I have a windows 8.1 and I need to run turbo/borland c (not c++ or c#). How can I do that?Please don't suggest running windows xp on a virtual machine.
You can install DosBox and run 16-bit MS-DOS applications there.
You can download Turbo C++ from CodePlex, which includes DosBox so you can work on Windows without a virtual machine.

How can I install IIS on Windows Server 2012 R2 using InstallShield

I want to activate IIS on Windows Server 2012 via InstallShield setup. I tried the following DISM command:
DISM.EXE /enable-feature /online /featureName:IIS-WebServerRole /featureName:IIS-WebServer
Described here: Installing IIS 8.5 on Windows Server 2012 R2
When I execute my Setup, an error occurs:
The Process Monitor says, that DISM will be executed in C:\Windows\SysWOW64\DISM.EXE and results in Exit Status 11. As File Location I used [SystemFolder]. When I define File Location C:\Windows\System32 it also uses C:\Windows\SysWOW64\DISM.EXE.
What is a tough way to activate IIS?
Per this post, error code 11 indicates that the 32-bit version of DISM is being used on a 64-bit system. This corresponds with installing a 32-bit MSI on a 64-bit system and using it to locate and launch DISM. Windows Installer does not allow you to refer to 64-bit locations from a 32-bit MSI. Heath Stewart's article Different Packages are Required for Different Processor Architectures touches on this, but mostly from the angle of installing to 32- or 64-bit locations. As it turns out, finding files there is just as hard.
In order to launch a 64-bit DISM from a 64-bit location, you will need some other code. It may be possible to locate the 64-bit system folder from 32-bit code, but I know some 64-bit locations can only be correctly queried by 64-bit code. As such I would suggest you write a 64-bit helper exe to find and launch the 64-bit DISM. Then you will need two variants of your custom action so that you only try to use the 64-bit wrapper on a 64-bit system (when VersionNT64 is defined) and use a 32-bit wrapper or direct call on a 32-bit system.
Alternately, if upgrading and using an exe is an option, InstallShield 2013 and later include support for installing Windows Features as part of the Suite project type, which will thus handle this work for you. (Disclaimer: I am paid to work on InstallShield.)

Aptana Studio 3.3.0 crashes on start - Arch Linux

here's my system specs;
Arch Linux x86_64,
Kernel: 3.6.10-1-ARCH,
Gnome 3.6.2,
xf86-video-nouveau 1.0.4-1,
jdk7-openjdk 7.u9_2.3.3-1,
jre7-openjdk 7.u9_2.3.3-1,
jre7-openjdk-headless 7.u9_2.3.3-1,
lib32-libjpeg-turbo 1.2.1-1, libjpeg-turbo 1.2.1-1, libjpeg6-turbo 1.2.1-1
libpng12 1.2.50-2,
net-tools 1.60.20120804git-2,
unzip 6.0-6.
Ok, so there's the list of requirements that are installed, version numbers as well. Upon launch, the loading/splash screen won't even show, and then nothing... it just dies out. I attempted to launch it "aptana -v" and no output in the shell. I have looked for any error logs in ~/ , but nothing is there.
Other steps I've done is to delete any configuration folders/files for eclipse and aptana-secure in ~/. Also did a clean uninstall of just Aptana (not the dependencies), reinstall. Same result.
Any suggestions?
It appears that there is a mix up in the downloads. 32-bit and 64-bit got switched. If you are on 32-bit download 64-bit and vice versa. Hopefully it will be fixed soon.
See issues below:
Aptana 64 bit version crashes on startup on 64bit Linux OS with 64bit Oracle 7 java
Linux Installer Aptana_Studio_3_Setup_Linux_x86_3.3.0.zip contains x64 bit version of the project

Resources