Hi,
We are testing a Powerclient installation (PB 22R3 3356).
Our app needs a dll which has to be registered in a special way - using regsvr32 with some extra parameters (serial number).
There is a DLL & OCX Registration button on the External Files tab for regular registrations - not suitable.
I believe our registration could be done in the Preload Event on the Startup tab.
And here's my question. How to make the registration run only during installation or first start?
There are only two options:
Only when the app first starts or is updated
or
Every time the app starts.
We could use a third option - Only when the app first starts.
Any ideas? Thanks in advance.
Tomáš
I had to split it into two scripts.
The first one checks if the dll is registered.
If not, it calls the second one with admin rights.
Regards,
Tomáš
Very good... "What ever works" is my motto! ;-)
Regards ... Chris