Aug 28, 2020
08:37 AM
Hi @Christoph ,
You are almost there figuring out the root-cause 🙂
Installscript custom actions are still not supported in 64-bit launcher feature:
https://docs.revenera.com/installshield26helplib/helplibrary/Building_64_Bit_Setup_Launcher.htm
Thanks,
Jenifer
... View more
Aug 27, 2020
09:25 AM
Hi @CharlesV ,
The error you get goes for:
0x800b0003/ -2146762749 / TRUST_E_SUBJECT_FORM_UNKNOWN / "The form specified for the subject is not one supported or known by the specified trust provider"
Please note that MSIX signing support starts from Windows 10.0.17682 SDK version.Hope you have that pre-requisite installed.
https://docs.microsoft.com/en-us/windows/msix/supported-platforms
You can also try importing the certificate to trusted root CA(Use certificate store option)
If that doesn't help,can you give it a try by signing the MSIX package using signtool to narrow-down the issue?
https://docs.microsoft.com/en-us/windows/msix/package/sign-app-package-using-signtool#using-signtool
Thanks,
Jenifer
... View more
Aug 27, 2020
08:20 AM
Hi @ckari_genetec ,
I dont think ISSilentInstall property will be set during Passive mode of installation.
Can you give a try using Events on secondary window?
May be you can set a property,which you can use it to verify that you are under Passive mode.
Thanks,
Jenifer
... View more
Aug 27, 2020
03:31 AM
Hi @BkSetupDev ,
Error code 1603 is a Windows installer's generic error code when custom action throws any error/exception. Windows installer does not show actual error/exception in installer logs.
To verify actual error/exception we have to debug the custom action.Please verify if custom action is throwing any error/exception.
As well were you able to install the above mentioned pre-requisite independently?
Thanks,
Jenifer
... View more
Aug 26, 2020
01:07 PM
Hi @shackett ,
What was the order of installation of those two software?
Expectation here is installation of visual studio first then installshield
If it is of reverse,try executing TSConfig.exe /registerVSIP from cmd by navigating to [PROGRAMFILESX86]Installshield\[2018]\System folder
Thanks,
Jenifer
... View more
Aug 26, 2020
01:01 PM
Hi @cbsoth ,
Did you give a try of manually registering the ISWIAutomation25.dll,having cmd to be launched as Administrator?
Thanks, Jenifer
... View more
Aug 26, 2020
08:14 AM
Hi @ashutoshkumar99 ,
When you say two company names,are you changing it via General Information->Publisher?
What do you mean by upgrade mode-minor/major upgrade?
If i get you thread(post) correctly,you are trying to install an upgrade having previous & current release settings.Correct me if am wrong.
Can you describe what you are trying to achieve in step by step?That could really assist us in helping you faster!!
Thanks,
Jenifer
... View more
Aug 26, 2020
07:32 AM
Hi @alex_bond ,
The working link of the above mentioned is:https://docs.revenera.com/installshield24helplib/helplibrary/StandAloneBuild_Installing.htm
If there is no standalone build(SAB)installed on the machine,make sure you register all the modules mentioned in the above link
Thanks, Jenifer
... View more
Aug 26, 2020
01:56 AM
Hi @denisz ,
Refer below docs/tutorials if that could help:
https://www.youtube.com/watch?v=8GHqf8RVYzk
https://docs.revenera.com/installshield23helplib/helplibrary/IHelpActions.htm?
http://www.installsite.org/pages/en/isnews/200108/index.htm
Thanks,
Jenifer
... View more
Aug 20, 2020
07:04 AM
Hi @deepika_p ,
It is bit difficult to answer without having much data,as well Installshield of version 2011.I would suggest you to contact Flexera support with required data to proceed with!!
Email ID:support@flexerasoftware.com
Thanks,
Jenifer
... View more
Aug 20, 2020
05:55 AM
Hi @deepika_p ,
Would suggest you to do diff of Installshield project file(ism)both before and after the modification.MsiDiff.exe is the utility tool that you could find in shortcuts as well into [PROGRAMFILESX86]Installshield\2011\System folder.
That can show what are all the changes happened during modification,can give some sort of clue to follow on!
Thanks,
Jenifer
... View more
Aug 18, 2020
11:50 AM
Hi @zhuoyunzhen ,
I would suggest you to contact Flexera support for any activation related issues via support@flexerasoftware.com
They will be able to assist you with!
Thanks,
Jenifer
... View more
Aug 18, 2020
11:48 AM
Hi @derek_shen ,
Hope you have followed settings given here as per installation(On Install-set/create) requirement:
https://docs.revenera.com/installshield24helplib/helplibrary/IHelpISXEnvironmentVariablesProperty.htm#ref-views_590435047_1126330
What is the sequence of function you are calling lauchAppAndWait from Install-Execute,which you might see under Custom Actions->Sequence->Execution
There is a custom action called "WriteEnvironmentStrings" which might be dealing with all the environment variable related settings
You can keep the custom action you call cmd.exe after WriteEnvironmentStrings action.
Thanks,
Jenifer
... View more
Aug 14, 2020
09:13 AM
1 Kudo
Hi @crash1015 ,
You can have one of the dialogs from the setup asking for Computer-Name to be changed during Setup execution.
To describe it in elaborated manner:
You can add text-field in any of the dialogs(Where you want it to be) to get new computer name from the user
Map the text field's text with a property
Use the property inside powershell custom action to execute Rename-Computer cmdlet
Thanks,
Jenifer
... View more
Aug 14, 2020
06:29 AM
Hi @crash1015 ,
There is a power-shell cmdlet Rename-Computer that can perform computer-renaming.
https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.management/rename-computer?view=powershell-7
You can make use of powershell custom action(with the above cmdlet in .ps1 file) of Installshield to get this work done.
Thanks,
Jenifer
... View more
Latest posts by Jenifer
Subject | Views | Posted |
---|---|---|
625 | Oct 20, 2020 08:04 AM | |
2041 | Oct 16, 2020 01:21 AM | |
1016 | 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 | |
961 | 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