Mar 13, 2023
09:41 AM
Situation:
Basic MSI with Installshield 2015.
I have a dialog with a radio button group with 3 radio buttons. I want to try to achieve the behavior that the Next button enables on-the-fly when one specific radio button is selected. Selecting another one, disables the Next-button again (exactly the same behavior as in the License Agreement Dialog, but I think that Installshield uses some extra build-in code that achieves this... Hope you can correct me if I'm wrong 😉
As disabling radio-buttons in a radio button group is not possible, what the first option was that I was looking for, I came to this possibility... but I could not get it to work.
Any ideas?
... View more
Labels
- Labels:
-
InstallShield 2015 Premier
Jan 23, 2023
09:46 PM
Hi @Christoph
As per windows error look up the error says the password is incorrect, since you are sure its correct password , try to sign your setup.exe using signtool and verify it signs successfully outside of installshield.
https://learn.microsoft.com/en-us/dotnet/framework/tools/signtool-exe
Are you facing the issue with only 2 dll's (Hardcodet.Wpf.TaskbarNotification.dll, CommonInstaller_dl.dll", ),if yes, then remove this dll's and then try signing and check signing works or If you selected sign files in packages option YES under signing tab, remove that option(meaning set it to NO) and verifying it sign the setup.exe
Also try a sample project with your certificate and verify it works or not. and try to add this dll (Hardcodet.Wpf.TaskbarNotification.dll, CommonInstaller_dl.dll) in your sample and again try to build and verify it works or not,
You can also create a new support with active maintenance, So Could you please navigate to Get Support > Open New Case in the top menu and open a new case to track this issue if you would like to proceed with having this issue addressed? That will allow us to best track this issue in order to best assist you.
... View more
Sep 28, 2022
09:22 AM
Hi @Christoph,
Thank you for your reply.
Happy to hear the suggestion(s) worked for you. You are welcome! We are happy to help!
Please let us know if you have any questions or concerns. Thanks!
... View more
Jul 21, 2022
09:50 AM
Hi @Christoph,
Thank you for your post.
Please accept our apologies for the delayed response.
We are currently focusing on completing the Visual Studio 2022 integration – to enable users to create and view InstallShield projects from within Visual Studio. We will review this request again in 2023.
Please let us know if you have any questions or concerns. Thanks!
... View more
Feb 10, 2022
02:33 AM
Hi, when you click on the 'Next'-button on a dialog, the 'Next', 'Back' and 'Cancel' buttons are auto-disabled as long as the next dialog isn't appearing. Same with also the print-button on the LicenseAgreement dialog. Where is this controlled? Can you control this yourself or is this programmed by Installshield? Update: I found out that the disabling of the 'dialog flow'-buttons can be controlled by using the [Busy] property. On my dialog, I have also a radiobuttongroup control. Going to test if this control also can be disabled when clicking on the next button. Anyone having experience with this scenario? (Basic MSI project)
... View more
Labels
Dec 14, 2021
06:29 PM
I found something that works. You can set the media type in the release wizard to the Web type. Then set the web type to 'Downloader - Setup.exe downloads .msi package'. On downloader options, you will have to enter something in 'URL for your package' to get the next button enabled to finish the wizard. For InstallShield Prerequisites, you most likely want to choose to 'Extract prerequisites from Setup.exe, unless you have the URL set for all setup prerequisites you are using. Then you could choose to download from the web. Then you will get a setup.exe with the prerequisites embedded in it and an MSI with the CAB/product files streamed into it that you can run without the Setup.exe, assuming the prerequisites are already installed.
... View more
Jun 09, 2021
03:17 PM
Hi @Christoph,
Thank you for your post.
Sorry about the delayed response.
InstallShield 2015 has reached its end-of-life so InstallShield 2015 no longer supported. Could you please upgrade to a supported InstallShield version and open a support ticket so we can track this issue? This will allow us to best track this issue in order to best assist you.
Please let me know if you have any questions or concerns. Thank you for your patience and cooperation.
... View more
Aug 28, 2020
09:01 AM
Hi @Christoph ,
Unfortunately currently not,may be you will get in upcoming releases 👍
Thanks,
Jenifer
... View more
Feb 19, 2020
02:05 AM
@vdonga Finally my patience will be rewarded! 😉 I'm looking forward to it.
... View more
Jul 24, 2019
08:44 AM
Argghhh thanks. This was sometimes a problem and I had no idea what the reason for the reboot was. Thanks for the hint.
... View more
Feb 15, 2018
02:08 AM
Anyone? What could be the reason for the error? And why is it pointing to the windows directory?
... View more
Nov 27, 2017
02:56 AM
I'll give that a try. Thx!
... View more
Jan 06, 2016
02:36 AM
DLee65 wrote: You can create your own prerequisite file for any executable / msi you want to distribute with your application. 1. Download the redistributable file from Microsoft. 2. Create your new prerequisite file. For items like the VS2015 redist, you can just make a copy of the existing one and update the conditions to check for eligibility. 3. Add the newly created prerequisite to your project. Thanks for the info... I already did it like that. Off course you cannot play that short to the ball for every new version of redistributable that comes out 😉 But... what is actually the redistributable downloader for? It seems not to be updated for a long time? Just wondering...
... View more
Aug 24, 2015
02:00 AM
The "GOLDEN" tip. Thx!
... View more
Aug 07, 2015
11:46 AM
It means we have tested our run-time support for the new operating system, and typically it also means we have made it easy to specify whether your product supports the new operating system. However nothing InstallShield does can ensure your application will or will not work on a different version of Windows than you have verified. The problems are rare for most applications, as Microsoft works hard to ensure compatibility, but they do occur.
... View more
Latest posts by Christoph
Subject | Views | Posted |
---|---|---|
166 | Mar 13, 2023 09:41 AM | |
321 | Jan 23, 2023 09:56 AM | |
342 | Jan 23, 2023 05:08 AM | |
466 | Sep 26, 2022 06:41 AM | |
541 | Sep 14, 2022 03:55 PM | |
546 | Sep 14, 2022 09:59 AM | |
553 | Sep 14, 2022 08:33 AM | |
172 | Jul 13, 2022 01:52 AM | |
181 | Feb 10, 2022 02:33 AM | |
599 | Jun 03, 2021 06:36 AM |
Activity Feed
- Posted Disable/Enable Next-button in a dialog based on RadioButtonGroup selection on InstallShield Forum. Mar 13, 2023 09:41 AM
- Posted Re: SigningHelper: error 0x80070056 while attempting to sign file on InstallShield Forum. Jan 23, 2023 09:56 AM
- Posted Re: SigningHelper: error 0x80070056 while attempting to sign file on InstallShield Forum. Jan 23, 2023 05:08 AM
- Tagged Re: SigningHelper: error 0x80070056 while attempting to sign file on InstallShield Forum. Jan 23, 2023 05:08 AM
- Tagged Re: SigningHelper: error 0x80070056 while attempting to sign file on InstallShield Forum. Jan 23, 2023 05:08 AM
- Tagged Re: SigningHelper: error 0x80070056 while attempting to sign file on InstallShield Forum. Jan 23, 2023 05:08 AM
- Tagged Re: SigningHelper: error 0x80070056 while attempting to sign file on InstallShield Forum. Jan 23, 2023 05:08 AM
- Tagged Re: Custom, unique logfile name on InstallShield Forum. Sep 26, 2022 06:42 AM
- Posted Re: Custom, unique logfile name on InstallShield Forum. Sep 26, 2022 06:41 AM
- Posted Re: Custom, unique logfile name on InstallShield Forum. Sep 14, 2022 03:55 PM
- Posted Re: Custom, unique logfile name on InstallShield Forum. Sep 14, 2022 09:59 AM
- Posted Custom, unique logfile name on InstallShield Forum. Sep 14, 2022 08:33 AM
- Posted 64-bit support Installscript custom actions on InstallShield Forum. Jul 13, 2022 01:52 AM
- Posted Clicking 'Next' on dialog and auto-disable on InstallShield Forum. Feb 10, 2022 02:33 AM
- Posted Re: How to deselect features AFTER Costfinalize on InstallShield Forum. Jun 03, 2021 06:36 AM
- Posted How to deselect features AFTER Costfinalize on InstallShield Forum. Jun 03, 2021 03:54 AM
- Posted Re: IS2020 R2 Evaluation: Build error -7371 on InstallShield Forum. Aug 28, 2020 08:46 AM
- Posted IS2020 R2 Evaluation: Build error -7371 on InstallShield Forum. Aug 28, 2020 08:26 AM
- Posted Re: Setup.exe 64bit on InstallShield Forum. Feb 19, 2020 02:05 AM
- Kudoed Setup.exe 64bit for ESPARIAT. Oct 22, 2019 04:03 AM