www.icetips.com  Icetips Utilities Documentation 11/30/2010    

SetupBuilder Class: FinishInstall

Previous  Top  Next  


Prototype: (String pPath, Long pLocal, Long pGlobal),Long,PROC

 

pPathPartial path

 

pLocalLocal CSIDL value, such as IT_CSIDL_PERSONAL

 

pGlobalGlobal CSIDL value, such as IT_CSIDL_COMMON_APPDATA

 

ReturnsReturns number of files copied

 

This mehod is really the only method that you need to use to set up copying files from one place to the other.  See the CopyTheFiles routine in the TestSetupBuilderClass procedure in the UtilDemo.app in your "Clarion\3rdParty\Examples\ITUtilities" folder.

 

Example:

 

CopyTheFiles            ROUTINE

 

If Loc:LocalCSIDLNumber And Loc:GlobalCSIDLNumber

  ITS.FinishInstall(Loc:PartialPath,Loc:LocalCSIDLNumber,Loc:GlobalCSIDLNumber)

End

 

 

See also:

CopyTheFiles

SetGlobalCSIDL

SetLocalCSIDL

SetPathString

 

 

 



Direct link to this page: http://www.icetips.com/manuals/utilities/finishinstall_setupbuilder.htm