Hello,
I use the Surface theme and I'd like to set a selectable per-user and per-machine installation installation.
I set these:
Install parameters:
- Installation type: Per-machine if user is administrator, per-user otherwise
- Application folder is [AI_UserProgramFiles]\product_family\product_name
- everything else is the default as far as I can tell
Under builds, I have the Single EXE setup (resources inside)
I added the InstallTypeDlg in Dialogs.
If I apply the classing theme, then everything works as it should be.
If I apply the BlackSurface theme we used before, then I get weird errors.
First, the install path is not changed whether I am admin or not, and then just before the file copy operation should start, I get an dialog box where I can cancel the installer or go back to the previous step. I cannot proceed with the installation.
I also noticed, that in this case the InstallTypeDlg is after the InstallDlg which does not really make much sense. When using Classic, the FolderDlg is after InstallTypeDlg, as it should be.
Also, another small but quite annoying issue I bumped into:
I also have an Msi only build, where the Package Type is set to Single MSI (resources inside),plus where I set 'Limit to basic user interface' to true.
If I change the theme to classic and back to Surface, then the Package Type for the Msi build is silently changed to Single-Exe.