Some users may be experiencing issues when trying to access customer resources like the Case Portal or the Product Licensing Center. Our team is aware of the issue and is working to resolve it. Clickherefor more information.
I migrated our Installscript project to Installshield 2018 to support new components for Windows 10.But I dont see Windows 10 listed under Target Machines ->Operating system in Components properties.It has only till Windows 8.1.I have these OS Specif...
I have a Installshield 2015 project where I added new code to install .Net Framework 4.6.2 offline installer.I observed the pc automatically restarts after installation of .Net FrameworkThis one installed manually works fine.But when installed throug...
This happened on few computers here: 1) We have a 2013 Installshield setup which installs .net framework 4.0, AccessDatabaseEngine, Visual C++ 2010 Redistributable.2) When we install on a pc which has MS office installed after that our application is...
Hi I would like to search Add/Remove Programs aka Uninstall Programs for particular applications.In short I want to search whether particular application is installed or not. I dont want to use GUID because we willnot be knowing it Is there any way t...
I am having a Installscript Project which launches the MSXML installation setup. The code is mentioned below. SdShowMsg("Installing MSXML 6.0", TRUE); LaunchAppAndWait(sExe,sParameters, LAAW_OPTION_WAIT |LAAW_OPTION_HIDDEN); SdShowMs...
DLee65 wrote:I would think you would need to enumerate the keys for Products under the Installer registry key and then get the display name for each key. That should be valid for all applications that have an entry in Add\Remove Programs | Programs a...
I was calling SdShowMsg in OnFirstUIAfter event. I was installing the required stuffs like .net framework, MSXML in OnFirstUIAfter. Now I moved this code to OnMoved.Now there is no problem.Thanks.