X10 Community Forum

🖥️ActiveHome Pro => SDK => Topic started by: RichardUK on July 05, 2010, 11:11:55 AM

Title: Can't make app work on other PC without installing SDK
Post by: RichardUK on July 05, 2010, 11:11:55 AM
If I install my app on another PC it fails to load the driver, even if I put the ahscript.dll with the app. If I install AHP it still fails although AHP works. As soon as I install the sdk my program starts to work. Any ideas? :)

Thanks,
Richard e Collins.
Title: Re: Can't make app work on other PC without installing SDK
Post by: RichardUK on July 06, 2010, 04:53:16 AM

What do I need to do to allow my program to run when installed on another PC without telling the user to download and install the AH SDK?

Title: Re: Can't make app work on other PC without installing SDK
Post by: dbemowsk on July 06, 2010, 07:17:05 AM
You may need to register the DLL with windows.  try going to start>run and enter regsvr32 ahscript.dll
Title: Re: Can't make app work on other PC without installing SDK
Post by: RichardUK on July 07, 2010, 04:09:38 AM
As your status says, you are a hero member. :) That seems to have worked ok. I will need to add the line to my installer and test it on a fresh windows install but looking good. :)