Deploying .exe setup files
I am using Windows 2003 Small Business Server and was wondering how I can deploy silent apps with a setup.exe file using GPO
0 Comments
[ + ] Show comments
Answers (3)
Please log in to answer
Posted by:
kkaminsk
20 years ago
Posted by:
olivier
20 years ago
Posted by:
Toupeiro
20 years ago
What I don't know is what kind of command lines you can pass using GPO, but in regards to making setup.exe's silent, here's something to think about:
Are these custom written setup.exe files, or do they conform to some kind of standard? (MSI in EXE or InstallScript?)
If Installscript, most installscript/Installshield setups can be make silent by passing a "/r" during your inital install and building an answer file for your application (this automatically puts that file in the windows root directory) It will be called setup.iss ..
If you copy that .iss file into the same directory that hosts your setup.exe file and pass a /s switch, ir will read the answer file from your inital installation and run the install without dialogues.
Are these custom written setup.exe files, or do they conform to some kind of standard? (MSI in EXE or InstallScript?)
If Installscript, most installscript/Installshield setups can be make silent by passing a "/r" during your inital install and building an answer file for your application (this automatically puts that file in the windows root directory) It will be called setup.iss ..
If you copy that .iss file into the same directory that hosts your setup.exe file and pass a /s switch, ir will read the answer file from your inital installation and run the install without dialogues.
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.