G
Guest
Hi,
I added dotnetfx.exe to a setup project as a custom action to be installed
before the main app is installed.
I set the Arguments property to /q:a /c:"install /l /q" for a silent
install but it complains that its already installed, then I set the
Condition to check as Installed == false and that doesnt work.
How can one do this on a setup project?
Thanks.
I added dotnetfx.exe to a setup project as a custom action to be installed
before the main app is installed.
I set the Arguments property to /q:a /c:"install /l /q" for a silent
install but it complains that its already installed, then I set the
Condition to check as Installed == false and that doesnt work.
How can one do this on a setup project?
Thanks.