.exe and .msi dont works, why? #153
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
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.