May 22, 2018
08:10 AM
Hi tarfele@lexco, Can you please provide the following details: -OS details -Version of installshield & type(Eg.IS2018-Premier Comp/Web) -Is it IS-2018 SP1 software update on top of IS-2018? The error clearly states that mfc-runtime dll is missing,possible cause would be runtime component installation issue. Thanks, Jenifer
... View more
May 22, 2018
12:48 AM
Hi karl123456, Can you please check on Visual Studio's New project dialog whether you could see Installshield lite project as an option under Other Project Types->Setup and Deployment? If you could see that,you can start play with your setup projects.I have attached snap for your reference
... View more
May 18, 2018
08:32 AM
Hi John, The below lines from InstallShield 2018 Lite's marketplace link: " InstallShield 2018 Lite is provided without support, updates, or upgrades from Flexera." So i guess you may not get updates on this pack. Answering to your second question: It is upgraded version of InstallShield Limited Edition which used to come with Microsoft Visual Studio versions(till VS2015).Only difference is, IS-2018 Lite is integrated only with Microsoft Visual Studio-2017. Thanks, Jenifer
... View more
May 18, 2018
12:59 AM
Hi John, A InstallShield 2018 Lite Perpetual License is a type of software license that authorizes an individual to use a program indefinitely. Generally, outside of termination, a perpetual software license allows the holder to use a specific version of a given software program continually with payment of a single fee. Thanks, Jenifer
... View more
May 17, 2018
08:02 AM
Hi amlederer, I don't think you can embed/stream exe into msi package.By design Microsoft doesn't support that,you can go for suite package type for this requirement.Where you can embed exe\msi\appx\installscript package into single suite package,silent commandlines are there for suite packages. You can silently make suite to execute exe embedded inside by mentioning package level command-line.It won't leave any trace other than few caching stuff. Thanks, Jenifer
... View more
May 17, 2018
07:38 AM
Hi loanb22, Answering to your queries: - How to revert on my machine from 2018 SP! to 2018? - How to get a ISSAB 2018 SP1 for build server Hence SAB builds don't have software update support,your build server won't get updates.You can go with later one i.e make build server known to InstallShield SAB 2018 SP1.You can download InstallShield SAB SP1 build from your PLC account. Thanks, Jenifer
... View more
May 15, 2018
08:56 AM
Hi SignCAD, For InstallShield MSI based projects I have found the following to work: setup.exe /s /x /b"C:\FolderInWhichMSIWillBeExtracted" /v"/qn" This command will lead to an extracted MSI in a directory you can freely specify and a silently failed uninstall of the product. The command line basically tells the setup.exe to attempt to uninstall the product (/x) and do so silently (/s). While doing that it should extract the MSI to a specific location (/b). The /v command passes arguments to Windows Installer, in this case the /qn argument. The /qn argument disables any GUI output of the installer. Hope it helps, Jenifer
... View more
May 09, 2018
02:38 AM
Hi SignCAD, It could be because of some COM file component's registration issue.Can you uninstall/try it on clean machine? Thanks, Jenifer
... View more
May 09, 2018
02:36 AM
Hi SignCAD, "If I use Basic MSI project, can I excute andother program or register COM object?" Yes it is possible to execute other program via installscript custom action.Following links can walk you through on this matter: -http://helpnet.installshield.com/installshield19helplib/helplibrary/IHelpIScriptOverview.htm -http://helpnet.flexerasoftware.com/installshield23helplib/helplibrary/Arch-BasicMSICASched.htm Thanks, Jenifer
... View more
May 07, 2018
07:44 AM
Hi SignCAD, i don't think so wise project->installshield conversion possible via Installshield. Thanks, Jenifer
... View more
May 07, 2018
07:41 AM
Hi SignCAD, In Installscript project,you can't get msi alone since files have to be streamed to setup.exe,even in installscript msi you can't get compressed MSI(You can get uncompressed msi) The main cause for this design would be supporting files(dll,inx,hdr) need to be streamed into setup.exe. If you have installscript as script/custom action alone,you can achieve it via basic msi project( installscript view) Hope it helps, Thanks, Jenifer
... View more
May 05, 2018
02:22 AM
Hi, On very first time when you scan project using FlexNet Code Aware on your machine it will take some time.Is it possible to share the log (codeaware.log)? Thanks, Jenifer
... View more
May 02, 2018
07:37 AM
Hi bogusman, You can make InstallShield's pre-requisite editor detect existence of .Net 4.7.1 by adding registry-key-value condition as attached in snapshot. As per Microsoft's deployment guide:https://docs.microsoft.com/en-us/dotnet/framework/deployment/deployment-guide-for-developers , "You can test whether the .NET Framework 4.5 or later is installed by checking the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full folder in the registry for a DWORD value named Release".Based on your windows 10 build,you can select release value as, .NET Framework 4.7.1 installed on Windows 10 Fall Creators Update 461308 .NET Framework 4.7.1 installed on all OS versions other than Windows 10 Fall Creators Update 461310 Hi PMFWedel, If you have InstallShield 2018 installed,you would be able to see update message saying "New pre-requisites available which includes .Net 4.7.1 prq too".Try downloading it ,you'll get that. Hope it helps Thanks, Jenifer
... View more
Apr 26, 2018
06:50 AM
Hi agshah, Setup icon behavior will vary a bit between Basic MSI & InstallScript(Installscript MSI) projects.In basic MSI project,setup.exe will invoke msi file hence you could see msi icon after few seconds of launch. But in installscript & installscript MSI projects,setup.exe's icon file will change as per Releases->Setup.exe->Setup.exe icon file setting.If it isn't working as expected you can contact Installshield support. I think caching couldn't be the cause. Thanks, Jenifer
... View more
Apr 26, 2018
06:11 AM
Hi agshah, By default windows installer/msi's uninstall behavior would be : Asking for a confirmation about uninstallation Then it proceeds with removal of components It won't bring you up wizard with finish button If you want to accomplish that Installscript/Installscript MSI will be the option for you. Hope that helps, Thanks, Jenifer
... View more
- « Previous
- Next »
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 | |
2220 | Oct 05, 2020 11:04 AM | |
1004 | Oct 05, 2020 11:00 AM | |
960 | Oct 05, 2020 10:45 AM | |
631 | Oct 01, 2020 06:58 AM | |
1104 | Sep 30, 2020 05:38 AM | |
875 | 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