-
We use docker containers to build different distributable packages of our product in a CI pipeline.
Our package is simply built from files in a directory (we use WixToolset.Heat package), we do not need UI, registry, COM and other features. Is there any way to build an MSI package using WIX in NanoServer or using Server Core image is the only option? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
-
Thank you for the answer! I continue my experiments in the background, and we will use Windows Server Core images for our CI builds. |
Beta Was this translation helpful? Give feedback.
msi.dll
is a prerequisite for WiX to build installation packages for the Windows Installer today. That is part of Windows normally so you'll want to see if/how to add it to Nano Server.