Questions tagged [installshield]

InstallShield (not including limited edition) is a software tool for creating MSI installers or software packages. InstallShield is primarily used for making an installer (MSI) 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.

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

InstallShield is primarily used for installing software 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.

2423 questions
0
votes
1 answer

InstallShield Copy file from parameters

I am struggling with InstallShield LE to create a simple installation file allowing to pass 3 specific files in parameters. After reviewing the InstallShield forum (not very active) and stackoverflow questions, I would appreciate if anyone could…
Salim
  • 495
  • 3
  • 20
0
votes
1 answer

DLLs are not replaced during minor upgrade

During minor upgrade I'm getting the following error: SELMGR: ComponentId '{C1B06529-966C-2A82-EF0C-A5CFA0113872}' is registered to feature 'X', but is not present in the Component table. Removal of components from a feature is not supported! I…
Tsahi
  • 445
  • 4
  • 22
0
votes
0 answers

Installer creation tool - is this still a thing?

I'm not asking a technical question, but a request for advice. Over time, I have always used installshield as the primary tool in installer development, and this tool has always been the king of them. Lately, everything has gone to the web and…
Paulo Alves
  • 164
  • 8
0
votes
2 answers

Using MSBuild for Build solution include InstallShield ProjecT

I'm doing a project in C #. In my solution I have an installsheld project that works very well when I compile directly from visual studio, I have a setup that is generated and is ready to be installed. I would like for various reasons to be able to…
Camille Colvray
  • 420
  • 3
  • 16
0
votes
3 answers

How to silently uninstall InstallShield.exe which is bundled inside a wix bundle?

I am working on custom managed bootstrapper application in wix. My installer installs .Netframework461(if needed), redist_x86 and msipackage of my application. My new requirement is along with the above components I need to install an InstallShied…
SHK
  • 135
  • 3
  • 13
0
votes
0 answers

Extend Visual Studio functionality for Installshield ISPROJ Project type

InstallShield must be the crappiest "industry standard" application in existence, for reasons too numerous to enumerate here. However, one of those deficiencies is something I'd like to be able to fix, and with my first foray into writing an…
0
votes
1 answer

Issue in starting service

all I work with InstallScript in InstallShield 2011 I am facing problem while starting service . I used ServiceAddService to add the new service to the service list.Service was successfully added to the list. but while starting this service gives…
Sigal
  • 21
  • 4
0
votes
1 answer

I need different InstallShield prerequsite command lines for the same prerequisite

I have a batch file that builds 2 install projects. They each have SQL Server 2012 as a prerequisite but with different command lines (one is silent, one not for example). Anyway, I would like the projects to be built automatically without having to…
0
votes
1 answer

uninstall from Programs and Features has not enough permissions

Win 10. Installer for application created with Installshield PE 2015. When I call uninstall by link at Start menu or from Programs and Features control panel started uninstallation. Unistall call custom script and call some application by cmd call…
user3302274
  • 252
  • 2
  • 6
0
votes
1 answer

Deleting Registry Key with Batch Script from Uninstall

I have a batch script that deletes certain registry keys, it works as a script itself and also from the command line. However, as part of an uninstaller (Installshield), one of the 2 registry keys does not delete. My log file indicates that "the…
vee
  • 389
  • 5
  • 19
0
votes
1 answer

Make use of Batch file as a projects application file and want to execute it through installshield

I want to use a batch file in my project's application files....but don't know how to make it executable through installshield......... please let me know if you have worked before on the similar situation.
Advait
  • 1
  • 1
0
votes
1 answer

How to use browse for dll action in advanced UI project?

Using advanced user interface project for packing my wix msi with installer.I hope this project type is suitable for me . Now want to validate key via registration page (Customized dialog),so how can we do this action in install shield…
vijay
  • 701
  • 2
  • 12
  • 26
0
votes
2 answers

ISEXP : warning : -6245: One or more of the project's components contain .NET properties that require the .NET Framework

I am getting a "Warning -6245" when I try to build a Windows application by using InstallShield LE for VS 2013. How can I find out which file in the installation package (consisting of many executables, DLLs, OCXs etc.) requires .NET framework and…
user1046647
  • 369
  • 1
  • 6
  • 18
0
votes
0 answers

Coded UI Test Mouse.Click() does not work

I'm working on a Coded UI Test that tests the InstallShield Wizard for a program. At the beginning of the Wizard it installs some c++ Redistributable Packages and a popup window shows up that tells me it wasn't able to install the packages. Now when…
Max Jost
  • 1
  • 1
0
votes
2 answers

Create setup using installshield for particular computer domain only

I am working on window application. I am using installshield to create setup for this application. Till then everything is working fine i am able to install setup on any machine. Problem: For security reason i want to restrict my setup for…
Sunny
  • 3,185
  • 8
  • 34
  • 66
1 2 3
99
100