Questions tagged [installshield-2015]

InstallShield is a software tool by Flexera Software for creating installers or software packages for Windows OS. Primarily used for creating Microsoft Windows Installer (MSI installer). 2015 edition of InstallShield.

Definition:

According to the Official Documentation:

You can use InstallShield to rapidly build, test, and deploy installations that target Windows-based systems.

Features added in InstallShield 2015:

  • We can make installers for Windows 2010 and Windows Server 2016.
  • Automation UI for Advanced UI.
  • Integration with latest Visual Studio 2015.

Important Links:

43 questions
0
votes
1 answer

ISDEV fatal error 1027 Failed signing .tmp with SINGLE_EXE_IMAGE signing disabled

Once the ism project file is loaded in the InstallShield, under the [Installation Designer] Media->Releases for SINGLE_EXE_IMAGE I have Signing disabled by selecting None option for "Sign Output Files" and No for "Sign Files in Package" (under the…
Tiger Galo
  • 289
  • 4
  • 15
0
votes
2 answers

My silent installation restarts the machine after Prerequisite installation but doesnot complete installation of the application

I am trying to upgrade the application with command C:\Windows\TEMP\MyApplication_64_7.4.10.8016.exe /s /v"/qn ADDLOCAL=ALL" It is installing the .net 4.7.2 framework Prerequisite, reboots the system but doesn't complete the installation. However,…
0
votes
1 answer

Install Shield it needs admin privileges to run the setup

Requires admin privileges for setup I found a question about the same problem as installshield 2012 , but my problem with installshield 2015 and Solutions in the answer are not compatible with installshield 2015 I hope you understand the repetition…
ZUHAIR
  • 23
  • 8
0
votes
0 answers

Uninstall Redistributable library when uninstalling My application Installshield2015 professional

I am installing Microsoft Visual C++ 2015 Redistributable (x86) - 14.0.23026 as a prerequisite with my application. When I uninstall my application, the prerequisites should also get uninstalled silently. Please let me know how can I achieve this. I…
0
votes
0 answers

C# app's installer is installed but doesn't run

I created my application's installer with latest InstallShield (Limited Edition for Visual Studio 2015). In fact, these are two independent but talking applications. Smaller one is just responsible for generating data and sending it over COM port…
Dia Sheikh
  • 190
  • 2
  • 16
0
votes
1 answer

Error building installshield project with TFS 2013

I'm trying to build a fairly complex project using TFS that was just upgraded from InstallShield 2013 to 2015 and I got all of the errors except for this one: C:\Program Files (x86)\MSBuild\InstallShield\2015\InstallShield.targets (77): -7325: An…
Ben_G
  • 770
  • 2
  • 8
  • 30
0
votes
1 answer

Component is not getting installed at the time of minor upgrade

I'm having a product installer, in that there are a couple of features & each feature contains some components. In one component I'm having a desktop shortcut. So I just renamed that shortcut name and build my installer. So from then, the Minor…
Ajit Medhekar
  • 1,018
  • 1
  • 10
  • 39
0
votes
0 answers

Cannot register DLL after installing into GAC in installshield2015

I am new to Installshield2015 and i need to Install the DLL into GAC and Register from the same location. I have tried several options by creating a custom action and also by creating a supporting file(batch file) and running it from cmd. I am able…
0
votes
1 answer

InstallShield XML File Changes - Change iis port on install

I am building a web application installation using InstallShield 2015, and I need to modify the Web.config file of my app based on user input. The user can insert the port that will be used in the IIS later on. how can I change the web.config file…
Bishoy Ezzat
  • 159
  • 1
  • 3
  • 16
0
votes
2 answers

InstallShield silent install CR Runtime 13.0.17

Hi, I create a Setup with Installshield 2015. my setup has a prerequisites for reporting viewer so i want to install CR_Runtime13.0.17.msi silently. for this situation we want a command to start the cr_runtime setup silent, after many searches on…
0
votes
0 answers

How to support for Windows SBS 2011 OS in InstallShield installer?

I have an MSI installer built in InstallShield 2015. I want to support my MSI installer for OS Windows SBS 2011. But there is no provision of this OS condition in InstallShield 2015. How to add support of this OS in MSI installer in IS 2015 ?
Ajit Medhekar
  • 1,018
  • 1
  • 10
  • 39
0
votes
1 answer

How can I use a dialog to define the program group name in Installshield 2015

I am currently trying to expand our installation program with an option for the user to specify the name of the program group where shortcuts are created under the start menu. (I am aware that this is a somewhat outdated concept) I am using…
MHJF
  • 127
  • 8
0
votes
1 answer

How do I delete a file using the "Add File Removal"?

How do I delete a file using the "Add File Removal"? In InstallShield->Application Data->Files and Folders->I go to the parent directory. Then I right click in "Destination computer's Files and select "Add File Removal". If I select the "Remove…
ConfusedDeer
  • 3,335
  • 8
  • 44
  • 72
0
votes
3 answers

How to add a prerequisite check for .NET framework 4.5.2 in InstallShield Basic MSI project

I'm going to install a .NET application through InstallShield. The .NET application targets .NET Framework v4.5.2. So I do not want the installation to proceed if .NET framework v4.5.2 is not found on the computer. I want to detect this dependency…
RBT
  • 24,161
  • 21
  • 159
  • 240
0
votes
2 answers

The Korean: value for string 'IDS_ERROR_1609' does not contain a legitimate value for table Error column Message

I upgraded my projects from 2009 to 2016, and now one of them is throwing the following errors during compile: ISDEV : error -7354: The Korean: 한국어 value for string 'IDS__DatabaseFolder_ChangeFolder' does not contain a legitimate value for table…
mujtaba
  • 195
  • 2
  • 14