
TKnoll.20171104044036 asked a question.
.NET 2.0 Prereq for an MSI?
I have a basic MSI project which I would like to keep as a MSI which has a .NET 2.0 prereq. It seems I need to package it as a Setup.exe to keep the prereq. Is there a way to package it as an MSI with the prereq?
I want to keep it as an MSI since I need to query on it later from a C program to determine its version number. I do this currently in C using MsiOpenDatabaseW and MsiViewExecute.
Thank you in advance for any help.
Tim.
TK.