wem-test

module
v0.0.0-...-bd9bd2f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 18, 2022 License: GPL-3.0

README

wem-test

About

Two small programs:

  1. A basic "hello world" program.
  2. An "installer" program that embeds the first program and installs it to a given path.

The idea behind these is that they are small and can be used for more complete WEM tests.

Building

Simply type make, a file called installer.exe will be placed in the root of this repo.

The Makefile will produce 32-bit executables.

Usage

  1. Run the installer with the install path as an arg:

     wine installer.exe 'c:\\my-dir-path'
     Welcome to the WEM Test Installer!
     Installing 'c:\my-dir-path\hello-world.exe' ...
     Install completed! Wrote: 2094592 bytes.
    
  2. Run the exe:

     wine 'c:\my-dir-path\hello-world.exe'
     Hello, world!
    

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL