Questions tagged [installshield-2014]

The 2014 edition of InstallShield.

is a software tool for creating MSI installers or software packages.

InstallShield is primarily used for creating installers for Microsoft Windows desktop and server platforms, but it can also be used to manage software applications and packages on a variety of handheld and mobile devices.

As with all version-specific tags, make sure that you include the version-general tag along with the specific tag as not everyone browses the specific tag.

21 questions
0
votes
1 answer

Installshield Suite Update URL prompt

Currently when i enter the Update URL and that is triggered by the Setup.exe application, the user has no choice but to download the update. There is no prompt to the user as IF they would like to perform the update first or not, they are simply…
user616
  • 783
  • 4
  • 18
  • 44
0
votes
1 answer

Database name in SQLLogin Dialog not getting updated in installshield basic MSI installer

I am creating a basic MSI project. In the SQLLogin dialog, if I remove the database catalog name from the text box and then browse for an existing database, the value does not appear in the text box on clicking OK but if I click back and next then…
Saransh Kataria
  • 1,447
  • 12
  • 19
0
votes
0 answers

ISDEV : fatal error -1501 couldn't compress file

I'm new to Install shield professional 2015 ,our project was previously handled by other team,they were using Installshield 12 , after that we were told to migrate to Install shield 2015 (we don't have the copy of IS12) they were building the code…
user4842110
0
votes
1 answer

How do you set "InstallShield Prerequisites Location"?

I'm using InstallShield 2014 Pro and the C# automation to handle builds via TFS. I can configure it to build as a setup.exe and extract the prereqs from setup.exe through the GUI but when I do it via code, it never sets the "InstallShield…
JasonAUnrein
  • 146
  • 6
0
votes
1 answer

Read a File in Installshield and fill a form

Im trying to find the way to read/write a config file using a C# library, Im running Installshield 2014 in Visual Studio 2013, I have already the dialog box. I added a Custom Action of type= "Call a public method from in a managed assembly" with…
RobDev
  • 45
  • 1
  • 9
0
votes
2 answers

How to sequence a custom action script after a specific dialog?

I have created a basic MSI project using InstallShield, I want to run a custom action script between two dialogs. This shows my execute sequence, I want to move the custom action MyCustomActionScript to between the two dialogs indicated by the…
slugster
  • 49,403
  • 14
  • 95
  • 145
1
2