Skip to content

AliceOh/CreateWindowsInstaller

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/CreateWindowsInstaller@1.0.0
        with:
          exefile: 'helloworld.exe'

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

About

Github Action to Build and release Windows installer on github release page

Resources

License

Stars

Watchers

Forks

Packages

No packages published