V1.3 patch - Problems installing patch

"Sins of a solar Empire not found"

I'm having some trouble installing the newest patch for Sins. I deleted SD Central because I thought I could always download the patch from here and install it from there, else I would have used that for installing the patch.
I just downloaded the patch, used the patch file on my desk and then I got this message

"The path registry value at HKEY_LOCAL_MACHINE\SOFTWARE\Stardock\Drengin.net\sins appears to be blank.
Please make sure you have the game installed.
This update installation will now exit"

I know I have it installed and I have a valid copy of Sins, so my question is, why won't it install? I'm currently running on Vista *shrugs*
4,135 views 4 replies
Reply #1 Top
If you run regedit from the start menu run box and browse to that location in the registry, is there anything there?
Reply #2 Top
Have you changed the .exe name for Sins Application?

I got the same thing as you, because I changed the name of the of the .exe so you have to change it back to Sins of a Solar Empire.exe then run the patch again.

Worked for me  :p 
Reply #3 Top
I'm having the same problem. Can anyone who does have the registry key look it up and see what needs to be in the key if we want to just add it in ourselves with regedit? ie a string, binary, DWORD, etc. and what needs to be in it? I'm guessing its just a string leading to the sins.exe but I can't figure out what the label should be.
Reply #4 Top
Here's the entire "sins" key.

You can copy and paste the following into a .reg file to import it into your registry, but make sure the path is right for your installation.

Code: xml
  1. Windows Registry Editor Version 5.00
  2. [HKEY_LOCAL_MACHINE\SOFTWARE\Stardock\Drengin.net\sins]
  3. "Store"="$REGISTRATION[code="xml"]
  4. Windows Registry Editor Version 5.00
  5. [HKEY_LOCAL_MACHINE\SOFTWARE\Stardock\Drengin.net\sins]
  6. "Store"="$REGISTRATION$"
  7. "Path"="C:\\Program Files\\Stardock Games\\Sins of a Solar Empire"
  8. "Exe"="Sins of a Solar Empire.exe"
  9. "Version"="1.03"
  10. "Updated"="03/13/2008 10:34:12"
  11. "Type"="production"
  12. "XMLUpdate"="1"
quot;
"Path"="C:\\Program Files\\Stardock Games\\Sins of a Solar Empire"
"Exe"="Sins of a Solar Empire.exe"
"Version"="1.03"
"Updated"="03/13/2008 10:34:12"
"Type"="production"
"XMLUpdate"="1"
[/code]