Top "Installshield" questions

InstallShield (not including limited edition) is a software tool for creating MSI installers or software packages.

How to make a custom dialog in InstallShield?

I'm trying to understand InstallShield (2009)/InstallScript on the fly, because I'm modifying someone else's installation script. One of the dialogs …

installshield installscript
please help me with Error 27506 Error executing SQL script

I'm trying to create a setup file using InstallShield 2010 for my project which uses SQL Server 2008 Everything is ok all …

sql-server installshield sql-scripts
Is there a good alternative to Install Shield?

I am looking for suggestions to an alternative setup application from Install Shield. We are currently using Install Shield and …

wix windows-installer installation installshield advanced-installer
How to resolve windows installer error The installer was interrupted error

i have create windows application and i create a setup file for this project.If i run the .msi file …

windows-installer installshield orca
How to create own MSI package with Open Source Software?

does anyone know an Open Source Software for creating own MSI packages? I wanna create an MSI file for installing …

wix package windows-installer installshield advanced-installer
How to make an MSI with Visual Studio 2012 and Installshield LE

I've been given a Visual Studio solution someone else made. It has an installer project using Installshield LE. The installer …

visual-studio visual-studio-2012 installshield
How can I programmatically determine if the Visual C++ Runtime 8.0 is installed?

I have an InstallShield installation that uses custom actions that depends on the Visual C++ Runtime 8.0 sp1. In the past, …

visual-c++ installation runtime installshield prerequisites
Is there a free tool to modify InstallShield ism files?

We have two install shield licenses - one for the developer of the installer and the other - for the …

installshield
Register a COM object using InstallShield

I am using InstallShield 2011. I have a COM object that needs registered during installation. I cant seem to find anywhere …

com windows-installer installshield
execute .BAT file in installshield

I am developing a package and i need to run one .bat file that will install a windows service for …

batch-file installshield custom-action