开发者

Application packaging

I'm using Visual Studio to crea开发者_JS百科te my installation package.

My application use some bitmap and other data file. I currently include these files in my setup project.

Is there a way to embed these file in a kind of bundle package?


This is actually pretty difficult to do cleanly with the Visual Studio deployment packages.

The issue you will run in to is that in order to use the bitmap, you will be required to extract it to a temp folder to use it. It is possible to do, however.

Right click your setup project and choose "Add > File..." to add the bitmap to your project.

You can then use the file on your user interface by right clicking the setup project and choosing "View > User Interface", choosing each screen and setting the "BannerBitmap" property.

If you want to output it along side your application, you choose "View > File System", choose the "Application Folder" and add the file there.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