Installing Packer
Packer by Hashicorp is used to easily build automates images such as Metasploitable 3. Visit https://www.packer.io/downloads.html and download the version of Packer for your OS. In this instance, I've downloaded the Windows 64-bit version:

Once downloaded, extract the contents of the file. There should be one file, in this case packer.exe.
From there, create a folder anywhere you like and name it packer. I've placed it on the C: drive of my system:

At this point, you'll need to add the path to this folder in order to call the Packer application in the Command Prompt. Simply edit your environment variables and paste it into the path to packer.exe.
Go to your Control Panel and click on Advanced system settings:

In the System Properties window, under the Advanced tab, click on Environment Variables:
You should see the Path entry under User variables for admin. In the System variables box, you should also the Path variable with an entry of C:\Program Files (x86)\Common Files\Oracle|Java\javapath:..
Click on the Edit button to continue:
In the Edit environment variable, click on the New button in the top-right corner and select C:\packer from the list in the main window. Click on OK.
To test that the change was successful, launch the Command Prompt and type packer. You should return usage parameters and available commands if all is successful:

- 網絡安全與管理
- 數字身份與元宇宙信任治理
- 工業互聯網安全防護與展望
- 可信計算3.0工程初步
- 網絡安全意識導論
- 深入淺出隱私計算:技術解析與應用實踐
- 等級保護測評理論及應用
- Mastering Kali Linux for Advanced Penetration Testing
- .NET安全攻防指南(上冊)
- Testing and Securing Android Studio Applications
- Mastering Reverse Engineering
- 網絡安全大數據分析與實戰
- Mastering Metasploit
- 企業數據安全防護指南
- Android Application Security Essentials