Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabiang/docker-wix3
WiX Toolset v3 for creating MSI installers (Docker Image)
https://github.com/fabiang/docker-wix3
docker docker-image windows wix wix-toolset
Last synced: about 1 month ago
JSON representation
WiX Toolset v3 for creating MSI installers (Docker Image)
- Host: GitHub
- URL: https://github.com/fabiang/docker-wix3
- Owner: fabiang
- License: bsd-2-clause
- Created: 2022-10-11T08:10:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-07T09:13:19.000Z (11 months ago)
- Last Synced: 2024-02-07T10:28:45.371Z (11 months ago)
- Topics: docker, docker-image, windows, wix, wix-toolset
- Language: Dockerfile
- Homepage:
- Size: 11.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fabiang/wix3 — Wix Toolset Docker Image (Windows Container)
> THE MOST POWERFUL SET OF TOOLS AVAILABLE TO CREATE YOUR WINDOWS INSTALLATION EXPERIENCE.
… [as an Docker image](https://hub.docker.com/r/fabiang/wix3) for Windows machines.
## Available images
### Windows
See [Docker hub page for available tags](https://hub.docker.com/r/fabiang/wix3/tags?page=1&ordering=name).
## Usage
Powershell:
```
docker run -it --rm `
-v "C:\Users\myuser\Documents\Projects\MyProject:C:\app" `
fabiang/docker-wix3:3-windowsservercore-ltsc2022 `
candle.exe -dProductVersion=${productVersion} -dSomeParam=Foobar .\\MyProject.wxs -arch x64docker run -it --rm `
-v "C:\Users\myuser\Documents\Projects\MyProject:C:\app" `
fabiang/docker-wix3:3-windowsservercore-ltsc2022 `
light.exe -sval .\\MyProject.wixobj'
```## LICENSE
The Wix toolset is released under Microsoft Reciprocal License (MS-RL).
[The source code of the repository is licensed as:](LICENSE)> BSD 2-Clause License
>
> Copyright (c) 2022, Fabian Grutschus
> All rights reserved.