Feb 09, 2020
06:24 AM
Good Article it will be help full to all newbies or Learners. Thank You, - Nth Sports
... View more
- Tags:
- ood
Dec 23, 2019
01:32 AM
anybody from installshield can make a response, i am not getting response for last few tickets, anything i miss?
... View more
Oct 21, 2019
04:23 AM
any updates on this issue?
... View more
Oct 16, 2019
02:58 AM
installation rollback, it has installer class as well included to which the installation never reach... please suggest...
... View more
Labels
- Labels:
-
InstallShield 2018
Sep 11, 2019
04:36 AM
thanks for the reply @Jenifer I tried what you said, below are my observations and refer snap for more details. all looks good ARP listed name and folder name is intact not changed, but the product name listed as existing installed instance window during installing package resets to default name.
... View more
Aug 06, 2019
02:13 AM
Hi @sysadmin-blr ,
This is purely related to your installer class, you have to handle this in your installer class custom action:
You can find more information in the below msdn thread:
https://social.msdn.microsoft.com/Forums/windows/en-US/c28a9a1c-cb1d-44ce-abd8-d5942091608d/installstate-file-is-not-removed-by-the-uninstall-action?forum=winformssetup
Hope this helps you.
... View more
Jul 16, 2019
06:22 AM
Hi @Jenifer Which .msi file you are saying, how do we know that path in clients environment?. where the setup.exe extract .msi to...
... View more
Jul 16, 2019
05:37 AM
You need to have either InstallShield 2018 Professional or Premier edition installed to work with .ism files. InstallShield limited edition cannot open or build projects if it has anything above the capability set of the Limited Edition.
... View more
Jul 01, 2019
03:09 PM
I submitted a rather lengthy reply. It was there for a while. Somehow it disappeared. Does anyone at Flexera know why that might be?
... View more
Jul 01, 2019
07:31 AM
hi @banna_k thanks for the reply, i saw this article but i use 2018 r2 pro, which is not listed in this article.. please suggest.
... View more
Jun 27, 2019
12:30 PM
Hi @sysadmin-blr , See your issue can be solved by going through the below links, looks like you have to handle your own through custom action to create a unique name. https://community.flexera.com/t5/InstallShield-Forum/Install-the-same-service-multiple-times-under-different-names/m-p/46820 https://community.flexera.com/t5/InstallShield-Forum/Multiple-Services-using-SRVANY-EXE/m-p/43416 https://journalofasoftwaredev.wordpress.com/2008/07/16/multiple-instances-of-same-windows-service/
... View more
May 17, 2019
06:06 AM
Hi Team, Yes. We have defined separate Product code for each instance. Please refer the attachment for " Overridden Uninstall method" details. Thanks, Ramesh P.
... View more
May 15, 2019
01:39 AM
Hi Ramesh P.
I could see your case has been resolved from our side, we have returned your license. You need to use the same activation code that you used for activation earlier. Can you please check and confirm if that is working.
Thanks,
Bikram
... View more
Apr 23, 2019
01:34 PM
You can search the Registry - in particular the Uninstall information that represents your installers. Look for the DisplayName using a SystemSearch. Set the SystemSearch to a custom Windows Installer property. It is expected you know the ProductCode GUID for all the instances.
Compare the result of the SystemSearch to the property entered on the dialog. This is expected to occur in the User Interface for you to handle accordingly.
... View more
Apr 22, 2019
06:14 AM
Hi @sysadmin-blr,
I have tried the same and it seems to work as expected.
As suggested by @Jenifer did you try calling the base class when overriding the OnBeforeUninstall(IDictionary savedState) function.
protected override void OnBeforeUninstall(IDictionary savedState)
{
base.OnBeforeUninstall(savedState);
// Your code goes here //
}
Thanks,
... View more
Latest posts by sysadmin-blr
Subject | Views | Posted |
---|---|---|
536 | Dec 23, 2019 01:32 AM | |
564 | Dec 18, 2019 03:19 AM | |
569 | Oct 21, 2019 04:23 AM | |
577 | Oct 17, 2019 04:13 AM | |
309 | Oct 16, 2019 02:58 AM | |
1116 | Sep 11, 2019 04:36 AM | |
1149 | Sep 09, 2019 07:15 AM | |
1157 | Sep 09, 2019 04:58 AM | |
738 | Aug 06, 2019 01:29 AM | |
688 | Jul 16, 2019 06:22 AM |
Activity Feed
- Posted Re: installshield package installation suspected to remove an application from IIS on InstallShield Forum. Dec 23, 2019 01:32 AM
- Posted installshield package installation suspected to remove an application from IIS on InstallShield Forum. Dec 18, 2019 03:19 AM
- Posted Re: if http binding missing in IIS package is rollback while installation on InstallShield Forum. Oct 21, 2019 04:23 AM
- Posted if http binding missing in IIS package is rollback while installation on InstallShield Forum. Oct 17, 2019 04:13 AM
- Posted installation rollback, it has installer class as well included to which the installation never reach... on InstallShield Forum. Oct 16, 2019 02:58 AM
- Posted Re: Repair and modify reset the instance name to default from what entered during installation on InstallShield Forum. Sep 11, 2019 04:36 AM
- Posted Re: Repair and modify reset the instance name to default from what entered during installation on InstallShield Forum. Sep 09, 2019 07:15 AM
- Posted Repair and modify reset the instance name to default from what entered during installation on InstallShield Forum. Sep 09, 2019 04:58 AM
- Posted installer class..InstallState is not getting removed in uninstallation on InstallShield Forum. Aug 06, 2019 01:29 AM
- Posted Re: The new installshield package should uninstall previous package on InstallShield Forum. Jul 16, 2019 06:22 AM
- Posted After converting ISL to ISM it is not getting loaded in VS2012 on InstallShield Forum. Jul 16, 2019 04:59 AM
- Posted The new installshield package should uninstall previous package on InstallShield Forum. Jul 10, 2019 09:08 AM
- Posted Re: uninstall windows service not removing from services.msc on InstallShield Forum. Jul 05, 2019 04:08 AM
- Posted Re: uninstall windows service not removing from services.msc on InstallShield Forum. Jul 03, 2019 07:29 AM
- Posted Re: uninstall windows service not removing from services.msc on InstallShield Forum. Jul 02, 2019 04:06 AM
- Posted Re: Resolved on InstallShield Forum. Jul 01, 2019 07:35 AM
- Posted Re: Error 1001 while uninstalling a product with multi instance support the setup has a installer cl on InstallShield Forum. Jul 01, 2019 07:31 AM
- Posted Re: uninstall windows service not removing from services.msc on InstallShield Forum. Jul 01, 2019 07:26 AM
- Posted Re: uninstall windows service not removing from services.msc on InstallShield Forum. Jul 01, 2019 07:07 AM
- Posted uninstall windows service not removing from services.msc on InstallShield Forum. Jun 26, 2019 10:29 AM