typo: officel -> office1

Lowercase l instead of number 1 in office version path
This commit is contained in:
Nick Schonning
2019-06-22 02:55:44 -04:00
parent 84abd55c9f
commit 33b38798a6
6 changed files with 12 additions and 12 deletions

View File

@ -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.

View 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.