[Bug] Installer unpacks DBMerger to same folder as main VRCX install #446

Open
opened 2026-04-05 16:19:16 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @mollybeam on 5/23/2025

Describe the bug
The installer VRCX_20250509_Setup.exe places the DBMerger into the same folder as the main VRCX install. Due to .NET version differences, in some(?) configurations this will cause it to fail to run.

To Reproduce
Steps to reproduce the behavior:

  1. Run the installer, with default settings.
  2. Attempt to run DBMerger.

Expected behavior
The installer should unpack DBMerger and its dependencies to a different folder, or not include it at all (and have DBMerger as a seperate file with the releases).

Discussed at https://github.com/vrcx-team/VRCX/discussions/1235
I have manually moved the files to a seperate folder, and now they work fine.
As there is no configuration settings when running the installer, this is an installer issue.

*Originally created by @mollybeam on 5/23/2025* **Describe the bug** The installer [VRCX_20250509_Setup.exe](https://github.com/vrcx-team/VRCX/releases/tag/v2025.05.09) places the DBMerger into the same folder as the main VRCX install. Due to .NET version differences, in some(?) configurations this will cause it to fail to run. **To Reproduce** Steps to reproduce the behavior: 1. Run the installer, with default settings. 2. Attempt to run DBMerger. **Expected behavior** The installer should unpack DBMerger and its dependencies to a different folder, or not include it at all (and have DBMerger as a seperate file with the releases). Discussed at https://github.com/vrcx-team/VRCX/discussions/1235 I have manually moved the files to a seperate folder, and now they work fine. As there is no configuration settings when running the installer, this is an installer issue.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/VRCX#446