Nested install
Posted: Sun Dec 09, 2007 4:28 pm
Hi all,
I am wanting to do a nested install. Our situation is that every month we send out data files to our customers, and about every 4-6 months we send out program updates, which include the data updates. So I had the bright idea that I could do an install for the data files, and then an install for the program, which then starts the data file install.
Is there a way to either:
Build an InstallAware as an .msi, not a full .exe (I have seen some threads mentioning Group Policy, but I'd rather do it directly from IA if possible. From what I've read in the forums here, there seem to be some problems with this option.)
or
Launch an InstallAware installation (setup.exe) with something like Windows Installer's "/passive" option, so it just does an installation, using default values, showing progress only.
Is it possible maybe to launch Windows Installer and pass it the setup.exe as a command line option, or launch the setup.exe with an extract only option, to get to the msi to pass to Windows Installer?
Thanks for any suggestions.
I am wanting to do a nested install. Our situation is that every month we send out data files to our customers, and about every 4-6 months we send out program updates, which include the data updates. So I had the bright idea that I could do an install for the data files, and then an install for the program, which then starts the data file install.
Is there a way to either:
Build an InstallAware as an .msi, not a full .exe (I have seen some threads mentioning Group Policy, but I'd rather do it directly from IA if possible. From what I've read in the forums here, there seem to be some problems with this option.)
or
Launch an InstallAware installation (setup.exe) with something like Windows Installer's "/passive" option, so it just does an installation, using default values, showing progress only.
Is it possible maybe to launch Windows Installer and pass it the setup.exe as a command line option, or launch the setup.exe with an extract only option, to get to the msi to pass to Windows Installer?
Thanks for any suggestions.