 |
vivek_g27 Level: Sage
 Registered: 06-04-2005 Posts: 57
|
Re: installation problem
I USE PACKAGE AND DEPLOYMENT WIZARD.
|
|
03-04-2006 at 11:31 AM |
|
|
Goran Level: Moderator
 Registered: 16-05-2002 Posts: 1681
|
Re: installation problem
quote: question1: is it necessary to distribute set up file (or) whether the *.exe is sufficient.
Since you will be installing it on Win9x, exe is not enough. Also, usually dll/ocx needs to be registered on machine, not just copied.
quote: uestion2: how do i ensure that the software will run in win 95,98,me,xp without problems.
The only sure way is to test the installation on the 'clean installation of all OS's' that will be supported. By 'clean installation of OS' I mean you should be testing it on the Win95 that is just installed, Win98, etc, etc
quote: uestion3: Can i change the path of the DLL files from C:\windows\system32 to "App.path". is it necessary for the files to stay in system 32 directory
Yes, altough if you are installing some common files, it is not recommended...
quote: Question4: if the dll files can be put in some places also, will another version of the dll (different version from system32 folder) run successfully.
Welcome to DLL Hell. There are many topics on the net that try to deal with this issue. Recommended way for most dll's that are part of Windows Os is to be installed in %System% directory.
%System% directory on Win 9x OS is located in \Windows\Ststem
%System% directory on NT OS is located in \Windows\Ststem32
INstallers do a pretty good job with this problems you are facing, and hide most of the issues from you. You should use Visual Studio Installer, its free and better than PDW.
____________________________
If you find the answer helpful, please mark this topic as solved.
|
|
03-04-2006 at 05:08 PM |
|
|
|
|
 |
 |