luismi
New Member
- Messages
- 2
- Reaction score
- 0
- Points
- 1
Hello Team!
I was told to create app the Sharepoint Designer 2013 in SCCM and deploy it not to a normal device collection, but to our terminal servers.
I created the app like shown below, it worked for my laptop, but I guess the installation for Terminal Server is not the same as for a normal pc, can you give a some tips, advice please??
<Setting Id="SETUP_REBOOT" Value="NEVER" />
</Configuration>
Put this SharePoint Designer folder in SCCM
5. Deploy as script
"setup.exe" /config configSharePointDesigner2013.xml
I was told to create app the Sharepoint Designer 2013 in SCCM and deploy it not to a normal device collection, but to our terminal servers.
I created the app like shown below, it worked for my laptop, but I guess the installation for Terminal Server is not the same as for a normal pc, can you give a some tips, advice please??
- Download and extract the SP designer
- Download and extract SP1 to "updates folder and copy it to the extracted folder of SPDesigner
- Edit the config.xml , and rename it to configSharePointDesigner2013.xml
- <Configuration Product="SharePointDesigner">
<Setting Id="SETUP_REBOOT" Value="NEVER" />
</Configuration>
Put this SharePoint Designer folder in SCCM
5. Deploy as script
"setup.exe" /config configSharePointDesigner2013.xml