INTELLIGENT WORK FORUMS FOR COMPUTER PROFESSIONALS
Come Join Us!
- Talk With Other Members
- Be Notified Of Responses
To Your Posts
- Keyword Search
- One-Click Access To Your
Favorite Forums
- Automated Signatures
On Your Posts
- Best Of All, It's Free!
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.
Partner With Us!
"Best Of Breed" Forums Add Stickiness To Your Site

(Download This Button Today!)
Member Feedback
"...I wish I knew about this site years ago. It would have saved me a lot of heartaches..."
Geography
Where in the world do Tek-Tips members come from?
|
activeX control version controlling
|
|
Hi I have an activeX control and made cab file out of it to distribute it through the web. everything is working fine but if i make any changes to the control and implement a new cab file with the same name..the change is not being reflected on the client machine. that is the version is not updated. How to automatically make the activeX control take charge of updating the client system??? Gohan |
|
|
xquiky (IS/IT--Management) |
11 Apr 03 18:47 |
You need to update the version information in the .INF file in your cab and in the HTML code referring to the cab file. Internet Explorer checks the version number against what it downloaded last. If they are the same, it wont download another one. Brian Seekford http://www.SeekfordSolutions.com |
|
how do we update the version information in the .INF file in our cab and in the HTML code? do we have to do it manually opening the file or is there any other way such that when we develop a cab file it automatically generates the new cab with new version? Thanx in advance Gohan |
|
|
xquiky (IS/IT--Management) |
2 Jun 03 23:46 |
Sorry havent checked this forum lately. You need to manually open the INF file and edit it. Also you need to make sure you increment the version on your OCX file each new revision. Brian Seekford http://www.SeekfordSolutions.com Brian Seekford Seekford Solutions, Inc. http://www.SeekfordSolutions.com Internet Protocol Controls and GUI Enhancers |
|
|
 |
|