.net - MSI Install Package -
i'm creating msi install package web app , projects targeted .net 3.5. (in visual studio 2010)
also, have disabled prerequisite installs when generating msi package.
however, when attempting install on machine without .net 4, asks me if wanted install .net framework.
any ideas why? there must setting missing.
update:
i did warning, when building deployment package, this:
warning: target version of .net framework in project not match .net framework launch condition version '.net framework 4 client profile'. update version of .net framework launch condition match target version of the.net framework in advanced compile options dialog box (vb) or application page (c#, f#).
fixed it.
apparently in installer project, make sure refresh dependencies , if view properties of "microsoft .net framework", make sure change 3.5. apparently, not change 3.5 you, you'll have explicitly set here.
Comments
Post a Comment