I have a program that installs on the English version of vista just fine but when we try to install it on a dutch version we get the following error message. Error 1001 "Kan een aantal of alle id-verwijzingen niet omzetten" Google translate converts it to this: "Could some or all id referrals not convert" This error is happening during the msi install. Searching on google for this has turned up no results. Does any one know what I need to do to get around this?
I found this reference:
This says that if you rename the Administrator account it can cause this error:
[http://www.codeplex.com/sqlnexus/WorkItem/View.aspx?WorkItemId=9486]
Apparently this error translates to "Some or all identity references could not be translated", which I found many results for in Google.
Related
I downloaded the app on my laptop and when I tried to open it an error message displays : "The code execution cannot proceed because VCOMP120.DLL was not found. Reinstalling the program may fix this problem." and I reinstalled it many times:(. What can I do to be able to use this application?
Something must be wrong in your Windows installation, according to this post in Microsoft's community.
Newbie here.
So I've been having trouble installing TIA Portal v15.1. During the installation, I always get an error message saying "some installed products need licenses". I'm on win 10 Pro 64 bit. The log file can be found here: http://txt.do/1eusu
Thanks for your help in advance. Been struggling for a while now.
enter image description here
It seems to fail at MSMQ. Make sure MSMQ is enabled,
You can find this under
control panel > turn on windows features > MSMQ.
Also try to run the installer as administrator (in case you didn't do this already).
I'm getting an error when installing a more recent version of the Windows Software Development Kit on my computer.
Each time I'm trying to install it (wherever it's, my B:\ drive or C:\PROGRA~X) I get that error (at 33% of the "installation"):
An error occurred while installing Windows Performance Toolkit. Log.
The folder path 'Windows Toolkit' contains an invalid character.
Review the setup log files, or contact your system administrator.
So I then decided to login in an other user (and install in it's program folder), and it didn't worked.
I checked the logs and it simply says that there's an invalid character somewhere but there's no more details.
Here is the log files given by the installation program to check the reason of the error (pastebin).
(Also note that in the logs you'll be able to see references to D:\Windows Kits\10\ which is weird as I actually don't have any storage devices associated to D, but I had one before).
I also tried to simply uncheck Windows Performance Toolkit in the installation settings (it's the 1st one) but it didn't worked as it will simply display the same error with the next Toolkit to be installed (and the error still displays at exactly 33% of installation).
Is there any known solutions to solve that problem ?
There's probably a registry key which contains an invalid character due to some reasons but I don't know which one it could be if it was the case...
I really need to install the Windows SDK and then install the WDK, and I don't really want to reset my OS for that.
If you need more information or details about something concerning my system I'll provide them.
I also encountered this problem.
By checking the log, I found that this problem is caused by the string in the registry.
Search in the registry and delete this field.
That's how I solved it. enter image description here
I'm trying to install an Excel plugin for a customer and get the error
"Error 1001. Absolute path information is required"
The plugin installs fine on my own computer, but I suspect that the customer system admin might have some setting preventing a correct installation - even though they wont admit it or know it!
I suspect that it is some kind of regedit protection- can anyone confirm or deconfirm this?
The installation is on Windows 10.
P.S. I have filed a bug-report with the vendor, but it might take a while for a reply - and it works fine on my computer.
Hi guys i am having trouble using the FileSystemObject in Windows7 Home Premium'm getting an error message "Run-Time Error -2147319779 Automation error Object library not Registered" I used this code on windows xp sp3 and it worked good, I tried Registrer dll "c: \ windows \ system32 \ scrrun.dll" but is still showing the error, Thank you all!
Set Diretorio = FSO.GetFolder(DiretorioDinamico)'The error occurs here!
I've got the same issue with bad registration of some common components installed on syswow64, among them the mscomctl.ocx. After searching for and not found a solution, I derived one that solved the problem. So, the only way to solve was:
Unregister the mscomctl.ocx (with elevated privilegies)
Disabled the Internet Explorer (version 10 in my case)
Reboot the system
Register the mscomctl.ocx (Always elevated)
Enabled IE10 again
It seems to be IE10 the problem. Since I disabled it, I could finally correctely register the common controls.
I hope (despite my bad english) help someone who is facing the same problem.