RE: INNO Setup - Solved

Author: Kent Belan

Posted: 2011-12-02 at 09:02:44

Hello Tracy and Jeff,

Thanks for the help. I found my problem with

DisableDirPage=Yes

This was stopping the Select Destination Location wizard.

TGIF,

Kent

-----Original Message-----

From: profox-bounces@leafe.com [mailto:profox-bounces@leafe.com] On Behalf

Of Jeff Johnson

Sent: Friday, December 02, 2011 8:56 AM

To: profox@leafe.com

Subject: Re: INNO Setup

On 12/02/2011 06:29 AM, Tracy Pearson wrote:

> Kent Belan<kbelan@mchsi.com> wrote:

>

>> Happy Friday,

>>

>> I am trying to build an update routine for an existing VFP9 app that

>> is already installed.

>>

>> I can not hard code the install folder, so I need to ask the user for

>> the folder to install.

>>

>> I have searched, but can't find the answer, so I will ask here and

>> hope someone knows.

>>

>> Is there a way in Inno setup to allow the user to change the default

>> path where the install will occur ?

>>

>> Something like a Browse button to change the install path would be

>> great.

>>

>> Thanks,

>> Kent

> If you use the same guid key, the installer grabs the last install

location from the registry.

>

> There should also be a screen allowing the user to change the directory by

default.

>

> The DestDir should use the {app} constant.

DefaultDirName=C:\recommended folder

AppendDefaultDirName=yes

UsePreviousAppDir=no

The last line allows you to change the app directory in my setups

Jeff

---------------

Jeff Johnson

jeff@san-dc.com

(623) 582-0323

www.san-dc.com

[excessive quoting removed by server]

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://leafe.com/mailman/listinfo/profox

OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/733901C5B2094D17B917B8C365589895@LaptopW7

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2011 Kent Belan