7 lines
253 B
PowerShell
7 lines
253 B
PowerShell
################################################################################
|
|
## File: Install-InnoSetup.ps1
|
|
## Desc: Install Inno Setup
|
|
################################################################################
|
|
|
|
choco install innosetup -y
|