Cannot read input from Bootstrapper variable in Managed Bootstrapper Application C#-Code
问题 I have programmed setup with a managed bootstrapper application. In my solution are the following projects: - Setup.msi : The MSI-project to install - Setup.UI.dll : The WPF-GUI for the installation process - Bootstrapper.exe : The bootstrapper-project - Launcher.exe : A WPF-app to start the bootstrapper In the bootstrapper bundle i have defined a variable for the installationfolder: <Variable Name="INSTALLFOLDER" bal:Overridable="yes" Type="string" Value="[ProgramFilesFolder]"/> This