Aptana Studio 3's Updater doesn't work (win 7) - aptana3

My Aptana Studio 3 Updater shows just this message (it gets the update (from 3.2.2 to 3.3.1 ...) correctly, as far as I can see):
Insufficient access privileges to apply this update.
My system is a standard Windows 7 System - do I have to change any access privileges of my folders to get a successfully finished update?
Thank you very much!

Related

Why am I getting a compile error in a new installation?

Brand new Windows 10 Pro system running 1809. Just installed Access via Office 365 (version 1904). We have a database that was originally created in 1998 and has been updated and working on other Windows 10 systems without a problem. However, when we open it on this new system, we are getting the following error right away:
Compile error. in query expression 'IIf(Hour(Time())<12,"Good Morning",IIf(Hour(Time())>11 And Hour(Time())<18,"Good Afternoon","Good Evening")'
Removing this query does nothing but bring up additional compile errors.
All of the other computers were running Office Pro 2007 at some point - probably when the database was converted from an .MDB to an .accdb file. They are now running the latest version of Access without issue. They all also have an Inactive Application Add-in called "Microsoft Office 2007 Access Database Engine Conflict Resolver" installed and set to Load on Demand. I don't know if this has anything to do with it.
I did install Office 2007 to this computer (Access module only) and that same add-on then appeared in the newer Access. But I have since uninstalled Office 2007 after the issue remained unresolved. (That add-on is now gone.)
My (probably ignorant) guess is that there is old code that isn't being processed correctly and the current batch of computers are handling it via something that was installed during the upgrade process? Our database needs are pretty simple and there are very few users.
Any help in getting this new system into the loop would be appreciated.
Argh. I think the issue was that I installed the 64-bit version of Office 365. All works now under 32-bit. Sorry and thanks.

Error PRVF-7536 Installing Oracle ODAC 12c Release 4 (12.1.0.2.4)

I'm trying to install the Oracle ODAC 12c Release 4 (12.1.0.2.4) on my Windows 10 Pro x64 machine but I'm facing a very weird error in the "Perform Prerequisites Checks" step, AFAIK the error is telling me I'm using the wrong package for my machine's architecture, but I'm pretty sure my machine is x64 and the Oracle package is also for x64.
I've tried running the installer as an Administrator also ignoring the sys prerequisites executing this from an elevated cmd Setup.exe -ignoreSysPrereqs and also selecting the checkbox to ignore the prereqs in the wizard, but can't get it working.
My Machine Info:
I downloaded the installer from here, second option:
The error:
I'll appreciate your help
Update 1: As suggested by #JuanK I checked the ram memory and hard drive space available at the moment of trying to install, It does not seem to be the problem:
I guess You should execute the installer running on windows 8 compatibility mode
File, properties, compatibility
Anyway I've just tested the full installation without problems, from the steps the installer followed and based on your screenshot I guess you haven't enough free space in your hard disk or even in memory.
This is my success screenshot
Have you clicked on Ignore All checkbox and tried pressing Next/Install ?

Stuck while installing Visual Studio 2015 (Update for Microsoft Windows (KB2999226))

