Xonxt / slimdx

Automatically exported from code.google.com/p/slimdx
MIT License
0 stars 0 forks source link

Problem when deploying VS2010 project with slimdx runtime #889

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Setup has detected that the file 
C:\Users\...\VSDE169.tmp\SlimDXJan2012_VS10_Net40_x86\SlimDX Runtime .NET 4.0 
x64 (January 2012).msi has either changed since it was initially published or 
may be corrupt.

SlimDX SDK(January2012).msi downloaded, SHA1 verified, installed. 
SlimDX Runtime.NET4.0x64 (January 2012).msi executes without problems when 
doubleclicked but during clickonce setup i've received above error.
My system win 7 64bit, vs2010 c# Express updated, .NET framework 4.0.

What should I do, or check?

regards, Ekos

Original issue reported on code.google.com by uroczysk...@wp.eu on 8 Jan 2013 at 9:16

GoogleCodeExporter commented 9 years ago
Nothing has changed with that download in basically a year. Not sure what might 
be causing this.

Original comment by Mike.Popoloski on 13 Jan 2013 at 7:46

GoogleCodeExporter commented 9 years ago
Rolling into previous issue.

Original comment by Mike.Popoloski on 24 Jan 2013 at 4:05

GoogleCodeExporter commented 9 years ago
I have this same issue, too. I was able to get it working by signing (pfx) the 
SlimDX installer. I think signing is needed in this kind of situation where 
something is installed over Internet (Microsoft's policy or something like 
that).

Then another problem occured. The runtime installer does not seem to correctly 
check whether it is installed. When I have both x86 and x64 version installed 
and try to install a ClickOnce application that has those two as prerequisites, 
ClickOnce installation fails. Naturally I can install the application by 
clicking the link that points to the .application file.

Is this a bug in SlimDX runtime installer or in the setup.exe that Visual 
Studio's publish tool generates?

Original comment by mrc...@gmail.com on 18 Apr 2013 at 10:11