Microsoft Sharepoint designer 2007
Hi All,
How to install Microsoft Sharepoint designer 2007.exe without UI and with the progress bar.
I tried witht the command lines: /quiet, /extract, /passive, /s, /q , /admin, ... not getting.
How to install Microsoft Sharepoint designer 2007.exe without UI and with the progress bar.
I tried witht the command lines: /quiet, /extract, /passive, /s, /q , /admin, ... not getting.
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
sushant_narlawar
14 years ago
Hi,
In order to install Microsoft Sharepoint special customization are required.
A) First Method
The package will have setup.exe to run
Open command prompt and type
1) setup.exe /admin ----> will open installation customiser to customize your installation(like NO UI,NO EULA etc.),then save the customized file. This customizer tool will create MSP as a responce file.
2) Now you can install the setup.exe silently by giving following command
setup.exe /adminfile responcefile.msp
B) Second Method
The package willl have SharePointDesigner.WW as the folder which will have config.xml file to setup customization
open that file and find
[font="courier new"]<Display Level="full" CompletionNotice="yes" SuppressModal="no" AcceptEula="no" />
[font="courier new"]
[font="courier new"]change settings to
[font="courier new"]
[font="courier new"]<Display Level="None" CompletionNotice="No" SuppressModal="Yes" AcceptEula="Yes" />
and use command as
setup.exe /adminfile config.xml
In order to install Microsoft Sharepoint special customization are required.
A) First Method
The package will have setup.exe to run
Open command prompt and type
1) setup.exe /admin ----> will open installation customiser to customize your installation(like NO UI,NO EULA etc.),then save the customized file. This customizer tool will create MSP as a responce file.
2) Now you can install the setup.exe silently by giving following command
setup.exe /adminfile responcefile.msp
B) Second Method
The package willl have SharePointDesigner.WW as the folder which will have config.xml file to setup customization
open that file and find
[font="courier new"]
[font="courier new"]
[font="courier new"]
[font="courier new"]
[font="courier new"]
and use command as
setup.exe /adminfile config.xml
Posted by:
skt
14 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.