NewsArchive
06-25-2007, 05:09 AM
In the past we've installed to a C:\MyAPP folder with
subfolders for data, backup, etc. and used an _.ini file to
locate data if the default subfolder was not used. The
installing user only needed an assign the Install.to folder,
Since Vista doesn't like that I want to ask the user:
- where to install the program.files which will default to
CSIDL_PROGRAM_FILES\MyApp
- where to install the data.files which will default to
CSIDL_COMMON_DOCUMENTS\MyApp
That all works fine!
My question is the appearance of the Ready to Install
confirmation
I've added the data.files install path to the confirmation
as an Additional Information Variable on the Advanced.tab
and it is displayed following the Disk Space Requirements
BUT -
I'd like it to follow immediately below the Destination
Folder in which the files will be placed,
I think the question is:
"How do I display more than 1 entry for the user to
confirm?"
or maybe it is
"How can I add to the list of values/vairables that are
presented by the confirmation review?
Thanks
Guy
subfolders for data, backup, etc. and used an _.ini file to
locate data if the default subfolder was not used. The
installing user only needed an assign the Install.to folder,
Since Vista doesn't like that I want to ask the user:
- where to install the program.files which will default to
CSIDL_PROGRAM_FILES\MyApp
- where to install the data.files which will default to
CSIDL_COMMON_DOCUMENTS\MyApp
That all works fine!
My question is the appearance of the Ready to Install
confirmation
I've added the data.files install path to the confirmation
as an Additional Information Variable on the Advanced.tab
and it is displayed following the Disk Space Requirements
BUT -
I'd like it to follow immediately below the Destination
Folder in which the files will be placed,
I think the question is:
"How do I display more than 1 entry for the user to
confirm?"
or maybe it is
"How can I add to the list of values/vairables that are
presented by the confirmation review?
Thanks
Guy