New user questions
Posted: Sun Jan 22, 2006 9:51 am
Hi
Our current installer is written in C++ and uses the old microsoft setup api - the old roll your own stuff.
I want to get on a current installer with web install and 7zip compression.
We have a database that's installed on the end users computer, and runs over 700 meg uncompressed - 7zip gets it under 200 meg.
We install programs in the standard program directory, and the data files in a different directory that defaults to C:\\Quotes Plus Data
How do I set up the data directory in the installer, defaulting to C:\\Quotes Plus Data - and let the user change it if required. Do I have to create my own dialog?
In the Files dialog, when I try to add a directory off of the Target Folders tree, the InstallAware software just hangs, and I have to kill the process.
Also, how do I restrict the setup type to Complete setup and Personalized setup, I don't need a minimum setup.
Thanks,
Gary
Our current installer is written in C++ and uses the old microsoft setup api - the old roll your own stuff.
I want to get on a current installer with web install and 7zip compression.
We have a database that's installed on the end users computer, and runs over 700 meg uncompressed - 7zip gets it under 200 meg.
We install programs in the standard program directory, and the data files in a different directory that defaults to C:\\Quotes Plus Data
How do I set up the data directory in the installer, defaulting to C:\\Quotes Plus Data - and let the user change it if required. Do I have to create my own dialog?
In the Files dialog, when I try to add a directory off of the Target Folders tree, the InstallAware software just hangs, and I have to kill the process.
Also, how do I restrict the setup type to Complete setup and Personalized setup, I don't need a minimum setup.
Thanks,
Gary