Hood Gardner
Network Administrator/Webmaster
Osment Models, Inc.
I faced the installation problm with VFP since I needed to install the main
application on a network HD but run it from all workstations,
I ended up using two projects!
One is the original project having everything in it and a second project
that has only the OCXs & DLLs and an icon showing a text file telling the
user how to change the shortcut to point to the main application on the
network.
I made 2 distribution sets, one for the server (from the 1st project) & one
for Workstation Installation (from the second project)
I put both sets on the distribution CD and have the user setup each
workstation.
Hope this help.
Cheers,
Waleed,
Hood,
I wouldn't go so far to say that they support all MS dev environments.
I would love to distribute my VFP app using InstallShield. I called
them and asked if they support VFP. They said it should work but they
couldn't say for sure. So I asked them - if I bought the product and
had trouble getting it to work with VFP, would they support it and
they said no - nobody there knows how to use it with VFP.
Now I'm not saying it won't work, but I'm not going to drop $700 of my
money for no support and a bit headache. I've seen several requests on
this newsgroup for help on using InstallShield with VFP, but no
replies.
Mike Piehl
Locutus Software Inc.
Waleed,
What did you build 2 projects with? InstallShield or VFP Setup Wizard?
I would like to find someone who used InstallShield with VFP.
One neat feature is that it will monitor your running application and create a
list of all support dll's and their locations that are used by your application
and include them in the setup. These files would not include the ODBC
administrator accessed by a user through the control panel, so I would not
recommend going that route however, even if your code sets up new ODBC
connections programmatically.
To be safe, and because no one seems to have a list of all the files needed for
VFP runtime and ODBC :(, I plan to comb through my list of files included by
VFP's setup wizard with and without VFP runtime and ODBC to deduce which files
are actually needed and which files are just used by VFP Setup to do an
installation on the user's system.
Cheers,
- Carlos
YC Lo <yc...@rocketmail.com> wrote in article <33EBE3...@rocketmail.com>...
> Waleed,
>
> What did you build 2 projects with? InstallShield or VFP Setup Wizard?
It was VFP Setup Wizard!
> I would like to find someone who used InstallShield with VFP.
As far as I know, you can't use InstallShield with VFP. I didn't try it but
a friend of mine tried but in vain! .. I think we need to stick to the Foxy
Installation :-)
Thanks,
Brett :)
Please read my Re to Michael above, I've solve the problem of WS setup
using the setup wizard & it's working just fine.
Waleed Hassan
Does anyoune know whether including this file into a distribution set,
using other installsoftware like InstallShield Express (not VFP Setup)
would work?
Thanks.
I'm working with Install shield 5.0 and see no reason why it should not
work. I have built a .exe install file for my workstations and it works
fine. I don't do any registration at all. I know I would have to place
registry entries if my app was to be a OLE sever or such but it does run
my app just fine. I included OLEAUT32.dll. The install wizard looks
funky to me and it doesn't have the hooks I need. I could also use a
list of what the install wizard registers!
I will let the list know how Install shield 5.0 pans out for VFP!
Theo