Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
46 views

I have problem with Test Complete software, and WiX software. When we build installer(MSI file) from pipeline (or locally) after running installer we see two different processes (on screenshot). When ...
Bartosz Góralski's user avatar
0 votes
0 answers
47 views

I have a question and I need help solving an issue. I have an installshield 2016 installation and I want to allow the user to either select an existing SQL Server database (and then the installation ...
Igor Soom's user avatar
0 votes
0 answers
55 views

Installerc created using Installshield 2015 is not able to create a registry key under HKEY_LOCAL_MACHINE hive. The script is given below. I verified that installer is running with admin priviliges. ...
logeeks's user avatar
  • 4,953
0 votes
1 answer
110 views

I have installshield version 2016 + 2019. I want to add prerequisite of .Net 9 runtime. How is done?
danies8's user avatar
  • 23
0 votes
0 answers
50 views

I'm migrating an installer from InstallShield to WiX v4 with Bundle and having issues with minor upgrades. Here's my scenario: Current Versioning Scheme: Format: x.y.z.a where: x = major version (...
Maazaowski's user avatar
0 votes
0 answers
14 views

I'm trying to create a similar installation to the one used for a game. I don't mean a one-to-one copy, but an installation with the exact same kind of progress screen/bar as shown here (specifically ...
user9343456's user avatar
0 votes
0 answers
92 views

I am trying to install a desktop application through the command line. The application comes with an installer package, such as setup.exe, which was created using InstallShield. I am using this setup....
Harsh Upparwal's user avatar
0 votes
0 answers
26 views

Using InstallShield 2024R1 with a VB.Net Solution targeting DotNet 4.8 under Visual Studio 2022. We use several Nuget Packages. The installShield Script we use does not pull Nuget-related DLLS from ...
Stephen Simpson's user avatar
0 votes
0 answers
105 views

I got a problem of installshield 2023 Installscript project with "/s" command line. From the link https://docs.revenera.com/installshield28helplib/helplibrary/IHelpSetup_EXECmdLine.htm It ...
Jesper Lin's user avatar
1 vote
0 answers
39 views

Dll is written in c language and function prototype is as follows:- DLL_EXPORT int HistQueryFlat( char *Product, char *Version, char *SType) { int Result; char *ItemVersion; HIST_ITEM *...
Manoher Kumar's user avatar
0 votes
1 answer
183 views

I have myproject.ism and setup.rul files created by InstallShield (IS) 2016. How can I tell if the resulting installer is of the InstallScript-MSI flavor, or the InstallScript-non-MSI flavor? I have ...
Radim Cernej's user avatar
0 votes
1 answer
64 views

I'm trying to get info on errors that may be happening when I LaunchApplication in installScript, but get an error when I do exactly what this example shows: store error code from custom action export ...
Michele's user avatar
  • 3,936
0 votes
1 answer
208 views

I am attempting to create an installer to upgrade my software to version 2.0.0.0 using InstallShield 2022. I have changed the Product Version from 1.0.38 to 2.0.0.0, got a new GUID for the Product ...
KingGizzard237's user avatar
0 votes
0 answers
1k views

I got a problem with my window app which was created by InstallShield 2022. When I press to "Finish" button, this dialog is closed as expected. However, the ISBEW64.exe is opened and ...
Babatos's user avatar
  • 41
1 vote
0 answers
21 views

I work for a Test and Measurement company. We write software that installs either on an embedded instrument and a PC and can be used to control USB measurement devices. There are quite a number of ...
bo gusman's user avatar
  • 137
0 votes
1 answer
68 views

I am creating an exe using InstallShield 2022. Its a C# WPF code. Once the build is created from InstallShield, When I run the exe as administrator, the pop-up which appears, doesn't show Copyright ...
Gautam Khandelwal's user avatar
0 votes
1 answer
888 views

I have been using .Net framework managed code custom actions using Microsoft.Deployment.WindowsInstaller and WiX references in Installshield tool. Is it possible to write managed code custom actions ...
Vivek's user avatar
  • 1,089
2 votes
1 answer
88 views

Can someone help me set the Required Execution Level to Administrator for an MSI file? (I mean, when double-clicking the MSI file, it should also show the UAC dialog to confirm Administrator ...
Hung Hero's user avatar
0 votes
1 answer
349 views

I'm trying to figure out why an InstallShield installation can install a component's files to the PUBLIC folder under normal installation, but not when silent (and running MSI with /qn). Under normal ...
Eleco Martin's user avatar
0 votes
1 answer
2k views

I'm trying to make our (Installshield) installers use msoledbsql instead of sqloledb and sqlncli11 and the installer fails when connecting to the database. So I did some research and tried manually ...
Ben_G's user avatar
  • 826
0 votes
0 answers
86 views

I'm currently exploring deployment strategies for our Java-based web application that runs on Tomcat in Windows OS environments. My goal is to create a seamless Tomcat setup package (which includes a ...
Sumit Arora's user avatar
  • 5,261
0 votes
1 answer
275 views

In a C# custom action function,e xecuting in deferred mode, property values can be accessed using "CustomActionData" property. Requirement is that the same action function also need to set ...
S_1's user avatar
  • 62
0 votes
0 answers
80 views

I am writing a custom action to hit an https endpoint to check a license key. The custom action code works fine if i run it outside of installshield in a console application, so i know the code works ...
user616's user avatar
  • 861
1 vote
1 answer
443 views

Is there anyway to disable silent mode? I want the installer to display the window even if I run Setup.exe with the -S option , I didn't find that option in the installScript project , i use ...
ikaros f's user avatar
0 votes
1 answer
741 views

i have added crystal runtime as a prerequisite in my installshield project. i am using the command line arguments /qn /norestart to install the runtime silently. Problem that i am facing is that if ...
Devd's user avatar
  • 41

1
2 3 4 5
49