Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.basic.visual.misc > #329
| From | "Mayayana" <mayayana@invalid.nospam> |
|---|---|
| Newsgroups | comp.lang.basic.visual.misc |
| Subject | Re: Install Problems |
| Date | 2011-07-11 16:44 -0400 |
| Organization | A noiseless patient Spider |
| Message-ID | <ivfn46$vqq$1@dont-email.me> (permalink) |
| References | <d5mg17p1kennprpt9ke1eekuuase5de4uq@4ax.com> <ivfe1u$sen$1@speranza.aioe.org> |
| you dont need to distribute VB6STKIT, It doesn't need to be going into the system folder, but it is needed for the PDW setup. It handles logging, CAB extraction, and DLL registration. MS made it as a handy little package of functions needed by a typical setup: Public Declare Function DllAbortAction Lib "vb6stkit.dll" Alias "AbortAction" () As Long Public Declare Function DllAddActionNote Lib "vb6stkit.dll" Alias "AddActionNote" (ByVal lpszNote As String) As Long Public Declare Function DllCommitAction Lib "vb6stkit.dll" Alias "CommitAction" () As Long Public Declare Function fDllWithinAction Lib "vb6stkit.dll" Alias "fWithinAction" () As Long Public Declare Function DllLogError Lib "vb6stkit.dll" Alias "LogError" (ByVal lpszERROR As String, ByVal lpszDURINGACTION As String, ByVal lpszErrMsg As String) As Long Public Declare Function DllLogNote Lib "vb6stkit.dll" Alias "LogNote" (ByVal lpszNote As String) As Long Public Declare Function DllLogWarning Lib "vb6stkit.dll" Alias "LogWarning" (ByVal lpszWARNING As String, ByVal lpszDURINGACTION As String, ByVal lpszWarningMsg As String) As Long Public Declare Function DllNewAction Lib "vb6stkit.dll" Alias "NewAction" (ByVal lpszKey As String, ByVal lpszData As String) As Long Public Declare Function DllEnableLogging Lib "vb6stkit.dll" Alias "EnableLogging" (ByVal lpszFilename As String) As Long Public Declare Function DllDisableLogging Lib "vb6stkit.dll" Alias "DisableLogging" () As Long Public Declare Function ExtractFileFromCab Lib "vb6stkit.dll" (ByVal Cab As String, ByVal File As String, ByVal Dest As String, ByVal iCab As Long, ByVal sSrc As String) As Long Public Declare Function DLLSelfRegister Lib "vb6stkit.dll" (ByVal lpDllName As String) As Integer Public Declare Function RegisterTLB Lib "vb6stkit.dll" (ByVal lpTLBName As String) As Integer
Back to comp.lang.basic.visual.misc | Previous | Next — Previous in thread | Next in thread | Find similar
Install Problems hcaulkett@yahoo.com - 2011-07-09 09:42 -0400
Re: Install Problems Deanna Earley <dee.earley@icode.co.uk> - 2011-07-11 14:03 +0100
Re: Install Problems ralph <nt_consulting64@yahoo.net> - 2011-07-11 11:14 -0500
Re: Install Problems "Mayayana" <mayayana@invalid.nospam> - 2011-07-11 12:29 -0400
Re: Install Problems ralph <nt_consulting64@yahoo.net> - 2011-07-11 11:36 -0500
Re: Install Problems "Abhishek" <abhishek007p@hotmail.com> - 2011-07-11 23:35 +0530
Re: Install Problems "Mayayana" <mayayana@invalid.nospam> - 2011-07-11 16:44 -0400
Re: Install Problems "Abhishek" <abhishek007p@hotmail.com> - 2011-07-12 14:04 +0530
Re: Install Problems "Mayayana" <mayayana@invalid.nospam> - 2011-07-12 10:13 -0400
Re: Install Problems HarryC - 2011-07-12 12:24 -0400
Re: Install Problems ralph <nt_consulting64@yahoo.net> - 2011-07-12 11:45 -0500
Re: Install Problems "Abhishek" <abhishek007p@hotmail.com> - 2011-07-12 23:08 +0530
Re: Install Problems "Mayayana" <mayayana@invalid.nospam> - 2011-07-12 15:42 -0400
Re: Install Problems Deanna Earley <dee.earley@icode.co.uk> - 2011-07-13 09:01 +0100
csiph-web