RETScreen Expert allows for the comprehensive identification, assessment and optimization of the technical and financial viability of potential renewable energy, energy efficiency and cogeneration projects; the measurement and verification of the actual performance of facilities; the identification of energy savings/production opportunities; and portfolio management of multiple facilities. This article will serve as an informative guide and give you a clear understanding of how to perform a silent installation of RETScreen Expert from the command line using the EXE installer.
How to Install RETScreen Expert Silently
RETScreen Expert Silent Install (EXE)
- Navigate to: https://nrcaniets.blob.core.windows.net/iets/RETScreenExpertInstaller.exe
- Download & Copy the RETScreenExpertInstaller.exe to a folder created at (C:\Downloads)
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- Enter the following command: RETScreenExpertInstaller.exe /install /quiet /norestart
- Press Enter
After a few moments you will see the RETScreen Expert Desktop Shortcut appear. You will also find entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.
Software Title: | RETScreen Expert |
Vendor: | Natural Resources Canada – Ressources naturelles Canada |
Architecture: | x86_x64 |
Installer Type: | EXE |
Silent Install Switch: | RETScreenExpertInstaller.exe /install /quiet /norestart |
Silent Uninstall Switch: | RETScreenExpertInstaller.exe /uninstall /quiet /norestart |
Repair Command: | RETScreenExpertInstaller.exe /repair /quiet /norestart |
Download Link: | https://nrcaniets.blob.core.windows.net/iets/RETScreenExpertInstaller.exe |
PowerShell Script: | https://silentinstallhq.com/retscreen-expert-install-and-uninstall-powershell/ |
Detection Script: | https://silentinstallhq.com/create-a-custom-detection-script-for-retscreen-expert-powershell/ |
The information above provides a quick overview of the software title, vendor, silent install, and silent uninstall switches. The download links provided take you directly to the vendors website. Continue reading if you are interested in additional details and configurations.
Additional Configurations
Create a RETScreen Expert Installation Log File
The RETScreen Expert installer offers the option to generate a log file during installation to assist with troubleshooting should any problems arise. You can use the following command to create a verbose log file with details about the installation.
RETScreen Expert Silent Install (EXE) with Logging
RETScreenExpertInstaller.exe /install /quiet /norestart /log "%WINDIR%\Temp\RETScreenExpert-Install.log" |
Suppress Professional Mode Subscription Dialog
- Open Notepad or your favorite text editor
- Add the following lines:
<?xml version="1.0"?>
<Preferences xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Preference>
<Preference Key="License.ShowFirstBootLicenseDialog">
<Value xsi:type="xsd:boolean">false</Value>
</Preference>
</Preference>
</Preferences>
- Save the file to C:\Downloads and name it: user.data
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- Enter the following command:
xcopy /y ".\user.data" "%LocalAppData%\RETScreen\RETScreen Expert\" |
How to Uninstall RETScreen Expert Silently
Check out the following posts for a scripted solution:
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Enter the following command:
RETScreen Expert Silent Uninstall (EXE)
RETScreenExpertInstaller.exe /uninstall /quiet /norestart |
Always make sure to test everything in a development environment prior to implementing anything into production. The information in this article is provided “As Is” without warranty of any kind.