简体   繁体   中英

customize Windows MSI installer screen

Creating MSI using visual studio 2013.

Want to make changes to welcome screen,installation and confirm installation screen which has some default layout and only able to make minor changes like updating the text.Is it possible to customize the screen. Their is option to add Dialog option which is also customizable to some extent. So please suggest.

There's no support for this in Visual Studio - you'd need to do as Mark Hall suggests in his comment, or some other similar tool like InstEdit. They typically require you to know something about the internals of MSI files. If you expect to eventually create more and more custom dialogs you should choose a tool that allows that with IDE support.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM