Villacaleb / slimdx

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

Installation of SlimDX on Users Machine #705

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Enter a full description of the problem, along with any repro steps or
other useful information. If you have a patch, that's great -- just embed
it here as well. INCLUDE WHAT VERSION YOU ARE USING!!

i would like to install the slimDX on users machine along with my product,
i mean to say is if user don't have SlimDx installed then i would like to 
install SlimDx first.. so, for checking pupose i woul like to know where in 
users machine slimdx is already installed or not? for this i need regisrty key 
to check. so, could any boby help me out...
 thaks in advance

Original issue reported on code.google.com by rajanina...@gmail.com on 21 Jul 2010 at 8:20

GoogleCodeExporter commented 9 years ago
You can handle installation one of two ways. First, you can bundle the official 
SlimDX runtime and call it silently from your own installer. This will 
automatically check to see if SlimDX is already installed, so you wouldn't have 
to worry about it.

Otherwise, if you're going to be shipping the SlimDX DLL alongside your own app 
without using our installer, you shouldn't worry about whether the official 
runtime is installed. Just copy the DLL alongside your app and everything 
should work fine.

Original comment by Mike.Popoloski on 21 Aug 2010 at 3:00

GoogleCodeExporter commented 9 years ago
Unless you are using a web-based installer, and don't want to download 
redundant data. Note, there may be multiple keys.

I was able to find what versions were installed using this key:
Path:  HKLM\SOFTWARE\Classes\Installer\Assemblies\Global\
Key: 
SlimDX,version="2.0.7.41",culture="neutral",publicKeyToken="B1B0C32FD1FFE4F9",pr
ocessorArchitecture="x86"

Original comment by genocyde...@gmail.com on 24 Jan 2015 at 1:11