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
- :
- IDE Quesitons...
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Jan 21, 2011
11:15 AM
IDE Quesitons...
Hi all,
First, I was wondering if there was a way, on the Files and Folders view to show only files for the selected Feature above. Currently, I select a feature to add files to, check in some way, etc, but I see all the files that will be installed to a location, not just those tied to the selected feature. Is there an option setting for this somewhere?
Also is there an options setting to hold the last viewed or selected feature on the Files and Folders view. I'll add some files to a feature, check a few things in the components view and return to the Files view, but the selected Feature defaults to the first in the list and not the one I was just working with. What happens is sometimes I will forget to check and just start adding files again, which go to the wrong feature. I then have to go the the FeatureComponents table to make the corrections. It's not a huge deal, but a pain sometimes.
There was something else I believe but can't remember. If it comes to me, I'll post.
Thanks for any information!
First, I was wondering if there was a way, on the Files and Folders view to show only files for the selected Feature above. Currently, I select a feature to add files to, check in some way, etc, but I see all the files that will be installed to a location, not just those tied to the selected feature. Is there an option setting for this somewhere?
Also is there an options setting to hold the last viewed or selected feature on the Files and Folders view. I'll add some files to a feature, check a few things in the components view and return to the Files view, but the selected Feature defaults to the first in the list and not the one I was just working with. What happens is sometimes I will forget to check and just start adding files again, which go to the wrong feature. I then have to go the the FeatureComponents table to make the corrections. It's not a huge deal, but a pain sometimes.
There was something else I believe but can't remember. If it comes to me, I'll post.
Thanks for any information!
(1) Reply
Jan 21, 2011
12:58 PM
Here's the other question...
I have some components set with .NET COM Interop = Yes; .NET Scan at Build = Properties Only.
On my build machine I have .NET 4 installed, but in the Microsoft.NET folder I have the following directories...
v2.0.50727
v3.0
v3.5
v4.0.30319.
For registration to be extracted and added to the .msi, I'm assuming RegAsm, possibly with a /regfile, is run because I see a .reg file created in my file source location. My question, which version or from what version of .NET is RegAsm run? Is it from the highest, or here, v4.0.30319 folder?
I'm having what might be some problems associated with registration during the install as 'stuff' isn't working post install.
Any insight here would also be appreciated!
I have some components set with .NET COM Interop = Yes; .NET Scan at Build = Properties Only.
On my build machine I have .NET 4 installed, but in the Microsoft.NET folder I have the following directories...
v2.0.50727
v3.0
v3.5
v4.0.30319.
For registration to be extracted and added to the .msi, I'm assuming RegAsm, possibly with a /regfile, is run because I see a .reg file created in my file source location. My question, which version or from what version of .NET is RegAsm run? Is it from the highest, or here, v4.0.30319 folder?
I'm having what might be some problems associated with registration during the install as 'stuff' isn't working post install.
Any insight here would also be appreciated!