Group Policies SW-Dist. and setup.exe
Hello Package Experts
With the native Windows Server 2003 Group Policy and *.msi / *.mst Files, i have installed some Software Distribution in smaller environments with success. With "repackaging", i could also distribute som "non-native-msi" Applications.
But what i want is to distribute and launch "unattended installation" on behalf of native group policies. The *.zap File is not a solution, because it runs in user context and only to publish software.
Exists a solution to use GPO's Software distribution with Applications installable only by "setup.exe /... " e.g. by launch the setup-command within a *.msi?
Thanks and regards.
With the native Windows Server 2003 Group Policy and *.msi / *.mst Files, i have installed some Software Distribution in smaller environments with success. With "repackaging", i could also distribute som "non-native-msi" Applications.
But what i want is to distribute and launch "unattended installation" on behalf of native group policies. The *.zap File is not a solution, because it runs in user context and only to publish software.
Exists a solution to use GPO's Software distribution with Applications installable only by "setup.exe /... " e.g. by launch the setup-command within a *.msi?
Thanks and regards.
0 Comments
[ + ] Show comments
Answers (7)
Please log in to answer
Posted by:
AngelD
19 years ago
Posted by:
hbru
19 years ago
Hello AngelD
A Wrapper Yes, but not to uninstall. I want to automate the installation of a legacy application with native GPO Tools. So the solution should "insert" the files from the application in a msi, distribute this to cliets using GPO and then kick-off the installation on the clients with the silent-install command like Setup.exe /s.
Regards hbru
A Wrapper Yes, but not to uninstall. I want to automate the installation of a legacy application with native GPO Tools. So the solution should "insert" the files from the application in a msi, distribute this to cliets using GPO and then kick-off the installation on the clients with the silent-install command like Setup.exe /s.
Regards hbru
Posted by:
hbru
19 years ago
Hello AngelD
For some Applications is repackaging OK. But for others, we have to look on the restrictions, how they are described in http://support.microsoft.com/?id=264478. At the moment, we distribute these applications placing it in a shared folder and using a startup script with the silent install command like setup.exe /s. But with this, we have some apps to distribute with GPO and *.msi like described in the scoolbook from Microsoft and the others with pure scripting. This ist not the way we want to do it.
Regards
hbru
For some Applications is repackaging OK. But for others, we have to look on the restrictions, how they are described in http://support.microsoft.com/?id=264478. At the moment, we distribute these applications placing it in a shared folder and using a startup script with the silent install command like setup.exe /s. But with this, we have some apps to distribute with GPO and *.msi like described in the scoolbook from Microsoft and the others with pure scripting. This ist not the way we want to do it.
Regards
hbru
Posted by:
AngelD
19 years ago
Well what you can do is to create an MSI template (file) which you have to generate a new GUID for each application you want to have this as a installation mechanism for legacy setups.
MSI "template" should contain:
1. "InstallLegacy" CA that take a property as installation command, that runs if "NOT Installed".
2. "UnInstallLegacy" CA that take a property as uninstallation command that runs if "REMOVE = ALL".
Is that what you want so that you can use the MSI for distributin through Active Directory?
MSI "template" should contain:
1. "InstallLegacy" CA that take a property as installation command, that runs if "NOT Installed".
2. "UnInstallLegacy" CA that take a property as uninstallation command that runs if "REMOVE = ALL".
Is that what you want so that you can use the MSI for distributin through Active Directory?
Posted by:
hbru
19 years ago
Posted by:
AngelD
19 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.