Mar 17, 2023
10:51 AM
I think that cause is when the message to reboot the computer pops up (from ScheduleReboot), it restarts right away and doesn't have the time to do the ISSetupFilesCleanup. Is there a fix for this? I tried moving the ScheduleReboot after IsSetupFilesCleanup but that still didn't remove the temp files.
... View more
Mar 15, 2023
05:50 PM
Hi, After install/uninstall, I noticed there were a lot of leftover files in the Temp folder. Most of them are different folders that contain ISBEWX64 file and one is a copy of the setup.exe, prq and msi. I already tried rebooting the machine and the files were still there. My settings are MSZIP for compression and Extract from Setup.exe. Is there a way for Installshield to automatically delete these files?
... View more
Labels
- Labels:
-
InstallShield 2019
Dec 06, 2022
06:37 PM
Thank you so much @victorcamp and @chrismi ! Your detailed instructions helped a lot.
... View more
Nov 25, 2022
02:43 PM
Hi,I'm trying to switch from wix to Installshield and I'm trying to do the following custom actions: <CustomAction Id="Install" Return="check" Execute="deferred" BinaryKey="CustomCA.dll" DllEntry="InstallPlugins" Impersonate="no" /> <CustomAction Id="CustomActionDataInstall" Property="Install" Value="customParameters=[PROPERTY1]|[PROPERTY2]|[PROPERTY3]|[PROPERTY4]|[PROPERTY4]"/> I had tried adding a custom action MSI dll called InstallTest that references CustomCA.dll in a Merge Modul. Within the Installshield MSI Project, I added a custom action to set the property InstallTest with the value customParameters=[PROPERTY1]|[PROPERTY2]|[PROPERTY3]|[PROPERTY4]|[PROPERTY4]. I then added that property set and dll run after InstallInitialize. When I run the installer, I see the InstallTest property having the correct values but when it runs the dll, it shows the error below. Am I missing anything with using custom action DLLs? Is there a better way to call a custom action dll and pass parameters? Thanks in advance! ------------- CustomActionSchedule(Action=InstallTest.A87E0E3E_D6E7_4917_A3B2_7D74637AC4D4,ActionType=1025,Source=BinaryData,Target=InstallPlugins,) MSI (s) (C0:3C) [11:55:58:004]: Invoking remote custom action. DLL: C:\WINDOWS\Installer\MSIB93C.tmp, Entrypoint: InstallPlugins MSI (s) (C0:18) [11:55:58:004]: Generating random cookie. MSI (s) (C0:18) [11:55:58:004]: Created Custom Action Server with PID 8564 (0x2174). MSI (s) (C0:D0) [11:55:58:066]: Running as a service. MSI (s) (C0:08) [11:55:58:082]: Hello, I'm your 32bit Impersonated custom action server. SFXCA: Extracting custom action to temporary directory: C:\Users\visqa\AppData\Local\Temp\MSIB93C.tmp-\ SFXCA: Binding to CLR version v4.0.30319 Calling custom action CustomCA!CustomCA.CustomActions.InstallPlugins Begin InstallPlugins Exception thrown by custom action: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary. at System.Collections.Generic.Dictionary`2.get_Item(TKey key) at CustomCA.CustomActions.Install(Session session, Boolean isSafeMode) at CustomCA.CustomActions.InstallPlugins(Session session) --- End of inner exception stack trace --- at System.RuntimeMethodHandle.InvokeMethod(Object target, Object arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object parameters, Object arguments) at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object parameters, CultureInfo culture) at Microsoft.Deployment.WindowsInstaller.CustomActionProxy.InvokeCustomAction(Int32 sessionHandle, String entryPoint, IntPtr remotingDelegatePtr) CustomAction InstallTest.A87E0E3E_D6E7_4917_A3B2_7D74637AC4D4 returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
... View more
Labels
- Labels:
-
InstallShield
Nov 22, 2022
04:44 PM
Hi, I am using Installshield 2019 and everytime I build a release, all instances of Installshield hangs for a long period of time before it becomes responsive again. Has anyone experienced this?
... View more
Labels
- Labels:
-
InstallShield 2019
Oct 02, 2019
11:17 AM
Thank you @banna_k ! Solution 2 worked for me since my machine doesn't have internet access.
... View more
Sep 30, 2019
03:20 PM
After upgrading to Installshield 2019 from 2015, I now get this error/warning when signing my files. Does anyone know what be causing it? I see my setup.exe or .msi files have digital signatures but no timestamps (which is expected for us). If this error/warning is expected, is there a way to ignore it so I don't see the warning? Thanks! BUILDER_MM.msm ... SigningHelper: error 0x80072ee7 while attempting to sign file ISDEV : warning -1027: A warning occurred while signing BUILDER_MM.msm. See the build log for details.
... View more
Labels
- Labels:
-
InstallShield 2019
Latest posts by user1234
Subject | Views | Posted |
---|---|---|
164 | Mar 17, 2023 10:51 AM | |
204 | Mar 15, 2023 05:50 PM | |
249 | Dec 06, 2022 06:37 PM | |
311 | Nov 25, 2022 02:43 PM | |
182 | Nov 22, 2022 04:44 PM | |
4010 | Oct 02, 2019 11:17 AM | |
4030 | Sep 30, 2019 03:20 PM |
Activity Feed
- Posted Re: Leftover Files in Temp folder after install/uninstall on InstallShield Forum. Mar 17, 2023 10:51 AM
- Posted Leftover Files in Temp folder after install/uninstall on InstallShield Forum. Mar 15, 2023 05:50 PM
- Posted Re: Enable/Disable Next Based On SelectionTree on InstallShield Forum. Dec 06, 2022 06:37 PM
- Kudoed Enable/Disable Next Based On SelectionTree for victorcamp. Dec 06, 2022 06:37 PM
- Kudoed Victor, you rock for chrismi. Dec 06, 2022 06:37 PM
- Posted Using Custom Action DLL on InstallShield Forum. Nov 25, 2022 02:43 PM
- Posted Installshield hangs after building a release on InstallShield Forum. Nov 22, 2022 04:44 PM
- Posted Re: SigningHelper: error 0x80072ee7 while attempting to sign file on InstallShield Forum. Oct 02, 2019 11:17 AM
- Kudoed Re: SigningHelper: error 0x80072ee7 while attempting to sign file for banna_k. Oct 02, 2019 11:14 AM
- Posted SigningHelper: error 0x80072ee7 while attempting to sign file on InstallShield Forum. Sep 30, 2019 03:20 PM