2,424 questions
0
votes
1
answer
1k
views
ISDEV fatal error 1027 Failed signing .tmp with SINGLE_EXE_IMAGE signing disabled
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 ...
0
votes
1
answer
503
views
copy files to destination folder using installshield custom wizard
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 ...
1
vote
1
answer
523
views
Windows installer popping up repair mechanism
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 '...
1
vote
1
answer
817
views
How can I uninstall an old version after changing the upgrade code?
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 ...
2
votes
1
answer
3k
views
uninstall silently in background using setup.exe
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 ...
0
votes
2
answers
6k
views
How to install msi with parameters in without using command
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, ...
1
vote
0
answers
52
views
Why does installation of an update.exe need the orginal .msi file?
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 ...
3
votes
2
answers
728
views
How can I dynamically customize the product version in the MSI file properties with Installshield
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, ...
1
vote
1
answer
154
views
WIX Read 64 bit path from the registry using 32 bit MSI
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 ...
1
vote
1
answer
774
views
how to Sign installer using EV Code Signing
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 ...
0
votes
1
answer
296
views
How to get the property value in the installshield 2019 which is set by c++ dll SetMsiProperty api?
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 ...
1
vote
0
answers
1k
views
InstallShield Answer File Not Working for Install Path
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/...
1
vote
1
answer
95
views
Multiple patch installation issue
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 ....
0
votes
1
answer
575
views
How to silently install MySql server in Installsheild?
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 ...
0
votes
1
answer
7k
views
My installer package throws 3010 or 1641 when run from SCCM. Works fine if i run as admin
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 ...
1
vote
1
answer
16k
views
MSI Installer throws exit code 3010 and couldn't fix it. Help needed
Uninstalling existing msi - Success
Installing msi - exit with error code 3010
mySoftware.exe /s /v" /quiet /qn REBOOT=ReallySuppress ADDLOCAL="mySoftwareConfig" /L*v "%mySoftwareLogFile%" /...
0
votes
2
answers
712
views
How to install msi file in silent mode inside an InstallShield project
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 ...
0
votes
0
answers
174
views
Installer upgrade applies wrong file dates to a held file that requires reboot
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 ...
1
vote
1
answer
501
views
Dealing with Multi-Language MSI Installscript Installshield Installer issues
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 ...
1
vote
1
answer
187
views
How do I disable font registration in an Installshield (2016) msi project?
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 ...
2
votes
1
answer
670
views
How to include .net framework 3.5 in the installer that will be used offline
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" ...
0
votes
0
answers
167
views
InstallShield) Triggering Maintenance Mode when the remove button is clicked in Control Panel - Add or Remove Program
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 ...
0
votes
1
answer
289
views
Installshield) how to prevent uninstalling when the program is running
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 ...
0
votes
0
answers
211
views
Error when deleting Scheduled task during Uninstall
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 ...
-1
votes
1
answer
1k
views
How i can install crystal report silent mode using InstallShield?
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 ...