Merge pull request #4202 from nschonni/typo-officel

typo: officel -> office1
This commit is contained in:
Daniel Simpson
2019-06-24 11:10:24 -07:00
committed by GitHub
6 changed files with 12 additions and 12 deletions

View File

@ -696,7 +696,7 @@ To exclude specific Office applications (for example, Access and InfoPath) when
<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 />
@ -741,7 +741,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>
```

View File

@ -704,7 +704,7 @@ To exclude specific Office applications (for example, Access and InfoPath) when
<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 />
@ -749,7 +749,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>
```

View File

@ -634,7 +634,7 @@ You may want to disable specific applications in your Office App-V package. For
5. Add the Office 2016 App-V Package with the new Deployment Configuration File.
``` syntax
<Application Id="[{AppVPackageRoot}]\officel6\lync.exe" Enabled="true">
<Application Id="[{AppVPackageRoot}]\office16\lync.exe" Enabled="true">
<VisualElements>
<Name>Lync 2016</Name>
<Icon />
@ -679,7 +679,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>
```

View File

@ -634,7 +634,7 @@ You may want to disable specific applications in your Office App-V package. For
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 />
@ -679,7 +679,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>
```