You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Simon Jackson
666d8cec15
feat: Phase 2 - RDPWInst C# console installer
Complete translation of src-installer/RDPWInst.dpr (1,464 lines) to C#:
Program.cs — entry point
- Banner + usage text matching Delphi originals
- Arg parsing: -l / -i [-s] [-o] / -u [-k] / -w / -r
- OS version and architecture guards
- Dispatches to InstallerEngine
InstallerEngine.cs — all installer logic
- CheckInstall() registry TermService validation
- CheckTermsrvProcess() EnumServicesStatusEx loop + auto-start
- CheckTermsrvDependencies() CertPropSvc / SessionEnv enable
- CheckTermsrvVersion() file version + support-level classification
- TSConfigRegistry() fDenyTSConnections, EnableConcurrentSessions,
AllowMultipleTSSessions, AddIns sub-keys
- TSConfigFirewall() netsh advfirewall add / delete rule
- ExtractFiles() install-dir creation, ACLs, INI, rdpw32/64,
rdpclip, rfxvmt optional helpers
- SetWrapperDll() REG_EXPAND_SZ write + Vista reg.exe workaround
- ResetServiceDll() restore termsrv.dll on uninstall
- DeleteFiles() remove rdpwrap.ini + DLL + folder
- TryAutoGenerateOffsets() download OffsetFinder + Zydis, run, clean up
- CheckUpdate() date-compare INI, kill/restart svc, write new INI
- Install() / Uninstall() / Update() / Restart() orchestration
app.manifest — requireAdministrator UAC elevation
RDPWInst.csproj — ApplicationManifest + conditional EmbeddedResource items
Resources/README.md — documents expected binary payload placement
|
1 month ago |
| .. |
|
RDPCheck
|
feat: Phase 1 - C# migration scaffold (RDPWrap.Common shared library)
|
1 month ago |
|
RDPConf
|
feat: Phase 1 - C# migration scaffold (RDPWrap.Common shared library)
|
1 month ago |
|
RDPWInst
|
feat: Phase 2 - RDPWInst C# console installer
|
1 month ago |
|
RDPWrap.Common
|
feat: Phase 1 - C# migration scaffold (RDPWrap.Common shared library)
|
1 month ago |
|
Directory.Build.props
|
feat: Phase 1 - C# migration scaffold (RDPWrap.Common shared library)
|
1 month ago |
|
RDPWrap.sln
|
feat: Phase 1 - C# migration scaffold (RDPWrap.Common shared library)
|
1 month ago |