mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-15 10:23:37 +00:00
typo: officel -> office1
Lowercase l instead of number 1 in office version path
This commit is contained in:
@ -324,7 +324,7 @@ You may want to disable specific applications in your Office App-V package. For
|
||||
<Description />
|
||||
</VisualElements>
|
||||
</Application>
|
||||
<Application Id="[{AppVPackageRoot}]\officel5\lync.exe" Enabled="true">
|
||||
<Application Id="[{AppVPackageRoot}]\office15\lync.exe" Enabled="true">
|
||||
<VisualElements>
|
||||
<Name>Lync 2013</Name>
|
||||
<Icon />
|
||||
@ -365,7 +365,7 @@ You may want to disable shortcuts for certain Office applications instead of unp
|
||||
<AppUsermodelExcludeFroeShowInNewInstall>true</AppUsermodelExcludeFroeShowInNewInstall>
|
||||
<Description>Build a professional app quickly to manage data.</Description>
|
||||
<ShowCommand>l</ShowCommand>
|
||||
<ApplicationId>[{AppVPackageRoot}]\officel5\MSACCESS.EXE</ApplicationId>
|
||||
<ApplicationId>[{AppVPackageRoot}]\office15\MSACCESS.EXE</ApplicationId>
|
||||
</Shortcut>
|
||||
```
|
||||
3. Save the Deployment Configuration File.
|
||||
|
@ -300,7 +300,7 @@ You can also disable specific applications in your Office App-V package. For exa
|
||||
5. Add the Office 2016 App-V Package with the new Deployment Configuration File.
|
||||
|
||||
```XML
|
||||
<Application Id="[{AppVPackageRoot}]\officel6\lync.exe" Enabled="true">
|
||||
<Application Id="[{AppVPackageRoot}]\office16\lync.exe" Enabled="true">
|
||||
<VisualElements>
|
||||
<Name>Lync 2016</Name>
|
||||
<Icon />
|
||||
@ -343,7 +343,7 @@ You may want to disable shortcuts for certain Office applications instead of unp
|
||||
<AppUsermodelExcludeFroeShowInNewInstall>true</AppUsermodelExcludeFroeShowInNewInstall>
|
||||
<Description>Build a professional app quickly to manage data.</Description>
|
||||
<ShowCommand>l</ShowCommand>
|
||||
<ApplicationId>[{AppVPackageRoot}]\officel6\MSACCESS.EXE</ApplicationId>
|
||||
<ApplicationId>[{AppVPackageRoot}]\office16\MSACCESS.EXE</ApplicationId>
|
||||
</Shortcut>
|
||||
```
|
||||
3. Save the Deployment Configuration File.
|
||||
|
Reference in New Issue
Block a user