Thanks..
I use NSIS 2.22, with the Eclipse IDE plugin.
I plan to use dgdksetup.exe to do the installing with a ExecWait call. Right now its 1 file that I could register, but that could change.
All I want to know is if its installed. Gives my setups a little flexibility: I can choose to either deploy the dgdk runtime with the setup files, or, not, but still be able to check for it.
Right now, most of the machines I will deploy to wont have it. I thought it would be nice to check. if it's not, go ahead and pre install. It wont hurt anything. well, shouldnt hurt anything.
Later, if more dgdk.net releases are made, and I use newer features that requires a newer lib, then knowing what version is installed would be nice before I execute the dgdk setup. A simple:
Quote: "
HKLMSoftwareThe Game CreatorsDGDK.NetVersion REG_SZ "1.0.6.0"
"
or something along that line, would be nice. Allows the runtime to change AppIds and file locations, and still gives our scripts a single point of contact.
edit: The one thing I have changed was rename the dgdksetup.exe to dgdknet1060setup.exe