failed-installation

how to find out which products are installed - newer product are already installed MSI windows

大憨熊 提交于 2019-11-27 09:37:06
I can create MSI via WIX -> we installed it on IIS. What is happening - we had some version of application installed already on let's say 1.8, then we installed version let's say 99.0 just for testing purposes, then we uninstalled this 99 version. Then i tryed to install other version and obtained: A newer version of the product is already installed. Then i tryed following changing upgrade code of product - and make high version again, then uninstall and install lower version - and it worked fine. So i feel i missing something - additional information is that in programs and features list i

Failed Visual Studio 2015 installation

╄→尐↘猪︶ㄣ 提交于 2019-11-27 08:47:31
问题 I tried to install Visual studio 2015 express for Windows 10 on my windows 10 but it failed and didn't install. Here is a picture: I tried uninstalling and installing again but it didn't work. Here is the log file. This looks like the section causing the issue: MSI (s) (F4:78) [18:08:41:658]: SECREPAIR: A general error running CryptAcquireContext MSI (s) (F4:78) [18:08:41:658]: Determining source type MSI (s) (F4:78) [18:08:41:659]: Source type from package 'winexpress_coremsi.msi': 0 MSI (s)

SSDT installation issue (Failed to execute EXE package.)

ぃ、小莉子 提交于 2019-11-27 07:23:57
I am having an issue with the SSDT installation for VS2017. I have ran the installer three times, once basic, once following VS update and the last following some minor windows updates. All 3 times the logs stumble at the same point, anyone know what this .exe it is trying to run is (I am running the installer with Admin...). I read somewhere for a similar error that it might be the SDK but I am able to run this locally, any nice workarounds to having this installed out there? [29BC:A138][2017-09-26T09:28:00]i000: MainViewModel.OnPackageActionProgress: Percent completed: 50, Overall progress:

Installation error: INSTALL_PARSE_FAILED_MANIFEST_MALFORMED?

一笑奈何 提交于 2019-11-26 16:24:32
I am developing a small application that lists all the applications present/ installed on the android device. But I'm getting the below error while i'm trying to run the code. Installation error: INSTALL_PARSE_FAILED_MANIFEST_MALFORMED Please can any one help me to sort out this error. Activity name should be prefixed with "." in your manifest file. There could be another reason for this error. The attribute android:taskAffinity="string" Should always start with a dot, like: android:taskAffinity=".string" Samuel I was having this error because i had capital letters in my package name like this

Windows 7 SDK installation failure

戏子无情 提交于 2019-11-26 14:58:06
问题 I seem to be completely unable to install the Windows 7 SDK onto my machine, and the only solution I've found on the web is to make a swathe of registry changes. I've done this - still no success. This is the reported error: A problem occurred while installing selected Windows SDK components. Installation of the "Microsoft Windows SDK for Windows 7" product has reported the following error: Please refer to Samples\Setup\HTML\ConfigDetails.htm document for further information. Please attempt

how to find out which products are installed - newer product are already installed MSI windows

一曲冷凌霜 提交于 2019-11-26 14:47:26
问题 I can create MSI via WIX -> we installed it on IIS. What is happening - we had some version of application installed already on let's say 1.8, then we installed version let's say 99.0 just for testing purposes, then we uninstalled this 99 version. Then i tryed to install other version and obtained: A newer version of the product is already installed. Then i tryed following changing upgrade code of product - and make high version again, then uninstall and install lower version - and it worked

OSX El Capitan: sudo pip install OSError: [Errno: 1] Operation not permitted

老子叫甜甜 提交于 2019-11-26 12:01:11
When I run: sudo pip install ipython I get the following error OSError: [Errno: 1] Operation not permitted: '/System/Library/Frameworks/Python.framework/Versions/2.7/share' The last command executed tries to create the directory given above. Also, the following command fails to install iPython without providing any errors. sudo pip install --user python (I am on Mac OS X El Capitan in case other folks on this OS see the same issue.) Instructions telling sudo pip install are inherently wrong. If there is any tutorial out there which says you should do sudo pip then please file a bug against

INSTALL_FAILED_MISSING_SHARED_LIBRARY error in Android

偶尔善良 提交于 2019-11-26 10:22:53
When I am trying to run an android application which uses Google API I get the following error [2009-07-11 11:46:43 - FirstMapView] Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY [2009-07-11 11:46:43 - FirstMapView] Please check logcat output for more details. [2009-07-11 11:46:44 - FirstMapView] Launch canceled! Can anyone help me solve this error? Mirco Mage To get past INSTALL_FAILED_MISSING_SHARED_LIBRARY error with Google Maps for Android: Install Google map APIs. This can be done in Eclipse Windows/Android SDK and AVD Manager -> Available Packages -> Third Party Add-ons ->

Python3: ImportError: No module named '_ctypes' when using Value from module multiprocessing

僤鯓⒐⒋嵵緔 提交于 2019-11-26 08:47:03
问题 I am using Ubuntu and have installed Python 2.7.5 and 3.4.0. In Python 2.7.5 I am able to successfully assign a variable x = Value(\'i\', 2) , but not in 3.4.0. I am getting: Traceback (most recent call last): File \"<stdin>\", line 1, in <module> File \"/usr/local/lib/python3.4/multiprocessing/context.py\", line 132, in Value from .sharedctypes import Value File \"/usr/local/lib/python3.4/multiprocessing/sharedctypes.py\", line 10, in < module> import ctypes File \"/usr/local/lib/python3.4

mysql-python install error: Cannot open include file &#39;config-win.h&#39;

纵饮孤独 提交于 2019-11-26 05:58:21
问题 I am trying to run pip install mysql-python connector but it keeps giving me an error \" Cannot open include file: \'config-win.h\' \". The installation works fine on my Mac and another Windows machine, but not this one. I have downloaded Visual Studio C++ and tried installing as both 32 bit and 64. _mysql.c(42) : fatal error C1083: Cannot open include file: \'config-win.h\': No s uch file or directory error: command \'C:\\\\Program Files (x86)\\\\Microsoft Visual Studio 9.0\\\\VC\\\\BIN\\\\c