Mar 11, 2019
11:11 PM
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 Specific components which needs to be installed on that specific OS only. Why Windows 10 is not available?
... View more
Labels
- Labels:
-
InstallShield 2018
Feb 20, 2017
11:14 PM
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 Framework This one installed manually works fine. But when installed through Installshield it immediately restarts skipping other stuffs pending in setup. This is the code for that function: function insallframework() STRING szPath; begin szPath=szFrameworkSetupPath ^ "NDP462-KB3151800-x86-x64-AllOS-ENU.exe"; SdShowMsg("Installing .Net Framework 4.6.2. Please wait...",TRUE); LaunchAppAndWait(szPath,"/q /norestart",LAAW_OPTION_WAIT|LAAW_OPTION_HIDDEN); // Delay(10); SdShowMsg("Installing .Net Framework 4.6.2. Please wait...",FALSE); end; After this function gets executed there are two more functions : InstallVCRuntime() which installs VC++ 2015 runtime and InstallAccessRuntime() which installs MS Access 2007 runtime. Once installation of .Net framework 4.6.2 is complete the pc automatically restarts when InstallVCRuntime is in progress. I tried lot of commandline options and still happens the same. This works perfectly on Windows 7. In Microsoft website the commandline is mentioned as: http://msdn.microsoft.com/en-us/library/ee942965.aspx#command_line_options Manually in run command if I put the commandline options it works fine. "C:\Build\NDP462-KB3151800-x86-x64-AllOS-ENU.exe" /q /norestart Does anyone has any idea or seen similar problems?
... View more
Labels
- Labels:
-
InstallShield 2015
Jul 14, 2014
10:02 AM
Yes after installing our setup built in 2013 the office is getting corrupted. I guess it is Access Database Engine which might be causing this......
... View more
Jul 11, 2014
04:35 AM
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 not working, we are getting frequent "Access Violation related crashes" 3) Then we did a repair of Office 2007 it worked. No access violation crashes. 4) Then again we uninstalled and installed the same installshield setup again we got the crashes related to Access violations. 5) Did repair of office , it worked again.... This is a strange issue pointing out to Installshield. But not sure why is it happening. Why only after installing it is happening ?If any one has some idea that would be grateful.... Thanks Office 2010 also shows similar issue.
... View more
Labels
- Labels:
-
InstallShield 2013
May 16, 2014
03:29 AM
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 and Features. It is the only way I can think of to find items by product name. Thanks ....Is that the only way? If lots of applications are installed this would cosume more time.........
... View more
May 14, 2014
04:55 AM
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 will not be knowing it Is there any way to search by particular applicartion name in Installed software list? Is there any feature equivalent to System Search in Installscript Project?
... View more
Labels
- Labels:
-
InstallShield 2013
May 14, 2014
04:50 AM
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.
... View more
May 05, 2014
04:02 AM
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); SdShowMsg("Installing MSXML 6.0", FALSE); But this minimizes the main Installation window to minimize. I dont want Main installation window(Installer) to be minimized. Instead it should be open as normal. Attached the image. Please help.
... View more
Labels
- Labels:
-
InstallShield 2013
Apr 07, 2014
03:24 AM
My project is migrated from 2012 to 2013 premier. When I made the setup and installed, on couple of Client laptops it is giving Access Violation related crashes. My code base in VS2010. When I copy the binaries(i.e. the dlls and the exe's) directly to the client pc it works. No crashes. But same binaries deployed through Installshield setup is giving lots of crashes. All related to Access Violation "Attempted to read or write protected memory. This is often indication that memory is corrupt". Usually the crashes are for imm32, ole32, shwapi, mswsock One observation : there is some software called Glary's Utilities installed and looks like laptop image is encrypted. I am not sure what is causing this issue. My binaries looks fine. Please help me out in resolving out this issue.
... View more
Labels
- Labels:
-
InstallShield 2013
Mar 11, 2014
12:17 PM
I need to know the way to install 3.5 framework through Installshield 2013 setup.exe on a Windows 8/8.1 systems We have our customers who use Windows 8 systems. Some of the systems may not have internet connection. And also they will not be having Windows 8 cd to enable 3.5 framework offline. So we need to do it through our Installshield setup. Can we do it through 3.5 framework redistributable? Or is it there any other way to handle installation of 3.5 framework on Windows 8/8.1?
... View more
Labels
- Labels:
-
InstallShield 2013
Feb 12, 2014
02:50 AM
I have a Basic MSI project which does a major upgrade of previous builds. It uninstalls the previous version and then installs new version. I have added a customized warning message when user clicks on Remove in Add/Remove Programs so that user can still cancel uninstallation if he has clicked by mistake. But during upgrade also the same message is coming which I want to hide during upgrade. since this message is in Uninstall logic. if user selects on cancel then it will be a problem as upgrade will not happen. Is there any way to detect if this uninstallation is happening as part of major upgrade or then I dont want to show this message.? or is there any way to suppress Messages during silent installation of a basic MSI setup?
... View more
Labels
- Labels:
-
InstallShield 2013
Feb 05, 2014
10:34 PM
Thanks . This resolution worked fine. Now 8.1 specific component is getting installed on Windows 8.1. Thanks for quick response and helping me out.
... View more
Jan 31, 2014
05:23 AM
Thanks. Is there any other way to get return values from other pre-requisites instead of updating in registry?
... View more
Jan 29, 2014
02:52 AM
I need to include .Net 3.5 framework pre-requisite for Windows 8 /8.1. But in some machines if internet connection is not there the setup will go on and on and after 10-15 mins it gives error whose error code means No active internet connection, Is there any way to check in the above Pre-requisite if internet connection is available prior to launch pre-requsite. So that I can show a message to user "Need to have internet connection"
... View more
Labels
- Labels:
-
InstallShield 2013
Jan 28, 2014
10:10 PM
I tried the fix. Now it is notrecongnizing Windows 8.1 as 8. But if I have a component for Windows 8.1 that is not getting installed. The folder is blank. the Windows 8.1 specific files are not getting installed. Before Windows 8 files were getting installed. Now nothing.
... View more
Latest posts by megha_3781
Subject | Views | Posted |
---|---|---|
1825 | Mar 11, 2019 11:11 PM | |
1515 | Feb 20, 2017 11:14 PM | |
697 | Jul 14, 2014 10:02 AM | |
7241 | Jul 11, 2014 04:35 AM | |
799 | May 16, 2014 03:29 AM | |
1905 | May 14, 2014 04:55 AM | |
1163 | May 14, 2014 04:50 AM | |
3496 | May 05, 2014 04:02 AM | |
1921 | Apr 07, 2014 03:24 AM | |
928 | Mar 11, 2014 12:17 PM |
Activity Feed
- Posted Windows 10 not listed in Operating Systems list in Component properties on InstallShield Forum. Mar 11, 2019 11:11 PM
- Posted Installation of .Net framework 4.6.2 on Windows 8/8.1 immediately restarts the system on InstallShield Forum. Feb 20, 2017 11:14 PM
- Posted Re: Installshield corrupting Office 2007? on InstallShield Forum. Jul 14, 2014 10:02 AM
- Posted Installshield corrupting Office 2007? on InstallShield Forum. Jul 11, 2014 04:35 AM
- Posted Re: Searching Add/Removing programs on InstallShield Forum. May 16, 2014 03:29 AM
- Posted Searching Add/Removing programs on InstallShield Forum. May 14, 2014 04:55 AM
- Posted Re: SdShowMsg causing Main Installation window to minimize on InstallShield Forum. May 14, 2014 04:50 AM
- Posted SdShowMsg causing Main Installation window to minimize on InstallShield Forum. May 05, 2014 04:02 AM
- Posted Access Violation errors with Installshield setup on InstallShield Forum. Apr 07, 2014 03:24 AM
- Posted Installshield 2013 support 3.5 framework feature for Windows 8 on InstallShield Forum. Mar 11, 2014 12:17 PM
- Posted Detect uninstallation of prev version happening during Major upgrade on InstallShield Forum. Feb 12, 2014 02:50 AM
- Posted Worked!! on InstallShield Forum. Feb 05, 2014 10:34 PM
- Posted Re: Execute Prerequisite condition only if Internet connection is available on InstallShield Forum. Jan 31, 2014 05:23 AM
- Posted Execute Prerequisite condition only if Internet connection is available on InstallShield Forum. Jan 29, 2014 02:52 AM
- Posted Now different problem on InstallShield Forum. Jan 28, 2014 10:10 PM
- Posted Re: Installscript Project - Target machine setting recognizing Windows 8.1 as Windows 8 p on InstallShield Forum. Jan 23, 2014 04:08 AM
- Posted Installscript Project - Target machine setting recognizing Windows 8.1 as Windows 8 p on InstallShield Forum. Jan 21, 2014 04:46 AM
- Posted Re: Launching a file after Installation on InstallShield Forum. Sep 08, 2011 08:16 AM
- Posted Problems in upgrade to 2010 Premier from 2009 Premier on InstallShield Forum. Jan 31, 2010 10:44 PM
- Posted How to edit the layout of the dialog where files are copied and installed? on InstallShield Forum. Nov 23, 2009 05:32 AM