Answered by:
Silent install of App-V 4.6 RDS using setup.exe

Question
-
After having many problems trying to install all the pre-reqs silently, I gave up and used the setup.exe (which installs all pre reqs).
FYI here is the cmd line that works including configuration arguements:
\\xxx\Clients\SoftGrid\4.6.0.1523\x86\setup.exe /s /v"/quiet /norestart ALLOWINDEPENDENTFILESTREAMING=TRUE APPLICATIONSOURCEROOT=\\xxxx\sgukcontent AUTOLOADONLAUNCH=1 AUTOLOADONLOGIN=0 REQUIREAUTHORIZATIONIFCACHED=FALSE SWICACHESIZE=2500 SWIPUBSVRDISPLAY=SOFTGRIDUK SWIPUBSVRHOST=SOFTGRIDUK SWIPUBSVRTYPE=RTSP SYSTEMEVENTLOGLEVEL=2 /qn"0\"\"
I've spent sometime trying to deploy this, so hopefully it will help others.
DaveTuesday, March 9, 2010 11:43 AM
Answers
-
Hello,
See this reference which states how to set the drive-letter;
http://technet.microsoft.com/en-us/library/cc843737.aspx
/Znack- Proposed as answer by znack Saturday, July 17, 2010 8:53 AM
- Marked as answer by Aaron.ParkerModerator Monday, December 19, 2011 2:08 PM
Thursday, April 8, 2010 6:17 PM
All replies
-
Great sharing!
/ZnackTuesday, March 9, 2010 11:45 AM -
Thank you for sharing this. I do have another question about the silent install.
Is there a way to set the drive letter in file system tab of the client?
Bruce,
- Proposed as answer by znack Thursday, April 8, 2010 7:26 PM
- Unproposed as answer by Aaron.ParkerModerator Tuesday, November 1, 2011 2:06 PM
Thursday, April 8, 2010 6:06 PM -
Hello,
See this reference which states how to set the drive-letter;
http://technet.microsoft.com/en-us/library/cc843737.aspx
/Znack- Proposed as answer by znack Saturday, July 17, 2010 8:53 AM
- Marked as answer by Aaron.ParkerModerator Monday, December 19, 2011 2:08 PM
Thursday, April 8, 2010 6:17 PM -
Awesome. It worked.
Thank you,
Thursday, April 8, 2010 7:12 PM -
Thanks for sharing this...it works...
for my script i need to include double quotes (" ") for every variables.
Friday, July 16, 2010 3:19 AM -
I cannot get it work! Please review my script and see what I missed? Thanks.
\\servername\sharename\setup.exe /s /v" /quiet /norestart ALLOWINDEPENDENTFILESTREAMING=TRUE APPLICATIONSOURCEROOT=\\%SFT_SOFTGRIDSERVER%\CONTENT SWIGLOBALDATA=\"C:\Documents and Settings\All Users\Documents\" SWIUSERDATA=\"%APPDATA%\" SWIFSDRIVE=\"U\" SWICACHESIZE=\"10240\"
SWIPUBSVRREFRESH=\"on\" SWIPUBSVRDISPLAY=\"Application Virtualization\" SWIPUBSVRTYPE=\"RTSP\" SWIPUBSVRHOST=\"servername\" SWIPUBSVRPORT=\"554\"Thursday, July 22, 2010 6:03 PM -
It's probably this: APPLICATIONSOURCEROOT=\\%SFT_SOFTGRIDSERVER%\CONTENT
Only set this value if you are not using %SFT_SOFTGRIDSERVER% or you are attempting to set a local streaming source.
Thursday, July 22, 2010 10:59 PMModerator