Skip to content

Dockerfile for Ubuntu-based image helping to create Windows installers. Mainly focused on Java applications.

License

Notifications You must be signed in to change notification settings

kwart-dockerfiles/innosetup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InnoSetup for Java apps

Docker image which helps building Windows installer for Java apps.

Signing the installer

The osslsigncode is installed in the image.

# sign the installer
docker run --rm -v `pwd`:/mnt kwart/innosetup \
  osslsigncode sign \
    -n "App Name" -i http://app.url.org/ \
    -certs /mnt/cert.crt -key /mnt/key.key \
    -in /mnt/installer.exe \
    -out /mnt/installer-signed.exe

About

Dockerfile for Ubuntu-based image helping to create Windows installers. Mainly focused on Java applications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published