mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
- It got splitted up into a x86 and x64 component. - Each one is packaged only for the respective archictecture - Always run the installer without registry checks and evaluate the return code. Raise a warning only if its not 0 and not 1638 (newer version already installed). ref T344