|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
I have prepared a Package of my Vb Application using VB Pakage & Development Wizard on a windows 2000 platform. Now while intalling the software at the end of the setup I get an Error like-
ERROR: The file 'C:\DOCUME~1\TRANSW~1\LOCALS~1\Temp\msftqws.pdw\$(DLLSelfRegisterEx)' could not be registered because it was not found. and the installation aborted.... I could find the reason . Will any one please suggest me what to do to get rid of this problem ? Please Help me ..... |
|
#2
|
|||
|
|||
|
I have a solution:Edit your Setup.lst file (with WordPad) and scan for MSCAL.OCX. Change the 'SelfRegisterEX' statement to 'SelfRegister.'
|
|
#3
|
||||
|
||||
|
if that doesn't work , then go back through the deployment wizard and make sure that it is referencing that OCX when it is assembling the cab files. if it isn't, then add a reference to it manually.
__________________
Fisherman "Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction." - A.Einstein |
|
#4
|
|||
|
|||
|
Thanks to Cleverpig,
I made the changes as u suggested and it worked.. Thank You , Thank You Very much. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Visual Basic Programming > Error While Istalling a VB Application |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|