user1244772
user1244772

Reputation: 294

InstallShield: cannot extract icon with index 0 vb.net

Im trying to use installshield to mak an installer for my applicatoin but when I add my icon to it then when i try and build it i get the error message InstallShield: cannot extract icon with index 0

Any ideas?

Upvotes: 4

Views: 4331

Answers (3)

MintyOwl
MintyOwl

Reputation: 81

The reason I get this message is usually because I have not selected the icon file on the Shortcuts/Folders dialogue:

InstallShield - Shortcuts/Folders

Upvotes: 0

pp9
pp9

Reputation: 1

I faced something similar. You need to check that the exe from which the icon will be extracted is present on the path specified in Shortcut/Folder of Install Shield

Upvotes: 0

Christopher Painter
Christopher Painter

Reputation: 55591

Sure. InstallShield is trying to extract the embedded resource (icon) for Add/Remove Programs and/or a shortcut. Recompile your EXE to include an icon and the message will go away.

Upvotes: 2

Related Questions