Files
powerfulcomputermanager/docs/example_cooks/install_paintnet.yaml
T
2019-11-19 09:38:03 +01:00

10 lines
315 B
YAML

name: Install Paint.Net depending of Platform
revision: 1
steps:
- IF64BIT|
- REPOTOLOCAL|PaintDotNetMsi/PaintDotNet_424_x64.msi
- INSTALLMSI|PaintDotNet_424_x64.msi
- ELSE|32 Bit
- REPOTOLOCAL|PaintDotNetMsi/PaintDotNet_424_x86.msi
- INSTALLMSI|PaintDotNet_424_x86.msi
- ENDIF|