Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
1k views

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 ...
Tiger Galo's user avatar
0 votes
1 answer
503 views

i am looking for a way to copy files to some user defined destination folder using installshield installer. i mean, Installer should ask from the user to provide the destination folder and files ...
Muneeb Hafeez's user avatar
1 vote
1 answer
523 views

I have a Windows installer package which causes Windows repair mechanism to pop up randomly. From the event viewer logs, I see the below message Detection of product 'Product ID'. feature '...
vsk's user avatar
  • 35
1 vote
1 answer
817 views

I have 2 programs(A and B) with the same upgrade code - when one is installing the other one is uninstalled. Now I have to install both programs on the same machine, in order to do that I changed the ...
george's user avatar
  • 11
2 votes
1 answer
3k views

I want to uninstall a software which is installed using EXE not MIS. By running the uninstall Strin in CMD i can able to uninstall but its asking conformation messages. My intention is to uninstall ...
Sijith's user avatar
  • 4,018
0 votes
2 answers
6k views

I have a msi which need to pass some parameters while installation, I use command line to pass the parameters like below command: msiexec /i installer.msi ALLUSERS=1 AUTOUPGRADEENABLED=0 For users, ...
Rick Zhang's user avatar
1 vote
0 answers
52 views

The Scenario: I made an update for my product and I used InstallSheild to create it. When testing the update it popped up a dialog saying "The feature you are trying to use is on a network ...
Solx's user avatar
  • 5,191
3 votes
2 answers
728 views

I'm using Installshield 2019 to generate a basic MSI file. I want to customize the file properties that are displayed in the windows explorer file properties (in the details tab => title, subject, ...
vlabatut's user avatar
  • 307
1 vote
1 answer
154 views

When i try to read the MSaccess.exe path from the registry in a 64 bit machine using a 32 bit MSI , i got the below WIN64DUALFOLDERS action running and overwriting the property to 32 bit access path ...
mystack's user avatar
  • 5,638
1 vote
1 answer
774 views

I have a code signing certificate for my application and also created a setup using Install Shield. Now my question is that can i sign the Whole setup at once or just sign Exe file present in the Bin ...
Saud Khan's user avatar
0 votes
1 answer
296 views

I am using installshield 2019 professional. I want to validate username/password provided by user. I have written a custom action in c++ dll and from that setting a property using SetMsiProperty ...
Ganesh's user avatar
  • 31
1 vote
0 answers
1k views

I am attempting to run an older InstallShield 5.0 setup program using the silent (/s) option, however even after recording an iss file using /r, it does not automatically fill in the install directory/...
MonkeyJamboree's user avatar
1 vote
1 answer
95 views

I have created a Basic MSI installer and its version is v2.5.0. Using the .ism file that was used to create v2.5.0 installer I created a patch v2.5.1.0 under patch design. Now again using the same ....
vj91's user avatar
  • 11
0 votes
1 answer
575 views

i want to install Mysql server in client mechine during installation of my Actual Application using IntallShield Limited Edition i have already tried an approach that just place the MySQL.msi in an ...
Saud Khan's user avatar
0 votes
1 answer
7k views

I have a installaer package (mySoftware.exe) which is working fine without any issue when i run manually as admin. But i am getting exit code 3010,1641 when i install the package via SCCM. My code ...
Selvakumar Murugesan's user avatar
1 vote
1 answer
16k views

Uninstalling existing msi - Success Installing msi - exit with error code 3010 mySoftware.exe /s /v" /quiet /qn REBOOT=ReallySuppress ADDLOCAL="mySoftwareConfig" /L*v "%mySoftwareLogFile%" /...
Selvakumar Murugesan's user avatar
0 votes
2 answers
712 views

I have an InstallShield project which consists of two files and several folders, MainSoftware.exe AuxSoftware.msi FolderA FolderB etc... The main purpose of the project is just copying all of these ...
lucas1980's user avatar
0 votes
0 answers
174 views

The Bad Result: A file gets installed with created and modified dates that are different. Future upgrades will not overwrite this file, by Windows upgrade rules. This happens when a reboot is ...
Saturn5's user avatar
  • 108
1 vote
1 answer
501 views

I'm am a new InstallShield Developer and challenged with converting one of my company's desktop application to a multi-language installer. I mostly have it working the way we wanted it with the ...
Kevin ATX's user avatar
1 vote
1 answer
187 views

We are using InstallShield 2016 for developing our msi. We have an issue wherein, ttf fonts carried by our msi are getting installed in system. We do not want fonts to get registered. We simply want ...
Swati Das's user avatar
2 votes
1 answer
670 views

I am using Installshield 2018 and I need to include .net framework 3.5 in my installer. What I have done so far is this: -In the Redistributables I have checked the "Microsoft .Net Framework 3.5 SP1" ...
Stylianos Papadopoulos's user avatar
0 votes
0 answers
167 views

I have a Basic MSI Project made with InstallShield 2019. When the user presses the delete button on the Add or Remove Programs in the Control Panel after installing the program, I want to bring up ...
user2423434's user avatar
0 votes
1 answer
289 views

I'm using InstallShield 2019 Professional Edition and have a Basic MSI Project which includes some executable program. In Basic MSI Project, I want to know how to prevent uninstalling program when ...
user2423434's user avatar
0 votes
0 answers
211 views

In my installer, I have a .NET installer class assembly which adds a Scheduled task to Windows Task Scheduler in its AfterInstall event handler and deletes the scheduled task in its BeforeUninstall ...
Kvsn Raju's user avatar
-1 votes
1 answer
1k views

I create a Setup with Installshield 2010. my setup has a prerequisites for reporting viewer so i want to install CR_Runtime13.0.12.msi silently. for this situation we want a command to start the ...
S J's user avatar
  • 34

1 2 3
4
5
49