I added DetectCondition to "~.wxs" as below. <ExePackage Id="NET480_INSTALL" ...
DetectCondition="(Netfx4FullVersion="4.8.04115") AND (NOT VersionNT64 OR (Netfx4x64FullVersion="4.8.04115"))"
But, I'm wondering if the 4.8.04115 is proper version for comparison input because the below .net framework 4.8 has different versions like both "File version" (4.8.4115.0) and "Product version" (4.8.04115.00) in properties as the below picture.
Would you please let me know which version info is proper one to be input with "Netfx4FullVersion=" ?