.exe and .msi dont works, why? #153

Open
opened 2025-11-17 07:19:44 +08:00 by GVSauron · 1 comment
GVSauron commented 2025-11-17 07:19:44 +08:00 (Migrated from github.com)

Hello,

I'm creating a custom client server from your server, but it's not working; the .exe file won't start. I noticed this problem three days ago. Thanks for the help.

Hello, I'm creating a custom client server from your server, but it's not working; the .exe file won't start. I noticed this problem three days ago. Thanks for the help.
BatovNedrix commented 2025-11-19 00:49:11 +08:00 (Migrated from github.com)

I confirm the problem, but at least the exe file compiles. Apparently, there is a dependency on the build parameters. Currently, the build with these exe parameters does not run, and the msi does not build:
Different rdgen API parameters cause different problems.
Parameter test:
"platform": "windows",
"version": "1.4.3",
"delayFix": "on",
"exename": "random",
"appname": "random",
"direction": "incoming",
"installation": "installationN",
"settings": "settingsY",
"serverIP": "FQDN name",
"key": "Secret password",
"apiServer": "Secret URL apiServer",
"urlLink": "Secret urlLink",
"downloadLink": "Secret dwlLink",
"compname": "Random",
"runasadmin": "false",
"passApproveMode": "password-click",
"permanentPassword": "",
"denyLan": "on",
"iconbase64": "",
"logobase64": "",
"iconfile": "",
"logofile": "",
"theme": "light",
"themeDorO": "override",
"permissionsDorO": "override",
"permissionsType": "custom",
"enableKeyboard": "on",
"enableClipboard": "on",
"enableFileTransfer": "on",
"enableRemoteRestart": "on",
"enableTerminal": "on",
"removeWallpaper": "on",
"defaultManual": "",
"overrideManual": "",
"enableDirectIP": false,
"autoClose": false,
"hidecm": false,
"enableAudio": false,
"enableTCP": false,
"enableRecording": false,
"enableBlockingInput": false,
"enableRemoteModi": false,
"enablePrinter": false,
"enableCamera": false,
"cycleMonitor": false,
"xOffline": false,
"removeNewVersionNotif": false

results:
Run $myappname = "random" -replace '\s','_'

Time Elapsed 00:00:07.42
Copy-Item: D:\a_temp\5934da200-5a42-4054-a623-4878c4069683.ps1:8
Line |
8 | cp ./Package/bin/x64/Release/en-us/Package.msi ../../SignOutput/rustd …
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| Cannot find path 'D:\a\rdgen\rdgen\res\msi\Package\bin\x64\Release\en-us\Package.msi' because it does not exist.
Error: Process completed with exit code 1.

I confirm the problem, but at least the exe file compiles. Apparently, there is a dependency on the build parameters. Currently, the build with these exe parameters does not run, and the msi does not build: Different rdgen API parameters cause different problems. Parameter test: "platform": "windows", "version": "1.4.3", "delayFix": "on", "exename": "random", "appname": "random", "direction": "incoming", "installation": "installationN", "settings": "settingsY", "serverIP": "FQDN name", "key": "Secret password", "apiServer": "Secret URL apiServer", "urlLink": "Secret urlLink", "downloadLink": "Secret dwlLink", "compname": "Random", "runasadmin": "false", "passApproveMode": "password-click", "permanentPassword": "", "denyLan": "on", "iconbase64": "", "logobase64": "", "iconfile": "", "logofile": "", "theme": "light", "themeDorO": "override", "permissionsDorO": "override", "permissionsType": "custom", "enableKeyboard": "on", "enableClipboard": "on", "enableFileTransfer": "on", "enableRemoteRestart": "on", "enableTerminal": "on", "removeWallpaper": "on", "defaultManual": "", "overrideManual": "", "enableDirectIP": false, "autoClose": false, "hidecm": false, "enableAudio": false, "enableTCP": false, "enableRecording": false, "enableBlockingInput": false, "enableRemoteModi": false, "enablePrinter": false, "enableCamera": false, "cycleMonitor": false, "xOffline": false, "removeNewVersionNotif": false results: Run $myappname = "random" -replace '\s','_' Time Elapsed 00:00:07.42 Copy-Item: D:\a\_temp\5934da200-5a42-4054-a623-4878c4069683.ps1:8 Line | 8 | cp ./Package/bin/x64/Release/en-us/Package.msi ../../SignOutput/rustd … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Cannot find path 'D:\a\rdgen\rdgen\res\msi\Package\bin\x64\Release\en-us\Package.msi' because it does not exist. Error: Process completed with exit code 1.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: 3344/rdgen#153