Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Email Automation via SMTP Server
Message
 
 
To
07/10/2003 14:50:43
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00813190
Message ID:
00835921
Views:
41
>>>I do not know but ask Houston, all of the code is his..
>>
>>Dang, I just remembered saying I would send you my SMTP mailer which uses Event Binding to provide user feedback (on large attachments) - maybe I should include Colin?
>
>I am still running into issues trying to deploy the new component...my life would be much easier if I could use InstallShield rather than manually registry. Does your program do anything programatic with the mswinsck.ocx in regards to ensuring that it is registered on the client machine?

My routine assumes that all required OCX's (or DLL's) are correctly installed. However, you could include these files in your Exe and (if not already installed - or uninstalled) then copy them to any suitable folder, then conditionally register them programmatically using:
RUN REGSVR32 .../SomePath/mswinsck.ocx /s
The /s suppresses any message boxes.
censored.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform