开发者

Desktop Icon in installation package - Windows Install Package

开发者 https://www.devze.com 2023-03-31 15:44 出处:网络
I have successfully packaged up my application to be deployed and installed on a windows workstation. After installing the application on my computer, the desktop icon does not have my app\'s icon as

I have successfully packaged up my application to be deployed and installed on a windows workstation. After installing the application on my computer, the desktop icon does not have my app's icon as a graphic. (It has a开发者_开发问答 generic windows icon).

I am using Visual Studio 2008 to make this install package.

Any ideas how I can include a desktop icon in my install package?


Shortcut icons are not set automatically. So make sure you set an icon in "Icon" field from your shortcut's Properties pane.

If an icon is set and it's still not shown, try setting it manually after installation to see if the icon is valid.

0

精彩评论

暂无评论...
验证码 换一张
取 消