Jul 30, 2010
06:01 AM
Hi Warrick, Kindly refer the following link which has more information regarding Major upgrade and the Product code. http://msdn.microsoft.com/en-us/library/aa369786%28VS.85%29.aspx http://msdn.microsoft.com/en-us/library/aa367850%28v=VS.85%29.aspx The Quick Patch option is not available in InstallShield Limited edition. It is available in InstallShiled Premier and Professional editions which are enhanced versions of InstallShield. I have gone ahead and created a sample project which performs an upgrade of the existing version of the product. Kindly refer the sample project. Thanks, Lenwin
... View more
Jul 29, 2010
03:08 AM
Hi Warrick, You may perform the following steps to create an upgrade. In an upgrade ensure that the Product version is higher than the base version and the Product code is different. In the upgrades paths view, create a new upgrade path. Refer the setup.exe or an msi file of the base version. If you do not have the setup file of the older version, then ensure that the upgrade code of the new version of the installer is same as that of the older version. Specify appropriate values in the Min version and Max version field for the new upgrade path created. You may also refer the following thread. http://community.flexerasoftware.com/showthread.php?t=194062 Thanks, Lenwin
... View more
Jul 28, 2010
03:43 AM
Hi Warrick, You may create a compressed setup. This compressed setup contains the setup.ini file. A compressed setup.exe file can be created by selecting the Single Image option. Thanks, Lenwin
... View more
Jul 28, 2010
03:23 AM
Hi Warrick, This error message might be encountered due to the MSI file not able to locate the files which have to be placed on the target machine. In order to resolve this issue you may create a compressed MSI. To create a compressed MSI Navigate to the Releases view. Set the Setup Launcher filed to Value No under Setup.exe Tab. Build a Single Image. Thanks, Lenwin
... View more
Jul 26, 2010
05:45 AM
Hi, Could you kindly check the junk mails in your mailbox and confirm if you have received any new email regarding the registration Process. If you have not received any email then kindly try registering again and let us know if you are coming across the same error message. Thanks, Lenwin
... View more
Jul 26, 2010
05:22 AM
Hi, Kindly refer the following MSDN article which has more information regarding WPF. http://msdn.microsoft.com/en-us/library/bb613588.aspx Could you kindly let us know if you are referring to the above feature. Could you kindly let us know if you would like to install support for WPF 4 or you would like InstallShield Limited Edition's Dialogs to use these enhanced controls. Through InstallShield limited edition it is possible to install Support for WPF 4. If the ".NET 4.0 Client Package is installed" requirement is checked in the requirements view then installation proceeds only if the target operating system has .NET 4.0 Client Package installed. If you wish to install the .Net 4.0 client Profile if it is not installed on the target machine then you may add the .Net 4.0 client Profile as a prerequisite. Thanks, Lenwin
... View more
Jul 20, 2010
02:34 AM
Hi, Many of our customers have the same concern regarding the prerequisites. The way they address this is by testing their installations thoroughly on several machines that closely match the desired target machines. You may start by building a setup that includes all recommended prerequisites, ensure it installs/uninstalls successfully. If the process of installation/uninstallation completes successfully then begin stripping prerequisites out until you arrive at the smallest possible setup that installs reliably on all desired target platforms. You may also review the Microsoft documentation on each prerequisite to verify if it’s required for your specific use case on MSDN. Thanks, Lenwin
... View more
Jul 15, 2010
09:31 AM
Hi Peter, Kindly ensure that the field Create MSI logs is set to “No” under General Information view. Also ensure that the Windows Installer Logging option is not enabled in your operating system. Kindly refer the following article. http://support.microsoft.com/kb/314852 Thanks, Lenwin
... View more
Jul 14, 2010
08:36 AM
Hi, Kindly refer the following article which has more information regarding the Build Error -6109 http://kb.flexerasoftware.com/selfservice/viewContent.do?externalID=Q109435 Thanks, Lenwin
... View more
Jul 12, 2010
09:43 AM
Hi Marc, Currently the option to add a custom prerequisite is not available in InstallShield Limited Edition InstallShield Premier Edition and InstallShield Professional Edition include the InstallShield Prerequisite Editor, a tool that enables you to define custom InstallShield prerequisites and to edit settings for any existing InstallShield prerequisites. In addition, these editions include a merge module project type, which you can use to create your own merge modules. Thanks, Lenwin
... View more
Jul 09, 2010
11:08 AM
Symptoms: Build of the InstallShield project fails with Error -6058 when attempting to incorporate standard Microsoft Merge Modules into the installation package. Cause: This problem is due to outdated Global Unique Identifiers used to distinguish 64-bit Merge Modules. Steps to Reproduce: 1. Create a VC++ Windows Forms Application project. 2. Create an InstallShield Limited Edition project 3. Add the Project Output of the VC++ Windows Forms Application project to the InstallShield Limited Edition project 4. Build the project. Hot Fix: To apply the hot fix, follow the steps below: 1. Close Visual Studio. 2. Download the hot fix .zip file attached to this thread, and uncompress the PlatformFilesToModules.ini file to a temporary location. 3. Locate the folder: \Support. (By default, this directory is “C:\Program Files\InstallShield\2010LE\Support") 4. Make a backup copy of file PlatformFilesToModules.ini 5. Copy the new PlatformFilesToModules.ini file to \Support. 6. Restart Visual Studio.
... View more
Labels
Jul 09, 2010
10:41 AM
Hi Marc, Once a new Upgrade path is created we need to ensure that the upgrade code of the previous version installer should be entered in the Upgrade code field. This ensures that when the installation of the current version begins, the windows installer searches the target system for the specified upgrade code. Upon finding a matching upgrade code along with other matching upgrade properties the windows installer upgrades the target system by installing the newer version. Thanks, Lenwin
... View more
Jul 08, 2010
10:23 AM
Hi, Kindly navigate to the location where prerequisites files are downloaded on your computer. Ex: C:\Program Files\InstallShield\2010LE\SetupPrerequisites In this location check if a folder named Report Viewer exists. If it exists then kindly delete this folder. Close the project file (solution) and reopen it. Kindly ensure that the firewall on your computer is turned off. Navigate to the Redistributables view and try downloading the Microsoft Report Viewer 2010 prerequisite again. Kindly check if the prerequisite downloads successfully. Thanks, Lenwin
... View more
Jul 08, 2010
06:37 AM
Hi Grant, Kindly refer the following post which has a brief description regarding creating an upgrade. http://community.flexerasoftware.com/showthread.php?p=457400#post457400 Let us know if you need any more help. Thanks, Lenwin
... View more
Jul 08, 2010
05:18 AM
Hi Marc, Kindly perform the below steps to create an upgrade and let us know the results. Create a base setup with version number ex: 1.00.0000. When creating an upgrade, kindly change the product code and the Product version Ensure that the Product version of the upgrade is higher than the base version. ex:1.30.0000. In the upgrades paths view, create a new upgrade path. Refer the setup.exe or an msi file of the previous version ex 1.00.0000. If you do not have the setup file of the older version, then kindly ensure that the upgrade code of the new version of the installer is same as that of the older version.Specify appropriate values in the Min version and Max version field for the new upgrade path created. Build the setup. Thanks, Lenwin
... View more
Latest posts by Lenwin
Subject | Views | Posted |
---|---|---|
1939 | Feb 28, 2013 09:57 AM | |
1051 | Feb 22, 2013 05:57 AM | |
1741 | Feb 19, 2013 10:22 AM | |
1750 | Feb 19, 2013 08:21 AM | |
1861 | Feb 13, 2013 01:15 AM | |
1939 | Feb 11, 2013 10:10 AM | |
1939 | Feb 11, 2013 08:46 AM | |
1750 | Feb 11, 2013 06:00 AM | |
1741 | Feb 11, 2013 05:10 AM | |
1861 | Feb 11, 2013 04:11 AM |
Activity Feed
- Posted Re: Install package created in VS2010 will not install correctly in Windows 8 on InstallShield Forum. Feb 28, 2013 09:57 AM
- Posted Re: Generating MSI files with IS Limited Edition on InstallShield Forum. Feb 22, 2013 05:57 AM
- Posted Re: Error 1324 on InstallShield Forum. Feb 19, 2013 10:22 AM
- Posted Re: Internal Error:Cannot open the shared memory region on InstallShield Forum. Feb 19, 2013 08:21 AM
- Posted Re: InstallShiel 2012 LE not show 0 byte file size in TFS 2010 on InstallShield Forum. Feb 13, 2013 01:15 AM
- Posted Re: Install package created in VS2010 will not install correctly in Windows 8 on InstallShield Forum. Feb 11, 2013 10:10 AM
- Posted Re: Install package created in VS2010 will not install correctly in Windows 8 on InstallShield Forum. Feb 11, 2013 08:46 AM
- Posted Re: Internal Error:Cannot open the shared memory region on InstallShield Forum. Feb 11, 2013 06:00 AM
- Posted Re: Error 1324 on InstallShield Forum. Feb 11, 2013 05:10 AM
- Posted Re: InstallShiel 2012 LE not show 0 byte file size in TFS 2010 on InstallShield Forum. Feb 11, 2013 04:11 AM
- Posted Re: Parallel build problem (error -6003: An error occurred streaming...into setup.exe) on InstallShield Forum. Feb 06, 2013 08:38 AM
- Posted Re: Install InstallShield 2012 LimitedEdition on VS2012 ExpressEdition does not work on InstallShield Forum. Feb 05, 2013 01:13 AM
- Posted Re: Error 1324 on InstallShield Forum. Feb 01, 2013 08:58 AM
- Posted Re: Error 1324 on InstallShield Forum. Jan 31, 2013 01:50 AM
- Posted Re: Error 1324 on InstallShield Forum. Jan 30, 2013 09:04 AM
- Posted Re: Problems writing registry entries on InstallShield Forum. Jan 30, 2013 04:45 AM
- Posted Re: Problems writing registry entries on InstallShield Forum. Jan 30, 2013 01:08 AM
- Posted Re: Pimary output not found on InstallShield Forum. Jan 29, 2013 08:57 AM
- Posted Re: Wev Application make exe or Msi file on InstallShield Forum. Jan 29, 2013 08:01 AM
- Posted Re: Parallel build problem (error -6003: An error occurred streaming...into setup.exe) on InstallShield Forum. Jan 21, 2013 07:51 AM