Skip to content

Build Windows Installer MSI from exe file

Actions
Build and release Windows installer on github release page
1.0.0
Latest
Star (12)

Github action to create Windows Installer MSI file

This action create Windows Installer MSI files for the input exe file.

Inputs

exefile, required

what exe file to wrap in the built MSI

version, optional

what version to use for the built MSI, default is 0.0.1

Outputs

The Windows installation files for the input exe file

Example usage

      - name: Build Windows Installer MSI from exe file
        uses: AliceOh/[email protected]
        with:
          exefile: 'helloworld.exe'

a real example is here: https://github.com/AliceOh/ExampleUseWindowsInstallerGithubAction

Build Windows Installer MSI from exe file is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Build and release Windows installer on github release page
1.0.0
Latest

Build Windows Installer MSI from exe file is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.