installation

Create installer with dependencies for x64 and x86

妖精的绣舞 提交于 2020-06-28 08:02:53
问题 I'm developing an application in C # that has several dependencies, one of which is different in 32 bits or 64 bits. When I compile the application: here is the result of the compilation In the x64 and x86 folders, the same dependency is found (SQLite.Interop.dll), but an architecture-specific file (x86: 1223 KB, x64: 1575 KB). As said in the title, I want to create an installer for this application using Visual Studo Installer. When I add the program output to "Application folder", all the

Install Kubernetes + Cilium on different networks

孤街浪徒 提交于 2020-06-28 06:42:59
问题 There is the following topology: 'left-1', 'left-2', 'right-1', 'right-2', 'center' - hosts (DNS names are same). "Clouds" - networks. kubeadm, kubectl, kubelet, docker on all hosts installed correctly. Kubernetes need install like: 'Master-1' on host 'left-1', 'Master-2' on host 'right-1', and workers on hosts 'left-2' and 'right-2' All hosts ping each other by the domain name. All ports on all hosts are open. No firewall anywhere. All hosts have access to the internet. Here there is a

if I have source code and macOS and Windows installers for an app, how can I find what version of Node.js was used to build the app?

扶醉桌前 提交于 2020-06-28 05:17:36
问题 I need to build a new version of a javascript Node.js app. I have the source code and the macOS and Windows installers for the previous version of the app. How can I find what version of Node.js was used to build the previous version of the app, so I can use the same Node.js version to build my new version of the app? I understand that version of Node.js could have been different when building the macOS version and the Windows version. Ideally, I'd like to know what version of Node.js was

Configure error in rgdal “gdal-config”

瘦欲@ 提交于 2020-06-27 17:10:26
问题 I am currently running some species distribution modelling and richness mapping in R on a linux cluster. In order to run my analyses I need to install rgdal so that the raster function in my modelling package works correctly. I have installed proj4 and gdal already. However when I attempt to install rgdal I get an error message: checking for gdal-config... no no configure: error: gdal-config not found or not executable. ERROR: configuration failed for package 'rgdal' This is the command I

Atmel Studio 7.0 and its installer throw error: “Cannot find one or more components. Please reinstall the application.”

眉间皱痕 提交于 2020-06-27 10:30:12
问题 When I try to run Atmel Studio 7.0 it throws an error " Cannot find one or more components. Please reinstall the application ". This error also appears multiple times when I install Atmel Studio. How can I fix it? What I tried to do to fix this problem: I tried both offline installer and online installer. Tried to install Atmel Studio in different directories. One of these directories is on disk C(system disk, SSD), another one is on disk D(HDD). I think that this error may happen because of

Create msix package manually without GUI or msi installer

与世无争的帅哥 提交于 2020-06-27 08:06:16
问题 Can anyone give me a hint how I can manually define a msix package? My application has no msi package (yet), so I can’t simply convert it. Is there a way to create like a configuration file where I define manually which files need to go into the msix package? The MSIX GUI Creator doesn’t give me enough control either. Any link or help is highly appreciated 回答1: As Stein recommended, an easy way is to get the Express edition from Advanced Installer and just create an empty new project ( not

Why is Visual C++ Installer necessary to install numpy package for Python?

断了今生、忘了曾经 提交于 2020-06-27 04:43:04
问题 Just as the question states, I'm interested in the WHY. What exactly is happening that the numpy package cannot be installed without it? 回答1: Two main things you need to know: Python packages are usually distributed as sources (though there's an ongoing effort to ship them as binary wheels instead). Python packages sometimes include C or C++ code. That's the case for Numpy (but a lot of other packages don't). But, when you install a package from source, and it includes C or C++ code, you need

Why is Visual C++ Installer necessary to install numpy package for Python?

一个人想着一个人 提交于 2020-06-27 04:43:01
问题 Just as the question states, I'm interested in the WHY. What exactly is happening that the numpy package cannot be installed without it? 回答1: Two main things you need to know: Python packages are usually distributed as sources (though there's an ongoing effort to ship them as binary wheels instead). Python packages sometimes include C or C++ code. That's the case for Numpy (but a lot of other packages don't). But, when you install a package from source, and it includes C or C++ code, you need

Inno Setup, install only on a non existent directory

大兔子大兔子 提交于 2020-06-27 03:47:29
问题 I would like to not permit the installation on an existent directory or at least a non-empty one. Right now I am using this workaround just to check if the program was installed in the directory chosen by the user but this doesn't work if it is a directory where the program was not installed or a non empty one. function NextButtonClick(PageId: Integer): Boolean; begin Result := True; if (PageId = wpSelectDir) and FileExists(ExpandConstant('{app}\some_app_file')) then begin MsgBox('Warning

Multiple apps installation using a single dmg on Mac OS

依然范特西╮ 提交于 2020-06-26 13:42:49
问题 In windows, I can pack multiple .exe files as part of asingle installer (.msi) using wix. Similarly, is it possible to pack multiple .app files as part of a single dmg file and let the user install it? Say for Eg: I have App X, App Y and App Z. I should be able to install all the three applications by using 'Installer.dmg' . Please let me know if it is possible and how. 回答1: You can always add multiple .apps in a DMG. But this requires the user to click and drag the apps one by one to