installshield

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

末鹿安然 提交于 2019-11-27 02:17:46
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 needs a setup.iss (answer/response) file to write to / read from. Did not quite understand what it means.

How to add publisher in Installshield 2018

泄露秘密 提交于 2019-11-27 02:17:20
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. 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 not be present by default for example - obviously I guess) and what type of certificate it is (see below

Visual Studio 2017 setup project missing

江枫思渺然 提交于 2019-11-27 02:04:00
问题 Anyone know where the elusive setup project template went to for Visual Studio 2017? Trying to update VS2015 setup projects, but their setup projects are not supported and MS has no information I can find (I followed every link in their forums from the IDE for the last 5 hours, but they take me to old pages!). InstallShield is nowhere to be found & ClickOnce is still not an option. 回答1: Full explained and working solution: 1) open vs2017 and select "Tools" -> "Extensions and Updates" 2) Under

How can I make the installer Run as admin

自古美人都是妖i 提交于 2019-11-26 22:57:26
问题 My application has an installer built in installshield. But for proper working of installation process in vista Win 7 etc. the installer should be run as administrator. (Even though the user has admin previlege he should select the 'Run as Administrator' option in the menu on rightclicking the installer exe) How can I make my installer to prompt that it should be always run as administrator. Thanks in advance... 回答1: You need to set the execution level to "Require Administrator" from the

VersionNT MSI property on Windows 10

≡放荡痞女 提交于 2019-11-26 17:16:10
问题 I'm finding that when I update the manifest for my bootstrapper to support Windows 10 compatability, the InstallUISequence of the MSI will correctly set VersionNT=1000, but the InstallExecuteSequence will set VersionNT=603. How do I make the InstallExecuteSequence also set VersionNT=1000? 回答1: Here's my two cents.... I don't find the VersionNT property terribly useful. VersionNT64 is: VersionNT64 .... Not VersionNT64 to determine bitness. This is a bit of a hack (they do this, we do that...)

Programmatically extract contents of InstallShield setup.exe

吃可爱长大的小学妹 提交于 2019-11-26 16:34:31
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 possible to deduce which InstallShield version a setup.exe is by looking at version resources of the exe

How to execute custom action only in install (not uninstall)

假装没事ソ 提交于 2019-11-26 15:02:26
问题 I'm sure this is fairly easy, but I've kind of had a hard time with it. I've got a custom action that executes a different (non-msi) installer on installation. Unfortunately, I've noticed that it also executes the installer on UNinstallation! I've looked through the options but I cant' seem to find out how to stop this. If anybody could help me I would be incredibly grateful. Also, how do I set a custom action to go off only during UNinstall? Any help is greatly appreciated guys! 回答1: Add a

External handler for msiexec MsiSetExternalUI

情到浓时终转凉″ 提交于 2019-11-26 14:58:42
问题 Good morning, I am looking to achieve an external handler for msiexec, but not stopping msiexec from acting any different. I would like to be able to intercept all messages utilising the MsiSetExternalUI but still having the same responses and dialogs to the end user. My main aim is intercept where the cached source for msi are installed from and move them to another location. I have tried utilising logging utilise the logging registry key, but source location of packages can get deleted and

Windows 10 not detecting on installshield

随声附和 提交于 2019-11-26 14:55:10
问题 Have requirement to detect windows 10 or greater version on install time. for that I have create following function. It gives me 603 (AS VersionNT value) in windows 10 and windows 8.1. That is wrong. Is there any other way to achieve this? function BOOL isWindows10OrGreater() STRING svWindowsValue; NUMBER nWindowsValue; NUMBER nBuffer; begin try nBuffer = 256; MsiGetProperty(ISMSI_HANDLE,"VersionNT",svWindowsValue,nBuffer); StrToNum(nWindowsValue,svWindowsValue); return (nWindowsValue >= 603)

Installshield Custom Dialogue Installer

巧了我就是萌 提交于 2019-11-26 14:43:06
问题 I have built an Installshield installer successfully..and it is up and running..But I am a few customization away from perfection . While asking for administrative privilages in the course of installation..The permission seeking Dialog box shows weird message .which is unpleasant to anyone .I am attaching the screenshot below.. As I am new to Installshield Premier edition..can anyone please help me out with this- how can I change the pointed string AND ALSO the publisher name from unknown to