PDA

View Full Version : install trouble


msalga
10-21-2004, 12:27 PM
:huh
Fellas:
When I try to install mi setup package of my system in visual Basic 6.0 with Setup Factory 7.0 , the instalation give me the next message:

"Can't create the folder %CommonFile%\Microsoft Shared\ADO".-
I'm trying to install under Windows 2000 professinal.
Can somebody help me ?

thank's. Marcelo.-

Jason Pate
10-21-2004, 04:57 PM
Do you have Admin right on that the computer?

gbrown
10-25-2004, 04:42 PM
We had a discussion about this a couple of weeks ago. I finally chalked it up to "conversion of existing project" and let it go at that. I've not had it happen on a NEW project. Is your's a conversion?

SUF6NEWBIE
10-25-2004, 07:08 PM
in path references check-try:

(most session variables were changed in SUF7)

%CommonFilesFolder%

%DAOPath% (I know you referenced ADO)

note the use of the coding action SessionVar.Expand("%CommonFilesFolder%" ....

In the Help Documentation is a complete list-comparison
of SUF6 variables and the equivelent SUF7 variables you must use.