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
- :
- How do I stop Installshield from checking for dependencies while copying files.
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 13, 2014
04:08 AM
How do I stop Installshield from checking for dependencies while copying files.
One of our projects is indicating a need for DotNet 3.5 during the file copy process. DotNet 3.5 is not actually needed and we do not want to have to install it on Windows 8 and 8.1 systems as this requires and internet connection.
Is there a way to stop Installshield from checking to see if it thinks Windows components might need to be added during file copy?
Is there a way to stop Installshield from checking to see if it thinks Windows components might need to be added during file copy?
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 22, 2014
03:20 PM
When you say during File Copy - is that at build time?
Not sure if this is the same issue but I believe you can change the ".NET Scan at Build" to "Properties Only" for your components.
I changed my settings in the Options->.NET tab Default .Net Scan to "Properties Only" by default.
Not sure if this is the same issue but I believe you can change the ".NET Scan at Build" to "Properties Only" for your components.
I changed my settings in the Options->.NET tab Default .Net Scan to "Properties Only" by default.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 23, 2014
05:00 AM
enanrum wrote:
When you say during File Copy - is that at build time?
Not sure if this is the same issue but I believe you can change the ".NET Scan at Build" to "Properties Only" for your components.
I changed my settings in the Options->.NET tab Default .Net Scan to "Properties Only" by default.
No in my case it is while doing file copy to a target Windows 8 or 8.1 system. I will have a look to make sure I have already done what you suggest though in case it helps.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 23, 2014
08:01 AM
If it is during Install time, the only thing I can think of is that you have something that is including .NET 3.5 sp1 framework in your install.
Again, this may be due to the setting indicated above that automatically adds dependencies to the install for you. But this would be a prerequisite that would have been added, not a merge module.
Can you double check your prerequisites that you have selected and make sure that it is not selected.
If it is selected, then it will trigger what you see for Windows 8 and 8.1.
The suite project in 2013 has a nicer way of handling the .NET 3.5 sp1 framework - on Windows 8 and 8.1 it just gets enabled quietly. I am not sure how Flexera implemented it, I just know it works. I just selected the option to enable the feature and on these operating systems it gets enabled and it works. No pop-up dialogs, no prompt to download from the Internet, no windows to close for the end user. I love it.
After install you can confirm that the feature is enabled by checking the installed features in Programs and Features > Windows features option.
Again, this may be due to the setting indicated above that automatically adds dependencies to the install for you. But this would be a prerequisite that would have been added, not a merge module.
Can you double check your prerequisites that you have selected and make sure that it is not selected.
If it is selected, then it will trigger what you see for Windows 8 and 8.1.
The suite project in 2013 has a nicer way of handling the .NET 3.5 sp1 framework - on Windows 8 and 8.1 it just gets enabled quietly. I am not sure how Flexera implemented it, I just know it works. I just selected the option to enable the feature and on these operating systems it gets enabled and it works. No pop-up dialogs, no prompt to download from the Internet, no windows to close for the end user. I love it.
After install you can confirm that the feature is enabled by checking the installed features in Programs and Features > Windows features option.