With the "InstallTypeDlg" it works.
A related small problem:
I have some registry settings to HKEY_Local_Machine.
Can I avoid them only in "per user" mode?
(as it now creates an error message and I would want to ignore them but only if installation is per user)
Thanks,
Yigal
Hi,
With the aip you sent me we are back at square one:
For administrator user it successfully installs in Program Files
For non administrator user it STILL suggests installation in c:\Program Files and fails.
Log is attached (non administrator).
Thanks,
Yigal
I tried: Application Folder: [AI_UserProgramFiles] and then the application was installed under "D:\APPDIR". This is not a standard place to install applications, is it?
I tried: Application Folder: [AI_UserProgramFiles][ShortManufacturer2]\[ProductName] (to have different applications in different ...
I'm using Advanced Installer 10.9.1 In Install parameters section, I select Installation type = "Per Machine if user is administrator, per user otherwise" In Windows 7 64 bit enterprise edition I created a "test" user which is NOT an administrator. (Belongs to local "Users" group). When I run the ...
I'm trying Advance Installer 10.9.1 I'm upgrading from Advance Installer 4 in order to support side by side installation for windows 32 and 64 I need to install as a prerequisite Visual C++ 2008 redistributable, files: vcredist_x64.exe OR vcredist_x86.exe
I have added a new dialogue box that asks the user if to download and install the add-on (with a check box as you initially suggested). The CA is a .exe instalation of the 'add-on'. I built this installation as a "thin" .exe and a remote .msi that resides on the server. If the user checks ...
I'm using the trial version of Enterprise edition.
I added a button at ExitDlg, near the "Finish" button.
How do I make this button download and install another instalation (which is the "addon")?
Thanks,
Yigal
Hi Gigi, Under "ExitDialog" you can add a check box "Install Add-on...". I'm selecting "ExitDialog" and have only options to "Show read me file" and "Launch application". I have Advance Installer version 4.6.4 License type professional. Is this the problem? If not please be more specific with the ...
Hello, We would like to allow the user the option to download and install an additional "add-on" at the end of the installation. First, the user downloads and executes ("Bootstrapper") the basic instalation (it is ~10MB). When this installation is about to finish we would like to ask the user if s ...