[XP.PRO.SP2][VFP9.SP1]

Hi,

I'm new in install shield installations... my program structure installation
is:

- <program folder> generally in local machine (C:)
- <database folder> generally in network server (F: or G: .... )

How i can in the intallation process ask to end user both path for <program
folder> and <database folder>? it seems that the installation process only
ask for <program folder>.. and i want for both folders!

Note: i don't use "c:\program file\<my aplication folder>\".. i use
"c:\<program folder>\" and the same way for database folder...

TIA,

ATSP

Re: How to create a multi installation with install shield (VFP9)? by Roger

Roger
Fri Dec 29 08:02:45 CST 2006

"ATSPSoft" <atspsoft@netvisao.pt> wrote in message
news:newscache$9la1bj$0ue$1@newsfront4.netvisao.pt
> [XP.PRO.SP2][VFP9.SP1]
>
> Hi,
>
> I'm new in install shield installations...

Good luck!

> my program structure
> installation is:
>
> - <program folder> generally in local machine (C:)
> - <database folder> generally in network server (F: or G: ....
> )
> How i can in the intallation process ask to end user both path for
> <program folder> and <database folder>? it seems that the
> installation process only ask for <program folder>.. and i want for
> both folders!

I've done this in a many of my VFP "shrink-wrap" apps, however
I use the Developer version of InstallShield, not the version of IS
Express which ships with VFP, so even if I told you how to
do it, I'm not sure you could replicate it in IS Express.

What youre attempting is no trivial task and is really beyond the
scope of this NG. Creating an installation package using IS
(which is little more than a wrapper around Windows Installer)
particularly for use in a multi-user environment is every bit as
critical as your VFP app's design.
For example ... you want to install your app in a local
folder but its data in a folder on a network share,
right? OK, so how will your VFP app know where to look
for its data? Do you want IS and your VFP app to handle
this automatically, or do you require some techie to configure
the app at your user's site, post installation?

-Roger



Re: How to create a multi installation with install shield (VFP9)? by Jacques

Jacques
Tue Jan 02 10:42:14 CST 2007

From I.S. Express v.5
Left panel: Step 2
- Specify Application Data
- Files
- Destination Computer panel
- Add a folder (Ins key): My DataFolder[DATABASEDIR]
You can drag from above panel & drop into the right panel (Dstination
computer's file) any files you want to be copied at installation time.

Left Panel Step 3
- Cusromize the setup appearence
- Dialog
- Check Data Base Folder

Hope this answers your question
Jacques Mangold.

"ATSPSoft" <atspsoft@netvisao.pt> wrote in message
news:newscache$9la1bj$0ue$1@newsfront4.netvisao.pt...
> [XP.PRO.SP2][VFP9.SP1]
>
> Hi,
>
> I'm new in install shield installations... my program structure
installation
> is:
>
> - <program folder> generally in local machine (C:)
> - <database folder> generally in network server (F: or G: .... )
>
> How i can in the intallation process ask to end user both path for
<program
> folder> and <database folder>? it seems that the installation process only
> ask for <program folder>.. and i want for both folders!
>
> Note: i don't use "c:\program file\<my aplication folder>\".. i use
> "c:\<program folder>\" and the same way for database folder...
>
> TIA,
>
> ATSP
>
>



Re: How to create a multi installation with install shield (VFP9)? by deciacco

deciacco
Tue Jan 02 10:46:32 CST 2007

I haven't done what you are trying to do, but take a look at Inno setup.
http://www.jrsoftware.org/isinfo.php

I'm sure you can do it with Inno. You may have to create your own
screen.(There are links to utilities to create screens for Inno on the
Jrsoftware site.)

The Fox wiki has some samples to get you started.
http://fox.wikis.com/wc.dll?Wiki~InnoScripts

I used InstallShield because it was quick and easy, but after taking the
time to learn Inno, I like it even more. It gives you more flexibility
than IS Express.

When you figure it out share it with the rest of us!!

Good luck!


ATSPSoft wrote:
> [XP.PRO.SP2][VFP9.SP1]
>
> Hi,
>
> I'm new in install shield installations... my program structure installation
> is:
>
> - <program folder> generally in local machine (C:)
> - <database folder> generally in network server (F: or G: .... )
>
> How i can in the intallation process ask to end user both path for <program
> folder> and <database folder>? it seems that the installation process only
> ask for <program folder>.. and i want for both folders!
>
> Note: i don't use "c:\program file\<my aplication folder>\".. i use
> "c:\<program folder>\" and the same way for database folder...
>
> TIA,
>
> ATSP
>
>