Skip to content

Commit

Permalink
package windows README
Browse files Browse the repository at this point in the history
  • Loading branch information
legocill committed Jan 30, 2025
1 parent 4568c14 commit 7224dcc
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions packages/windows/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
# wix-test
# Install with Wix

Install extension:

$ wix extension list
$ wix extension add WixToolset.UI.wixext
Install the wix software and install the extension:

```
wix extension add WixToolset.UI.wixext
```

Copy the cameo-server.jar, cameo-console.jar and cameo-file-transfer.jar files in the current directory.
Compile msi:

$ wix build -ext WixToolset.UI.wixext cameo.wxs

Debug with log:
```
wix build -ext WixToolset.UI.wixext cameo.wxs
```

$ msiexec /i cameo.msi /l* cameo.log
Debug the installation with log:

```
msiexec /i cameo.msi /l* cameo.log
```

0 comments on commit 7224dcc

Please sign in to comment.