Hi, all,

I create a vb6 exe file and I created setup file by using vb package & deployment wizard, but It worked not well, when user install it, it always give error message "XXX.dll file is in in-use....", "xxx.dll has later version, recommend you keep your local verion......", very annoying, so I want to create a setup file using another way.

Many people recommend use INNO Setup & ISTool. I download this pack and follow the instruction as the following:
1: Installing the VB system DLLs, I download vb6sp6sys.zip and create a folder to extract all the dll files then drag them to ISTool "Files and Dirs", is it right? do I need to register them? How? or Do I need to replace my local files in /Windows/System32/?

2: My project also need msvcrt.dll, msimg32.dll, do I need to add them to ISTool? when I add it from my /Windows/System32/, when compile I got error message like "You cannot get this file from you local window system directory". so I create another folder and put these two dll files in that folder than add them to ISTool, no problem for compile now. But when I run the setup file, I got error "Unable to register the DLL/OCX: RegSvr32 failed with exit code 0x4". why??????

3: I ignor above error while setup, after finish I cannot find where the project is after setup, not in desktop, also not found in start->all programs. How can I set it be visible in start->all programs??????

Sorry I am total new for this topic and my schedule is very tie, please help me to go throught it.

Thanks a lot

Andraw