From b5138bf2f81d6c7d8a8f659933f89f2831ecb8a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Grill?= Date: Tue, 20 Aug 2024 11:32:07 +0200 Subject: [PATCH] Configured installer --- .github/workflows/go.yml | 5 +++-- .gitignore | 3 ++- PotatoDrive.wxs | 12 +++++++++--- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 6a6c87c..e35a774 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -52,9 +52,10 @@ jobs: with: dotnet-version: 5.x - name: Install wix - run: dotnet tool install --global wix + run: | + dotnet tool install --global wix - name: Create installer - run: wix build PotatoDrive.wxs + run: wix build PotatoDrive.wxs -arch x64 - uses: actions/upload-artifact@v4 with: name: PotatoDrive.msi diff --git a/.gitignore b/.gitignore index d1e94ff..5e8a660 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ potatodrive.exe PotatoDrive.msi -PotatoDrive.wixpdb \ No newline at end of file +PotatoDrive.wixpdb +.wix \ No newline at end of file diff --git a/PotatoDrive.wxs b/PotatoDrive.wxs index 1434a58..dfb1056 100644 --- a/PotatoDrive.wxs +++ b/PotatoDrive.wxs @@ -5,14 +5,20 @@ Language="1033" Manufacturer="Balázs Grill" Name="PotatoDrive" - Version="1.0.0.0"> - + Version="0.1.0.0" + Scope="perMachine" + InstallerVersion="200"> + + + + + - +