Al
I run this when the clients lose the help file, get them to run as 
administrator

lStartPathDll=lStartPath+'\foxhhelpps9.dll'
lStartPathExe=lStartPath+'\foxhhelp9.EXE'
TRY
  RUN /N regsvr32.exe /s (lStartPathDll)
CATCH
  MESSAGEBOX( "Opps, Failed to register foxhhelpps9.dll" + CHR(13)+ 
CHR(13) ;
  +"You can continue without it ";
, 0+64+0, "Error", 0 )  &&  OK = 1
FINALLY
ENDTRY
TRY
* corrected error 11/03/03
RUN /N &lStartPathExe /REGSERVER
*RUN /N (lStartPathExe) /REGSERVER
CATCH
  MESSAGEBOX( "Opps, Failed to register foxhhelp9.exe" + CHR(13)+CHR(13);
+"You can continue without it ";
, 0+64+0, "Error", 0 )  &&  OK = 1
FINALLY
ENDTRY

Kind regards

Andrew Stirling
01250 874580
[email protected]
http://www.calcpay.co.uk
HMRC Accredited since 12/01/2004

On 01/08/2012 17:01, Allen wrote:
> I did wonder on this but I tested the install on a windows 8 and it worked
> fine. However I know that a previous version was tried on this PC and I'm
> thinking Tracy is right.
> BTW I think one of the VFP files needs to be registered. Anyone know which
> one
> Al
>
> -----Original Message-----
> From: [email protected] [mailto:[email protected]] On
> Behalf Of Dave Crozier
> Sent: 01 August 2012 17:58
> To: [email protected]
> Subject: RE: VFP has stopped working
>
> Al,
> Administrator login doesn't matter as you still should install the .exe or
> .msi by running it with administrator rights (right click & run as admin...
> etc)
>
> Dave
>
>
>
>
[excessive quoting removed by server]

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to