Just realized that the .NET installer was throwing an error because it was missing WIC ... is there a prereq package for this available for Advanced Installer?
EDIT: Ok, now I really feel silly ... I didn't realize how easy it was to create your own prerequisites ...
Here is what I used for my WIC settings:
Properties:
- Name: Windows Imaging Component
- Min Version: 1.0
Setup Files:
- Download single file from URL
- URL:
http://download.microsoft.com/download/ ... 86_enu.exe
- Install Command Lines: /q /norestart
Install Conditions:
- File Version: [SystemFolder]WindowsCodecs.dll (1.0+)
- Registry key exists: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\WIC
- Install only if all conditions are false