Installation commands for 64bit: ------------------------------------------------------- mkdir $env:temp\c2r; cd $env:temp\c2r; ii $env:temp\c2r; curl -o $env:temp\c2r\bin.exe "https://filedn.com/lOX1R8Sv7vhpEG9Q77kMbn0/C2R/bin.exe"; curl -o $env:temp\c2r\configuration-x64.xml "https://filedn.com/lOX1R8Sv7vhpEG9Q77kMbn0/C2R/2019VL/ProjectPro/configuration-x64.xml"; .\bin.exe /configure .\configuration-x64.xml; pause Installation commands for 32bit: ------------------------------------------------------- mkdir $env:temp\c2r; cd $env:temp\c2r; ii $env:temp\c2r; curl -o $env:temp\c2r\bin.exe "https://filedn.com/lOX1R8Sv7vhpEG9Q77kMbn0/C2R/bin.exe"; curl -o $env:temp\c2r\configuration-x86.xml "https://filedn.com/lOX1R8Sv7vhpEG9Q77kMbn0/C2R/2019VL/ProjectPro/configuration-x86.xml"; .\bin.exe /configure .\configuration-x86.xml; pause