burn

Custom WiX Burn bootstrapper user interface?

时间秒杀一切 提交于 2019-11-26 23:52:19
问题 I'm creating an installation package with WiX 3.6 primarily so I can take advantage of the Burn bootstrapping features. So far I have several MSI packages bundled together that will be installed with the built-in bootstrapper application ( WixStandardBootstrapperApplication.RtfLicense ). I have read that Burn allows the default bootstrapper application to be replaced by specifying a custom UX.dll , but I haven't yet been able to locate any resources that describes how the custom ux.dll is

WIX Installer with modern look and feel

a 夏天 提交于 2019-11-26 09:55:22
问题 I am currently creating an installer for my software. I decided to use WIX for it, because I read on stackoverflow that while it has a steep learning curve, it is the most versatile tool to create .msi installers. I\'m trying to create a very simple one screen installer, and I\'m happy with the results so far, but some of the controls just look really outdated. The sunken text edit doesn\'t really match the look and feel of Windows 10. What bothers me more is the file browsing dialog, though.

SQL Server named instance with Visual Studio 2017 Installer project

只愿长相守 提交于 2019-11-26 06:08:23
问题 Software: SQL Server Express 2016 Visual Studio 2017 We\'ve been trying without success to get a named instance of SQL Server Express 2016 installed as part of VS Installer Setup Project. We\'ve tried calling InstallNamedInstance() as follows with given results: Run SQLEXPR_x64_ENU.exe with same commandline args from Administrator cmd window: Succeeds Call InstallNamedInstance() from a Console app and run Console app from Administrator cmd window: Succeeds Install custom action (Both Everyone