What I am trying to do is run the installutil that is supposed to execute the install Class in my exe.
I tried to use
Thanks.
I tried to use
new InstalledFileAction("TEST.exe", "", Return.check, When.After, Step.InstallFinalize, Condition.NOT_Installed),
but it doesn't seem to be doing anything. It actually tried to load the app instead of just running the install class and exit. If I use the installutil.exe, it does.Thanks.