I am trying to install Visual Studio 2015 to my Windows 7. I seem to get stuck in this screen while installing it. It has been like 3 hours now and still stuck. Tried installing that update manually but had no luck since it just kept loading as well (Searching for updates).
Any ideas?
The same thing happened to me. Here is what I did in order to get it successfully installed. I downloaded KB2999226 update from Microsofts website here: https://www.microsoft.com/en-us/download/details.aspx?id=49093
After installing this package, I started the installation process again. That worked for me.
I would like to give you a background on Universal CRT this would help you in understanding as to why the system should be updated before installing vc_redist.x64.exe.
A large portion of the C-runtime moved into the OS in Windows 10 (ucrtbase.dll) and is serviced just like any other OS DLL (e.g. kernel32.dll). It is no longer serviced by Visual Studio directly. MSU packages are the file type for Windows Updates.
In order to get the Windows 10 Universal CRT to earlier OSes, Windows Update packages were created to bring this OS component downlevel. KB2999226 brings the Windows 10 RTM Universal CRT to downlevel platforms (Windows Vista through Windows 8.1). KB3118401 brings Windows 10 November Update to the Universal CRT to downlevel platforms.
Windows XP (latest SP) is an exception here. Windows Servicing does not provide downlevel packages for that OS, so Visual Studio (Visual C++) provides a mechanism to install the UCRT into System32 via the VCRedist and MSMs.
1.The Windows Universal Runtime is included in the VC Redist exe package as it has dependency on the Windows Universal Runtime (KB2999226).
Windows 10 is the only OS that ships the UCRT in-box. All prior OSes obtain the UCRT via Windows Update only. This applies to all Vista->8.1 and associated Server SKUs.
For Windows 7, 8, and 8.1 the Windows Universal Runtime must be installed via KB2999226. However it has a prerequisite update KB2919355 which contains updates that facilitate installing the KB2999226 package.
Why does KB2999226 not always install when the runtime is installed from the redistributable? What could prevent KB2999226 from installing as part of the runtime?
The UCRT MSU included in the VCRedist is installed by making a call into the Windows Update service and the KB can fail to install based upon Windows Update service activity/state:
1) If the machine has not updated to the required servicing baseline, the UCRT MSU will be viewed as being “Not Applicable”.
Ensure KB2919355 is installed. Also, there were known issues with KB2919355 so before this the following hotfix should be installed.
KB2939087
KB2975061
2) If the Windows Update service is installing other updates when the VCRedist installs, you can either see long delays or errors indicating the machine is busy.
a. This one can be resolved by waiting and trying again later (which may be why installing via Windows Update UI at a later time succeeds).
3) If the Windows Update service is in a non-ready state, you can see errors reflecting that.
a. We recently investigated a failure with an error code indicating the WUSA service was shutting down.
To identify if the prerequisite KB2919355 is installed there are 2 options:
Registry key:
64bit hive
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Package_for_KB2919355~31bf3856ad364e35~amd64~~6.3.1.14
CurrentState = 112
32bit hive
HKLM\SOFTWARE[WOW6432Node]Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Package_for_KB2919355~31bf3856ad364e35~x86~~6.3.1.14
CurrentState = 112
Or check the file version of:
C:\Windows\SysWOW64\wuaueng.dll
C:\Windows\System32\wuaueng.dll
7.9.9600.17031 or later
I was stuck with the same problem. I found this page with all the possible versions of the KB2999226 also know as Update for Universal C Runtime in Windows.
https://support.microsoft.com/en-au/kb/2999226
I download the x64 version and it work perfectly in my Windows 7 Ultimate.
Today i also face this type of problem during visual studio 2015 Community installation. As i have 64bit OS. I used https://www.microsoft.com/en-us/download/details.aspx?id=49093 link to update KB2999226 mannualy.
Try It. Good luck.
Same thing happened to me and I got it working doing this:
Do not cancel the installation (using the cancel button), instead force showdown your computer so the process is killed and you get a reboot.
After the reboot, just start the install process again.
This worked for me.
Just kill wusa.exe and install KB2999226 manually. Installation will continue without any problems.
I faced this problem after installing clean Windows 7 Ultimate 64 bit OS,
When I search about KB2999226 install fails during Visual Studio I also saw that I couldn't install any other updates.
By the way, I found a solution. When formatting some PCs with ( maybe ) partly corrupted bootable media, first Update for windows not completely installed.
As a solution;
1- Disable update for windows from Control Panel.
2- Restart your pc.
3- Install KB3102810 windows update. ( First update for Windows )
Microsoft TR links;
( 64 bit ) https://www.microsoft.com/tr-TR/download/details.aspx?id=49540
( 32 bit ) https://www.microsoft.com/tr-TR/download/details.aspx?id=49542
4- Restart your pc via finished setup.
5- Try getting updates, or manually setup KB2999226.
I could install this way.
Have a nice days.
I managed to solve the problem by the following steps :
1. Disable windows updates(but check the option "let users install updates manually")
2. Reboot the PC
3. Manually install kb2999226 update from VS install folder (packages/Patch/x64/Windows6.1-KB299926-x64.msu)
4. Start the VS install
5. After install is finished turn back automatic updates
I have the same problem today, stuck on the kb2999226 for over an hour. First, i thought it is because i am using a VM on my local machine. But decided to cancel the installation, then install kb2999226 first, then install the vs2015 community again, it works out much better, the installation move forward and progressing.
thx.
Another workaround is to turn off Internet connection, reboot and restart VS installation. Without Internet connectivity VS installer won't try to update Windows first and will continue without delay.

