installshield

Inno Setup - Signing fails with “Sign Tool failed with exit code 0x1”

风格不统一 提交于 2019-11-26 12:32:02
问题 I have Inno Setup script, where I need to use the SignTool=signtool , which is configured properly and worked in past. But it\'s failing when I try to compile with the following error: Sign Tool failed with exit code 0x1. 回答1: You didn't provide us any information that we can use to debug your problem. So I'm posting generic instructions to debug issues with a "sign tool". Try command-line compiler (ISCC.exe). It will preserve a full signtool.exe error message in the output: Or temporarily

Create MSI from extracted setup files

雨燕双飞 提交于 2019-11-26 11:40:06
问题 I have a folder with a 3rd party installer, the folder contains a setup.exe and all its CAB files next to it (and many related folders). I want to be able to re-package this 3rd party installer into something that I can use in my main application installer as a prerequisite (or as a chained msi package). I want to not just extract/copy those files on the client machine, but run the installer. Is it possible to create a MSI from all those files using Installshield? I can\'t seem to find a

Windows Installer “Error 1308. Source file not found” when uninstalling patch in sequence scenario

我只是一个虾纸丫 提交于 2019-11-26 11:39:22
问题 I require a series of uninstallable patches created using Patch Design with Installshield 2012. The first two patches work fine when uninstalling. However, the third patch, if and only if uninstalled when patch 1 and/or patch 2 have already been applied, produce errors: MSI (c) (48:C4) [19:02:54:135]: Font created. Charset: Req=0, Ret=0, Font: Req=MS Shell Dlg, Ret=MS Shell Dlg Error 1308.Source file not found: {pathToFile}. Verify that the file exists and that you can access it. There are 26

How to add publisher in Installshield 2018

一笑奈何 提交于 2019-11-26 10:01:02
问题 After I built an installer by Installshield. When I double click to install that software, its publisher shown \"Unknown\". Does anyone know how to make this field to a signed certs? I do have a signed certs from VeriSign. 回答1: Digital Signing I am outdated on certificates, but how well signing will work largely depends on the nature of your certificate - whether it points to a valid root certificate already present by default on your users' target computers (a self-signed certificate will

Regarding silent installation using Setup.exe generated using Installshield 2013 (.issuite) project file

南楼画角 提交于 2019-11-26 09:04:29
问题 I have a setup.exe file generated using installshield suite project (.issuite) file. For an admin or a general user with sufficient privileges, one of our IT admin is able to do a silent installation using - setup.exe /silent However, when tried to push the installs using SCCM (System Center Configuration Manager) or using PSEXEC (both use System account to install), the install fails. The install exist with an exit code 3. I did some research around this and found out that system account

Programmatically extract contents of InstallShield setup.exe

我怕爱的太早我们不能终老 提交于 2019-11-26 04:49:08
问题 I am trying to extract the file-contents of an InstallShield setup.exe-file. (My plan is to use it in a back-office tool, so this must be done programmatically without any user interactions.) Is this possible? (Initial research seems to indicate it will fail.) If it is possible to have a generic solution, for all recent versions of InstallShield that would be best. Otherwise, if a solution only works for some versions of InstallShield it would be a step on the way. (It would probably be

How do I avoid common design flaws in my WiX / MSI deployment solution?

假装没事ソ 提交于 2019-11-26 00:08:29
问题 How do I avoid common design flaws in my WiX / MSI deployment solution? Deployment is a crucial part of most development - failed deployment means your end user will never get to evaluate your product. This could easily be the most expensive error to make in software development . Please give this content a chance. It is my firm belief that software quality can be dramatically improved by small changes in application design to make deployment more logical and more reliable - that is what this

Extract MSI from EXE

耗尽温柔 提交于 2019-11-25 23:07:43
问题 I want to extract the MSI of an EXE setup to publish over a network. For example, using Universal Extractor, but it doesn\'t work for Java Runtime Environment. 回答1: 7-Zip should do the trick. With it, you can extract all the files inside the EXE (thus, also an MSI file). Although you can do it with 7-Zip, the better way is the administrative installation as pointed out by Stein Åsmul. 回答2: For InstallShield MSI based projects I have found the following to work: setup.exe /s /x /b"C:

What installation product to use? InstallShield, WiX, Wise, Advanced Installer, etc [closed]

自作多情 提交于 2019-11-25 22:59:24
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . I\'m currently doing some investigation on moving off of the installation package we currently use (Wise Installer 9) and moving to something that will handle things like Windows Vista, Windows 7 and 64-bit systems. Localization of the installers would be of benefit since we do have a number of French Canadian

Website is not getting created in IIS - limited edition of InstallShield

↘锁芯ラ 提交于 2019-11-25 20:06:19
I am using Limited Edition of InstallShield 2015 with Visual Studio 2015. I have configured Internet information Services settings as shown below, but website is not getting created in IIS. My IIS version is: 10.0 Here is the IIS settings inside InstallShield Note: Source code is successfully copies [INSTALLDIR] of destination computer but it's not getting mapped with IIS. Updates I see only declaration related to IIS, but not used anywhere in log! Property(S): PROGMSG_IIS_CREATEAPPPOOL = Creating application pool %s Property(S): PROGMSG_IIS_CREATEAPPPOOLS = Creating application Pools...