Jan 30, 2023
08:53 AM
You are welcome, @poornisaran30.. I hope so, too.. Sounds good.
You are welcome; we are happy to help.
Please let us know if you have any questions or concerns. Thanks!
... View more
Jan 30, 2023
08:50 AM
Hi @hkkim4,
Thank you for your post.
You could try the suggestion from Ajay_Ladsaria in the post at the following link: https://community.flexera.com/t5/InstallShield-Forum/Copy-files-into-installer-directory/m-p/53207 Please give this a try. Does this work for you?
Please let us know if you have any questions or concerns. Thanks!
... View more
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
Jan 19, 2023
08:13 AM
This is good news. I'm happy to hear that worked, @FunkyDexter. You're welcome; we're happy to help.
... View more
Jan 17, 2023
03:06 PM
Hi @jafarm,
Thank you for your post.
Please accept our apologies for the delayed response.
Our Engineering Team is reviewing this vulnerability and determining whether InstallShield is impacted. We'll keep you posted on our findings.
Please let us know if you have any questions or concerns. Thanks!
... View more
Jan 04, 2023
08:56 AM
1 Kudo
Hi @WSohail,
Thank you for your post. Please accept our apologies for the confusion and any frustration.
You need to select the View menu from the top menu bar then select Project Assistant, see the attached screenshot. Please give this a try. Does this work for you?
Please let us know if you have any questions or concerns. Thanks!
... View more
Jan 02, 2023
07:47 AM
Hello Ian, thank you very much for your message. Yes, it is true that the setup contains shared components that are not uninstalled. However, these are components that contain files that are installed into the GlobalAssemblyCache and are shared between different setups. The name of the component whose files are not uninstalled is OpenCascade and it has GUID {51280536-4FCD-47CB-88F3-4F2C7BFC8AFF}. In the log file you can see the following entry for this component: MSI (s) (14:88) [09:58:02:291]: Executing op: UnregisterSharedComponentProvider(Component={51280536-4FCD-47CB-88F3-4F2C7BFC8AFF},ProductCode={EAE4313E-14D2-44C1-82C8-C85A35C7D7FB}) MSI (s) (14:88) [09:58:02:291]: Executing op: ComponentUnregister(ComponentId={51280536-4FCD-47CB-88F3-4F2C7BFC8AFF},,BinaryType=0,) And here the part of the logfile where files are removed: MSI (s) (14:88) [09:58:04:635]: Executing op: SetTargetFolder(Folder=C:\Program Files (x86)\Procad\IntegrationHub\Modules\Operations\) MSI (s) (14:88) [09:58:04:635]: Executing op: FileRemove(,FileName=avcodec-57.dll,,ComponentId={51280536-4FCD-47CB-88F3-4F2C7BFC8AFF}) RemoveFiles: File: avcodec-57.dll, Directory: C:\Program Files (x86)\Procad\IntegrationHub\Modules\Operations\ MSI (s) (14:88) [09:58:04:635]: Note: 1: 2318 2: Here you can see that the directory is not set correctly: It is set by the installer to the value C:\Program Files (x86)\Procad\IntegrationHub\Modules\Operations\ but should have the value C:\Program Files (x86)\Procad\IntegrationHub\Modules\Operations\OpenCascade. For this reason, the files are probably not removed. See also my first post: The directory variable OPENCASCADE1 has a different value during installation than during uninstallation. Best regards Barbara
... View more
Dec 28, 2022
03:43 PM
Hi @jerrym,
Thank you for your post.
Here is a link to documentation for InstallShield 2022 Express Edition with more information about how to build a single, compressed setup.exe with the InstallShield Express Edition:
https://docs.revenera.com/isxhelp28/Content/helplibrary/IHelpISXBuildSingleFile.htm
Please give the suggestions a try. Do they work for you?
Please let us know if you have any questions or concerns. Thanks!
... View more
Dec 17, 2022
07:41 AM
Hi @mauja32
Please try the below registry setting in a machine where Installshield is instaleld.
InstallShield capture the COM registry information through a kernel driver, with the option "2" in registry setting. if the driver is corrupted, customer can uninstall the driver by executing below command [InstallShield Installed Location]\System\ISRegSpy.exe -uninstdrv Then reinstall the driver, by executing below command: [InstallShield Installed Location]\System\ISRegSpy.exe -installdrv If the problem persist even after reinstalling the driver, the continue the COM extraction with the registry setting "1". There is no difference, only the method varies UseAPIRegistryHooks registry value located in HKEY_LOCAL_MACHINE\Software\InstallShield\RegSpy key (on 32-bit machines) or HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\InstallShield\RegSpy key(on 64-bit machines) holds the method configured to extract the COM information.
Value Description 0 COM information captured by hooking Windows Registry API, old method. 1 COM information captured through Registry redirection API 2 COM information captured through Kernel mode registry filtering, latest method introduced in InstallShield 2012. Need to execute in Admin cmd prompt
https://docs.revenera.com/installshield26helplib/helplibrary/whats_newIS2012.htm?Highlight=UseAPIRegistryHooks%20registry%20value%20located
... View more
Dec 15, 2022
10:24 AM
1 Kudo
Hi @anupamjha,
Thank you for your post.
Please review the documentation at the following link and try the suggestions:
https://community.flexera.com/t5/InstallShield-Knowledge-Base/Error-7354-When-Building-MSI/ta-p/4025
Does the issue still occur after making those changes?
Please let us know if you have any questions or concerns. Thanks!
... View more
Dec 05, 2022
12:15 PM
You are welcome @bradw0007! Sounds good. Please let us know if you have any questions or concerns. Thank you!
... View more
Dec 02, 2022
03:26 PM
Hi All, Please give this .prq a try. It should address the problem with .net 7.0 being installed, while still prevent installs when 6.X versions are present.
We hope it helps. Thank you.
... View more
Nov 30, 2022
09:33 AM
Hi Gary (@Dawgzilla),
Thank you for your post.
No, InstallShield 2016 does not support integration with Visual Studio 2022. So far, only InstallShield 2022 R1 supports integration with Visual Studio 2022, in phases.
Here is a link to documentation with more information:
https://docs.revenera.com/installshield28helplib/rn/Content/helplibrary/Visual_Studio_2022_Integration.htm#isreleasenotes_3104246582_1259421
So in summary, yes, you would need to upgrade to InstallShield 2022 R1 for support for integration with Visual Studio 2022.
Please submit our Contact Us Form at the following link to request more information about upgrading to InstallShield 2022 R1:
https://www.revenera.com/about-us/contact-us
Please let us know if you have any questions or concerns. Thanks!
... View more
Nov 24, 2022
05:50 AM
To add some additional information here:
As we are dealing with the creation of Installations, access to restricted areas of the machine are required for Installshield to work correctly. Without administrative privileges the following functionality within Installshield would fail:
COM Extraction, Redistributable downloading, Ability to specify All Users locations for InstallShield prerequisites, Ability to specify All Users locations for merge modules, Ability to edit the locations for Regasm.exe and InstallUtilLib.dll, Ability to specify the frequency for checking for InstallShield updates
In addition mapped drive locations may encounter issues depending on the privilege context they were created and the context Installshield attempted to access them.
... View more
Nov 09, 2022
12:34 PM
Hi @johnemmatty,
Thank you for your post.
Do you, perhaps, have more than one major upgrade item, under Releases, that has the same Action Property as another major upgrade item(s)?
Please take a look in your project settings and let us know.
Please let us know if you have any questions or concerns. Thanks!
... View more
Latest posts by Revenera_Ian
Subject | Views | Posted |
---|---|---|
19 | Jan 30, 2023 08:53 AM | |
21 | Jan 30, 2023 08:50 AM | |
88 | Jan 19, 2023 08:13 AM | |
105 | Jan 18, 2023 06:24 PM | |
98 | Jan 17, 2023 03:06 PM | |
151 | Jan 04, 2023 08:56 AM | |
145 | Jan 03, 2023 11:22 AM | |
201 | Dec 28, 2022 03:43 PM | |
193 | Dec 21, 2022 01:01 PM | |
220 | Dec 16, 2022 11:38 AM |
Activity Feed
- Posted Re: Dynamic Link issue on InstallShield Forum. Jan 30, 2023 08:53 AM
- Posted Re: Xcopyfile does not copy empty folder on InstallShield Forum. Jan 30, 2023 08:50 AM
- Posted Re: Custom Action After Com Registration to run exe in [InstallDir] on InstallShield Forum. Jan 19, 2023 08:13 AM
- Posted Re: Custom Action After Com Registration to run exe in [InstallDir] on InstallShield Forum. Jan 18, 2023 06:24 PM
- Posted Re: CVE-2016-2542 in ISSetup.dll for Installshield 2020 and Installshield 2022 on InstallShield Forum. Jan 17, 2023 03:06 PM
- Got a Kudo for Re: InstallShield 2022. Jan 04, 2023 09:13 AM
- Posted Re: InstallShield 2022 on InstallShield Forum. Jan 04, 2023 08:56 AM
- Posted Re: Dynamic Link issue on InstallShield Forum. Jan 03, 2023 11:22 AM
- Posted Re: How To Build a Compressed Single EXE Installer on InstallShield Knowledge Base. Dec 28, 2022 03:43 PM
- Posted Re: The files of a specific component are not uninstalled during setup removal on InstallShield Forum. Dec 21, 2022 01:01 PM
- Posted Re: InstallSheld 2010 Express hangs, when "Extracting COM data from components" on InstallShield Forum. Dec 16, 2022 11:38 AM
- Got a Kudo for Re: Getting Error 7354 when creating the build(.exe) using InstallShield 2022 R1. Dec 15, 2022 10:25 AM
- Posted Re: Getting Error 7354 when creating the build(.exe) using InstallShield 2022 R1 on InstallShield Forum. Dec 15, 2022 10:24 AM
- Posted Re: Convert Caphyon Advanced Installer AIP files to Install Shield on InstallShield Forum. Dec 05, 2022 12:15 PM
- Posted Re: Convert Caphyon Advanced Installer AIP files to Install Shield on InstallShield Forum. Dec 05, 2022 10:20 AM
- Posted Re: Can InstallShield 2016 build installation for Visual Studio 2022 applications on InstallShield Forum. Nov 30, 2022 09:33 AM
- Posted Re: Installshield IDE without Admin rights - Win 10 on InstallShield Forum. Nov 23, 2022 08:47 AM
- Posted Re: Getting an error while creating upgrade installer on InstallShield Forum. Nov 09, 2022 12:34 PM
- Posted Re: Installshield - Uninstall patch is not getting listed under Installed updates on InstallShield Forum. Nov 03, 2022 11:03 AM
- Posted Re: Can I still use InstallShield 2020 without renewal the license? on InstallShield Forum. Nov 02, 2022 08:38 AM