Hello,
We have a DVD that follows this chain (when installing on a Server 2008 R2 machine):
-The Launcher.HTA starts the bootstrap EXE (an EXE, MSI and INI file set) created with AI 8.0.2.
-The bootstrap EXE installs and launches a C# app that we have written to allow the user to make selections and installs (among other things) SQL Server 2012 Express.
If I run the C# app directly everything installs (it allows the user to reference the location of the support files).
If I run the bootstrap EXE (that installs the C# app that tries to install SQL Server 2012) SQL Server 2012 Express fails to install.
If I run the Launcher.HTA (that installs bootstrap exe that installs the C# app that tries to install SQL Server 2012) SQL Server 2012 Express fails to install.
It seems to be a UAC issue as a lot of the files for SQL Server are not installed.
I will send the .AIP file and the SQL server logs to Support at AdvancedInstaller dot COM.
Thank you,
Jack