|
-
Jan 13th, 2006, 07:17 PM
#1
Thread Starter
Hyperactive Member
How to make installation not replace files?
I'm packaging my application using Visual Basic's built-in software "Package & Deployment Wizard". This works okay and creates a working installation.
The problem occurs when someone that already has some controls installed (i.e. MSCOMCTL.OCX) or some VB6 runtime file and has another program in the background USING them, the installation will report an error "File already being in use, Ignore/Retry/Abort".
Now should the user wisely enough choose to Ignore this dialog, another message comes up warning him about the dangers of ignoring files and that the whole app might stop working and perhaps even the whole system etc.. Should he attempt to cheat faith and press Yes, another file in use will cause the same error again and the user will think "It's better to Abort".
At least that's what three of my beta-testers said. And I can understand them, the installation is supposed to provide assistance to beginners, right? Like install any missing dependencies, not just replace the lot.
If not, then how is making a .CAB any better than just making a .ZIP-file with all the required dll's and program files?
I'm confused about this, i think it's only me that doesn't knwo how to use Package & Deployment Wizard correctly. Could anyone point me in the right direction? Orperhaps there's another type of installation software more suited for this?
Signed, Rodik ([email protected])
Programmer,usesVB6ED
===========================
Copyright©RodikCo,2002.
Dont mind this signature ;] Its old
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|