I've build a com server (VFP7 SP1) and want the server to registrer automatically when the user starts up another foxpro .exe that uses that com server.
I've included the following lines:
lcpad = CURDIR()
lcCommand = "run /N2 "+lcpad+"controle.exe" " /regserver"
&lcCommand
That works fine as long as the user has sufficient rights to write in the registry.
But what to do if that is not the case? Is there another way to registrer the com server?
I've included the following lines:
lcpad = CURDIR()
lcCommand = "run /N2 "+lcpad+"controle.exe" " /regserver"
&lcCommand
That works fine as long as the user has sufficient rights to write in the registry.
But what to do if that is not the case? Is there another way to registrer the com server?