Sep 16, 2020
10:57 AM
Hi @kparveen ,
Hope you can get upgrades view and how to add upgrade item from the snapshot added below:
Once you had added Minor upgrade,you would be able to select the setup on which you want to upgrade on,refer the snap below:
Say setup 1.0 which has dll of version 1.0,you can select that setup here
Update product version from General Information View especially minor version(second field) of the as in snapshot below:
You can update/replace the dll file of version 2.0 from version 1.0 and build the project
The setup.exe that is been created would be minor upgrade of the one that you had selected from upgrades view
Hope it helps,
Thanks,
Jenifer
... View more
Sep 16, 2020
09:46 AM
Hi @deepika_p ,
Consideration of component MD5 depends on parent component and sourcepath.
Is there any link between " general procedure for calculating set up size based on files added" and component GUID?
Thanks,
Jenifer
... View more
Sep 16, 2020
08:10 AM
Hi @UdayBhaskar ,
When you say,it isn't getting installed on non-English locale machines what does that mean?
Are you thrown up with any run-time error specifically?If so please attach snap of it.
Can you enable log to get further directions on this?
Setup.exe /l*v "c:\Folder1\Setup.log"
With default language setting been 0x409/1033,it is expected to work on all sort of language machines.
Can you create sample setup with minimal payload to validate whether the problem is generic or very specific to the project files you have?
Thanks,
Jenifer
... View more
Sep 16, 2020
07:52 AM
Hi @ameygodse ,
On setting "Uninstall> Leave",it is supposed to leave the created environment variable as it is.
I couldn't reproduce the issue that you are reporting with Installshield 2020,which version of Installshield you are using?
Can you enable MSI log and see what causes this issue using Releases->Release->Setup.exe->MSI Command-line arguments?
Commandline to get uninstallation log:msiexec /x "C:\Sample\MyPackage.msi" /L*V "C:\log\MyPackage.log"
If possible attach here as well
Thanks,
Jenifer
... View more
Sep 16, 2020
02:38 AM
Hi @kgailey ,
Where is the installshield express.(ise) file placed?
It happens sometimes that if the file is in shared location,due to loss in connectivity you might not able to access the file
Thanks,
Jenifer
... View more
Sep 14, 2020
01:22 PM
Hi @hbozkurt ,
What does that custom-action do?
Did you sequence it accordingly?
To get context,can you explain in steps?
Thanks,
Jenifer
... View more
Sep 14, 2020
01:19 PM
Hi @ashutoshkumar99 ,
Can you enable MSI log via Releases view by navigating through Releases->Release->Setup.exe->MSI Command line arguments
Or try running setup.exe with commandline setup.exe /l*v "c:\tmp\upgrade.log" before and after upgrades?
Try to troubleshoot log files if they could help
If possible do attach here!!
Thanks,
Jenifer
... View more
Sep 14, 2020
11:46 AM
Hi @kparveen ,
If i get the question correctly,you want to update file of say version 1.00.0000 to 1.00.0002.
I am not able to see any snapshot here,or is it the version of the setup/msi file?
If you want to update binary files(exe/dll) i would suggest you to go for minor upgrades
More details:https://docs.microsoft.com/en-us/windows/win32/msi/minor-upgrades
https://docs.revenera.com/installshield19helplib/helplibrary/CreatingMinorUpgrades.htm
https://docs.revenera.com/installshield22helplib/helplibrary/MajorMinorSmall.htm
Can you explain why do you want to uninstall the previous application?
Thanks,
Jenifer
... View more
Sep 14, 2020
11:38 AM
@gakamath ,
I dont think it might be possible with custom action,since it might require sequence of actions in it.
Thanks,
Jenifer
... View more
Sep 14, 2020
11:36 AM
Hi @zyong_feng ,
In general reactivation occurs 12 months after the most-recent activation.
Hope you are trying to return on the same machine where it had been activated before.
Did you give it a try with online return and activation?
Open cmd and change the directory to [PROGRAMFILESx86]Installshield\2016\System
TSConfig /return which will return the license
Try TSConfig /activate with the code you have for activation
More details:https://community.flexera.com/t5/InstallShield-Knowledge-Base/TSCONFIG-EXE/ta-p/4575
If you are facing problems with,i would suggest you to contact support@flexerasoftware.com with the required details.They will be able to help you with!!
Thanks,
Jenifer
... View more
Sep 11, 2020
01:32 PM
Hi ,
The first snapshot that you have is about the way IDE behaves when you run the installer
To put in brief, whenever you run the setup using Run option from the IDE,it will uninstall the setup in the current machine and install.
Second snapshot you had attached is of runtime behavior
What you are trying to achieve here:
What is the project type you had opted for?
You can go for upgrades,minor/major upgrade based on the requirement
Thanks,
Jenifer
... View more
Sep 10, 2020
05:31 AM
Hi @,
Which version of installshield you are using?
Starting Installshield 2018 R2,IDE has "Run as Administrator" as an option under shortcut settings,
More details:
https://docs.revenera.com/installshield24helplib/rn/ReleaseNotes.htm#isreleasenotes_2630790174_1159081
Thanks,
Jenifer
... View more
Sep 02, 2020
08:33 AM
Hi @so_lumex ,
I would suggest you to contact Flexera support via support@flexerasoftware.com,they will be able to help you with!!
Thanks,
Jenifer
... View more
Aug 31, 2020
02:08 AM
Hi @logesh1402 ,
How about retrieving number of running instances via powershell-cmdlet?
(Get-Process ' IScmdBuild ').count
It will return number of running instances,you can execute in your preferred way!!
By The Way there is no in-built way from Installshield.
Thanks,
Jenifer
... 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
Latest posts by Jenifer
Subject | Views | Posted |
---|---|---|
624 | Oct 20, 2020 08:04 AM | |
2040 | Oct 16, 2020 01:21 AM | |
1015 | Oct 08, 2020 09:37 AM | |
698 | Oct 06, 2020 02:47 AM | |
2221 | Oct 05, 2020 11:04 AM | |
1006 | Oct 05, 2020 11:00 AM | |
960 | Oct 05, 2020 10:45 AM | |
631 | Oct 01, 2020 06:58 AM | |
1106 | Sep 30, 2020 05:38 AM | |
876 | Sep 24, 2020 07:20 AM |
Activity Feed
- Posted Re: Registry Key Not Fully Installing on InstallShield Forum. Oct 20, 2020 08:04 AM
- Posted Re: powershell custom action is logging sensitive information MSI on InstallShield Forum. Oct 16, 2020 01:21 AM
- Posted Re: I have these queries before i buy installshield on InstallShield Forum. Oct 08, 2020 09:37 AM
- Posted Re: Editing Anonymous Autentification Credentials on InstallShield Forum. Oct 06, 2020 02:47 AM
- Posted Re: Not Uninstall to reinstall on InstallShield Forum. Oct 05, 2020 11:04 AM
- Posted Re: custom exe name for Uninstall on InstallShield Forum. Oct 05, 2020 11:00 AM
- Posted Re: Custom Actions and elevation on InstallShield Forum. Oct 05, 2020 10:45 AM
- Posted Re: Return License via Offlina way - Installshield on InstallShield Forum. Oct 01, 2020 06:58 AM
- Posted Re: custom exe name for Uninstall on InstallShield Forum. Sep 30, 2020 05:38 AM
- Posted Re: PowerShell Custom Actions not running in New Style Interface Type on InstallShield Forum. Sep 24, 2020 07:20 AM
- Posted Re: Update following QuickPatch deletes file on InstallShield Forum. Sep 21, 2020 07:04 AM
- Posted Re: SigningHelper: error 0x800b0003 while attempting to sign file on InstallShield Forum. Sep 20, 2020 01:37 PM
- Posted Re: installshield renewal not showing on InstallShield Forum. Sep 18, 2020 08:04 AM
- Posted Re: Update following QuickPatch deletes file on InstallShield Forum. Sep 17, 2020 07:59 AM
- Posted Re: Installshield 2018 install silent on InstallShield Forum. Sep 17, 2020 01:28 AM
- Posted Re: Not Uninstall to reinstall on InstallShield Forum. Sep 16, 2020 10:57 AM
- Posted Re: Installshield set up size calculation on InstallShield Forum. Sep 16, 2020 09:46 AM
- Posted Re: Systems Local Dependency MSI Installer on InstallShield Forum. Sep 16, 2020 08:10 AM
- Posted Re: After uninstallation of of MSI Environment Variable does not revert to original value on InstallShield Forum. Sep 16, 2020 07:52 AM
- Posted Re: Installshield cannot open file. please contact Flexera Software technical support for more information on InstallShield Forum. Sep 16, 2020 02:38 AM