Customizing setup.ini
-
I have a setup.ini file has the information below, created in .NET setup project [MSILoader] MSIFileName=Allianz-PHI-Setup-SW2.msi [FXSection] SupportedRuntimes=1.1.4322 InstallUrl=http://go.microsoft.com/fwlink/?LinkId=9832 Message=1.1.4322 UseDefaultMessage=1 The out put of the above setup projects are setup.exe, setup.ini & Allianz-PHI-Setup-SW2.msi I need to install one more msi package during the setup.exe installation(that is internally calling Allianz-PHI-Setup-SW2.msi) like the same I need to add one more msi called sqlxml.msi. I need to add the sqlxml.msi details into the setup.ini file so that both the packages will get installed. Please advise
-
-
I have a setup.ini file has the information below, created in .NET setup project [MSILoader] MSIFileName=Allianz-PHI-Setup-SW2.msi [FXSection] SupportedRuntimes=1.1.4322 InstallUrl=http://go.microsoft.com/fwlink/?LinkId=9832 Message=1.1.4322 UseDefaultMessage=1 The out put of the above setup projects are setup.exe, setup.ini & Allianz-PHI-Setup-SW2.msi I need to install one more msi package during the setup.exe installation(that is internally calling Allianz-PHI-Setup-SW2.msi) like the same I need to add one more msi called sqlxml.msi. I need to add the sqlxml.msi details into the setup.ini file so that both the packages will get installed. Please advise
-