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
- :
- help with icon setting in IS2012, not working as expected
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
Sep 19, 2013
04:35 PM
help with icon setting in IS2012, not working as expected
I just installed and registered IS2012 in VS2012 and did exactly the steps in the howto video. The icon setting in the Application Information page is the default setting, ie pointing to the icon in the IS product folder redistributables (\Redist\Language Independent\OS Independent\SetupIcon.ico). When I try to build the install project, it keeps looking for the icon in the project's exe instead. No matter what I do it keeps giving me this message, I don't get it:
Warning 2 -7235: InstallShield could not create the software identification tag because the Tag Creator ID setting in the General Information view is empty.
Warning 3 -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.
Error 4 -3204: Cannot extract icon with index 0 from file C:\TFSSC\Search Systems - SS\AutocompleteFromCSV\AutocompleteFromCSV\obj\Release\AutocompleteFromCSV.exe.
Warning 2 -7235: InstallShield could not create the software identification tag because the Tag Creator ID setting in the General Information view is empty.
Warning 3 -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.
Error 4 -3204: Cannot extract icon with index 0 from file C:\TFSSC\Search Systems - SS\AutocompleteFromCSV\AutocompleteFromCSV\obj\Release\AutocompleteFromCSV.exe.
- Tags:
- icon setting
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Sep 20, 2013
05:19 PM
I found the place where a second icon is able to be specified. It's called the 'advertised icon' and is the icon browser of the Shortcuts/Folders under 3. Configure the Target System. Hope this will help someone else get going down the road. My setup project compiles now. Note that I did try adding an icon resource to the project I'm trying to package but it didn't seem to help, perhaps because it is a console application.