Oracle Developer Tools 12 install fails claiming I have Windows XP. I have Windows 7

I got ODTwithODAC121021 here It installs the Oracle Client, ODAC, and ODT bits.
When I run the installer, the prerequisite check fails with this:
Reference data is not available for release "12.1" on the operating system distribution "Windows XP5.1".
I actually have Windows 7 Professional SP1
Huh?
My intent is to get the ODT bits into Visual Studio 2010 so I can use Server Explorer and Entity Framework. I don't really need a new Oracle Client, I've already got one installed to match our 11g server version, but it seems I can't pick and choose with this installer, which won't run.
Suggestions? thanks.
This is a bug in this specific version of the Oracle Installer. Here is the workaround:
After making sure the installer is not running, please open up this file in the staging area where you unzipped ODAC:
....\stage\cvu\cv\admin\cvu_config
And in that file change the CV_ASSUME_DISTID value that is there to 6.1
Then save the changes and run the installer again.
This will force the installer to assume you have Windows 7.

Can't get "IIS 6 Metabase and IIS 6 Configuration Compatibility" installed on Windows 7

I'm trying to get Visual Studio setup to be able to use my local IIS server for hosting projects-- it tells me I need to install "IIS 6 Metabase and IIS 6 Configuration Compatibility". So I have tried to do so via Add/Remove Windows Components. The installation process gets to the end and then states that an error has occurred and not all components could be installed (helpful, right?) Then asks me to reboot-- upon reboot, the feature is not installed.
Has anyone experienced this problem under Windows 7 before? I am running the 64-bit Ultimate edition if it matters.
I've also tried completely uninstalling IIS (that worked) then reinstalling with "IIS 6 Metabase and IIS 6 Configuration Compatibility" checked -- same failure at the end of the install.
There is a \Windows\IIS7.log file I can use for debugging but it's fairly large and random.. I don't see anything that screams "fatal error".
I've also had the same problem using Visual Studio 2010 on Vista, but I've got this answer back from Geoffrey, provided his address below...wonder if that would also work for Windows 7.
Im in the process of installing Windows 7 on my laptop and wonder if you are able to fix your error with the answer I received then I will follow the same procedure once I've installed Windows 7 to fix the error
heres the address... follow is thru...it fixed my error. hope it'll help fix your error...
http://blog.geoffreyemery.com/post/iis-6-metabase-and-iis-6-configuration-compatibility-error.aspx
Chers
Frances
I had a similar problem. Same symptom trying to install it fails and reboot rolls back install.
with Microsoft support the following resolved the issue.
Enabled Administrator Account on Windows 7 machine using following command net user administrator /active:yes
Logged in as administrator account on Windows 7 machine
Installed IS 6 Management Compatibility,IIS 6 Management Console,IIS 6 Management Scripts and Tools and IIS 6 Management Service components.
Even though my account was in the administrators group..that was not enough I had to be logged in as the administrator to resolve this issue.

Resources