Answered by:
import Search Path

Question
-
Hi all
I sequence a package (office 2010) and I would like to test each deployement mode.
First, I'd like to make it work without virtualization streaming server. So I place the package on a File Share. And I set the unc path in the "import search path" on my appV Client. But nothing appears in the application node.
Does I have to install the MSI ? What the purpose of import search path. Any answer or link to documentation would be great
Thanks
Thursday, February 17, 2011 12:02 PM
Answers
-
Configure the App-V client in stand-alone mode: http://blog.stealthpuppy.com/deployment/app-v-faq-13-how-do-i-configure-the-app-v-client-in-stand-alone-mode/
Then use the SFTMIME ADD PACKAGE command to import the package: http://technet.microsoft.com/en-us/library/cc817181.aspx
This forum post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.- Proposed as answer by znack Friday, February 18, 2011 2:16 PM
- Marked as answer by jerome.schneider7 Friday, March 25, 2011 1:11 PM
Thursday, February 17, 2011 12:08 PMModerator
All replies
-
Configure the App-V client in stand-alone mode: http://blog.stealthpuppy.com/deployment/app-v-faq-13-how-do-i-configure-the-app-v-client-in-stand-alone-mode/
Then use the SFTMIME ADD PACKAGE command to import the package: http://technet.microsoft.com/en-us/library/cc817181.aspx
This forum post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.- Proposed as answer by znack Friday, February 18, 2011 2:16 PM
- Marked as answer by jerome.schneider7 Friday, March 25, 2011 1:11 PM
Thursday, February 17, 2011 12:08 PMModerator -
Thanks for your response
I'll be able to deploy and test my apps.
But I do not understand how the "import Search Path" works.
And is there a difference between deploy application with SFTMIME and MSI ?
Thanks
Tuesday, February 22, 2011 2:38 PM -
Hello,
See this article;http://technet.microsoft.com/en-us/library/cc843615.aspx
I have actually never seen it used any where.
MSI is a wrapper for executing certain commands to import and remove applications.SFTMIME is the command-line possibility todo so on your own.
/ZnackTuesday, February 22, 2011 9:13 PM