Skip to content
Discussion options

You must be logged in to vote

Hi,
I thnik that i solved this issue by replacing the 'Name' attibute by 'SourceFile' attribute; be careful, the 'SourceFile' attribute has to be a relative path. This gives something like this:
`
<util:RegistrySearchRef Id="NETFRAMEWORK45" />

	<WixVariable Id="WixMbaPrereqPackageId" Value="NetFx472Redist" />
	<WixVariable Id="WixMbaPrereqLicenseUrl" Value="$(var.NetFx472EulaLink)" Overridable="yes" />
	<WixVariable Id="NetFx472RedistDetectCondition" Value="NETFRAMEWORK45 &gt;= $(var.NetFx472MinRelease)" Overridable="yes" />
	<WixVariable Id="NetFx472RedistInstallCondition" Value="" Overridable="yes" />
	<WixVariable Id="NetFx472RedistPackageDirectory" Value="..\Install_Common\" Overrida…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@robmen
Comment options

@pas059
Comment options

Answer selected by pas059
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants