Kai-Peter
02-13-2003, 01:15 AM
I am using the excellent InnoSetup for creating my installation packets and one problem recently surfaced. The problem is when the user doesn't have access to the "Program Files" folder, which is common in many network environment. The straightforward solution is to use the dialog that lets the user decide place of installation but I would like to do better:
1. Test a number of locations in order (Program Files, User own directory) and automatically install in first that works
2. Pop up the dialog if no suitable directory can be found.
Is this possible using Inno? I haven't figured out how to do it.
1. Test a number of locations in order (Program Files, User own directory) and automatically install in first that works
2. Pop up the dialog if no suitable directory can be found.
Is this possible using Inno? I haven't figured out how to do it.