This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: InstallShield Redistributables
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
May 06, 2010
03:16 PM
InstallShield Redistributables
How do I download/install redistributable packages on our build machine, if Visual Studio is not installed? TFS 2010 RTM
(13) Replies
May 07, 2010
03:39 AM
I understand that you have not installed Visual studio 2010.ISLE can be used only by integrating it with Visual studio 2010.Could you let us know if you are trying to download the redistributable package through ISLE or as a separate download??
May 07, 2010
09:53 AM
I'm trying to find a separate download. I downloaded the packages on my development machine through the InstallShield LE Redistributables screen inside VS 2010, and that worked great. My issue now is that when I build inside TFS 2010, the installation builds but is missing the redistributable packages (because they haven't been downloaded/installed on the TFS build machine).
May 10, 2010
10:03 AM
I am still getting the following warnings:
ISEXP : warning -6245: One or more of the project's components contain .NET properties that require the .NET Framework. It is recommended that the release include the .NET Framework.
C:\Program Files (x86)\MSBuild\InstallShield\2010Limited\InstallShield.targets : warning : -6245: One or more of the project's components contain .NET properties that require the .NET Framework. It is recommended that the release include the .NET Framework.
I expected these warnings to go away after copying the SetupPrerequisites folder from my development machine to the build machine. The output installation does not contain the .NET Framework redistributable (almost as if InstallShield LE didn't recognize the files I copied). Any ideas?
Thanks!
ISEXP : warning -6245: One or more of the project's components contain .NET properties that require the .NET Framework. It is recommended that the release include the .NET Framework.
C:\Program Files (x86)\MSBuild\InstallShield\2010Limited\InstallShield.targets : warning : -6245: One or more of the project's components contain .NET properties that require the .NET Framework. It is recommended that the release include the .NET Framework.
I expected these warnings to go away after copying the SetupPrerequisites folder from my development machine to the build machine. The output installation does not contain the .NET Framework redistributable (almost as if InstallShield LE didn't recognize the files I copied). Any ideas?
Thanks!
May 12, 2010
03:08 AM
Hi,
The -6245 Build Warning message can be resolved if the “C:\Program Files\InstallShield\2010LE\SetupPrerequisites” folder on the build machine contains the same .prq file that has been selected in the InstallShield Limited Edition .isl project file under the redistributables view.
Could you let us know if you have selected the prerequisite in the InstallShield Limited Edition project file using the IDE, copied the updated .isl project file to the build machine and the same prerequisite .prq file is present on the build machine in the same location as on the Visual Studio development machine.
If you are still encountering the same issue then kindly send us the .isl project file that was copied to the build machine so that we can investigate further.
Thanks,
Lenwin
The -6245 Build Warning message can be resolved if the “C:\Program Files\InstallShield\2010LE\SetupPrerequisites” folder on the build machine contains the same .prq file that has been selected in the InstallShield Limited Edition .isl project file under the redistributables view.
Could you let us know if you have selected the prerequisite in the InstallShield Limited Edition project file using the IDE, copied the updated .isl project file to the build machine and the same prerequisite .prq file is present on the build machine in the same location as on the Visual Studio development machine.
If you are still encountering the same issue then kindly send us the .isl project file that was copied to the build machine so that we can investigate further.
Thanks,
Lenwin
May 12, 2010
09:54 AM
The Microsoft .NET Framework 4.0 Client.prq file is listed below. I'm wondering how the folder gets resolved. We have various versions of the InstallShield product installed on the build machine. I'm not sure that this tag is picking up the correct location for the file. I've also attached the .isl file in case it might be helpful to you. Thanks for your help.
<ISProductFolder>\SetupPrerequisites\Microsoft .net\4.0\x86\Client\dotNetFx40_Client_x86_x64.exe" URL="http://download.microsoft.com/download/5/6/2/562A10F9-C9F4-4313-A044-9C94E0A8FAC8/dotNetFx40_Client_x86_x64.exe" CheckSum="1CF262F35322D6C9C7A27FCA513FC269" FileSize="0,43000680">
May 13, 2010
06:06 AM
Hi,
Thank you for getting back to us with the project file.
From the project file we see that “Microsoft .NET Framework 4.0 Client” has not been added to the InstallShield Limited Edition project.
To add the prerequisite to the project, kindly perform the following steps:
1) Using the Visual Studio IDE, open the InstallShield project.
2) In the Solution Explorer, expand #2 “Specify Application Data”.
3) Double click on “Redistributables” to open the Redistributables view
4) Scroll down the list of redistributables and mark the check box labeled “Microsoft .NET Framework 4.0 Client”
5) Build the project and verify the -6245 build warning does not occur
6) Copy this modified .isl project file to the build machine.
Thanks,
Lenwin
Thank you for getting back to us with the project file.
From the project file we see that “Microsoft .NET Framework 4.0 Client” has not been added to the InstallShield Limited Edition project.
To add the prerequisite to the project, kindly perform the following steps:
1) Using the Visual Studio IDE, open the InstallShield project.
2) In the Solution Explorer, expand #2 “Specify Application Data”.
3) Double click on “Redistributables” to open the Redistributables view
4) Scroll down the list of redistributables and mark the check box labeled “Microsoft .NET Framework 4.0 Client”
5) Build the project and verify the -6245 build warning does not occur
6) Copy this modified .isl project file to the build machine.
Thanks,
Lenwin
May 18, 2010
04:19 PM
Sorry for the delay. I've been extremely busy on other projects. As for adding “Microsoft .NET Framework 4.0 Client” to the installation, I did add it with similar results on the build machine. This is what I ended up doing to get everything working:
I installed Visual Studio Professional on the build machine. I then uninstalled InstallShield LE (because Visual Studio could not determine that it was installed). Then, I installed InstallShield LE and activated it (activation code - which I had no way to activate it before...no user interface, until VS 2010 was installed). I then had to download the redistributable from inside the InstallShield LE / Visual Studio interface (even though the "SetupPrerequisites" folder had been copied from my development machine...where the redistributable had been previously downloaded). Now everything is working fine. It would be very helpful to be able to activate/setup InstallShield LE on a build machine without having to install Visual Studio.
Thanks for the quick responses and all the help that was offered!
I installed Visual Studio Professional on the build machine. I then uninstalled InstallShield LE (because Visual Studio could not determine that it was installed). Then, I installed InstallShield LE and activated it (activation code - which I had no way to activate it before...no user interface, until VS 2010 was installed). I then had to download the redistributable from inside the InstallShield LE / Visual Studio interface (even though the "SetupPrerequisites" folder had been copied from my development machine...where the redistributable had been previously downloaded). Now everything is working fine. It would be very helpful to be able to activate/setup InstallShield LE on a build machine without having to install Visual Studio.
Thanks for the quick responses and all the help that was offered!
May 19, 2010
04:41 AM
Hi,
We are glad that everything is working as expected.
InstallShield Limited Edition comes integrated with Visual Studio 2010.
We do have standalone editions of InstallShield which are independent of the Visual Studio Software.
InstallShield Premier and Professional are the standalone editions available. The Premier and Professional editions have additional features which are currently not available (“locked”) in InstallShield Limited Edition.
Thanks,
Lenwin
We are glad that everything is working as expected.
InstallShield Limited Edition comes integrated with Visual Studio 2010.
We do have standalone editions of InstallShield which are independent of the Visual Studio Software.
InstallShield Premier and Professional are the standalone editions available. The Premier and Professional editions have additional features which are currently not available (“locked”) in InstallShield Limited Edition.
Thanks,
Lenwin
Jun 06, 2010
07:18 PM
Lenwin wrote:
Hi,
Thank you for getting back to us with the project file.
From the project file we see that “Microsoft .NET Framework 4.0 Client” has not been added to the InstallShield Limited Edition project.
To add the prerequisite to the project, kindly perform the following steps:
1) Using the Visual Studio IDE, open the InstallShield project.
2) In the Solution Explorer, expand #2 “Specify Application Data”.
3) Double click on “Redistributables” to open the Redistributables view
4) Scroll down the list of redistributables and mark the check box labeled “Microsoft .NET Framework 4.0 Client”
5) Build the project and verify the -6245 build warning does not occur
6) Copy this modified .isl project file to the build machine.
Thanks,
Lenwin
QUick Comments:
1) I wish this would have been pointed out in the video or in the install builder, too a while to find this.
2) downloading the files needs ADMIN rights? WHAT? why can't i just download the files w/o having to close VS and re-start as an admin?
Jun 10, 2010
02:20 AM
Hi Denny,
Kindly refer the following link. It has a brief description regarding the minimum requirements for systems to run the InstallShield Software.
http://www.flexerasoftware.com/products/installshield/requirements.htm
Thanks,
Lenwin
Kindly refer the following link. It has a brief description regarding the minimum requirements for systems to run the InstallShield Software.
http://www.flexerasoftware.com/products/installshield/requirements.htm
Thanks,
Lenwin