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 /> <Description />
</VisualElements> </VisualElements>
</Application> </Application>
<Application Id="[{AppVPackageRoot}]\officel5\lync.exe" Enabled="true"> <Application Id="[{AppVPackageRoot}]\office15\lync.exe" Enabled="true">
<VisualElements> <VisualElements>
<Name>Lync 2013</Name> <Name>Lync 2013</Name>
<Icon /> <Icon />
@ -741,7 +741,7 @@ You may want to disable shortcuts for certain Office applications instead of unp
<AppUsermodelExcludeFroeShowInNewInstall>true</AppUsermodelExcludeFroeShowInNewInstall> <AppUsermodelExcludeFroeShowInNewInstall>true</AppUsermodelExcludeFroeShowInNewInstall>
<Description>Build a professional app quickly to manage data.</Description> <Description>Build a professional app quickly to manage data.</Description>
<ShowCommand>l</ShowCommand> <ShowCommand>l</ShowCommand>
<ApplicationId>[{AppVPackageRoot}]\officel5\MSACCESS.EXE</ApplicationId> <ApplicationId>[{AppVPackageRoot}]\office15\MSACCESS.EXE</ApplicationId>
</Shortcut> </Shortcut>
``` ```

View File

@ -704,7 +704,7 @@ To exclude specific Office applications (for example, Access and InfoPath) when
<Description /> <Description />
</VisualElements> </VisualElements>
</Application> </Application>
<Application Id="[{AppVPackageRoot}]\officel5\lync.exe" Enabled="true"> <Application Id="[{AppVPackageRoot}]\office15\lync.exe" Enabled="true">
<VisualElements> <VisualElements>
<Name>Lync 2013</Name> <Name>Lync 2013</Name>
<Icon /> <Icon />
@ -749,7 +749,7 @@ You may want to disable shortcuts for certain Office applications instead of unp
<AppUsermodelExcludeFroeShowInNewInstall>true</AppUsermodelExcludeFroeShowInNewInstall> <AppUsermodelExcludeFroeShowInNewInstall>true</AppUsermodelExcludeFroeShowInNewInstall>
<Description>Build a professional app quickly to manage data.</Description> <Description>Build a professional app quickly to manage data.</Description>
<ShowCommand>l</ShowCommand> <ShowCommand>l</ShowCommand>
<ApplicationId>[{AppVPackageRoot}]\officel5\MSACCESS.EXE</ApplicationId> <ApplicationId>[{AppVPackageRoot}]\office15\MSACCESS.EXE</ApplicationId>
</Shortcut> </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. 5. Add the Office 2016 App-V Package with the new Deployment Configuration File.
``` syntax ``` syntax
<Application Id="[{AppVPackageRoot}]\officel6\lync.exe" Enabled="true"> <Application Id="[{AppVPackageRoot}]\office16\lync.exe" Enabled="true">
<VisualElements> <VisualElements>
<Name>Lync 2016</Name> <Name>Lync 2016</Name>
<Icon /> <Icon />
@ -679,7 +679,7 @@ You may want to disable shortcuts for certain Office applications instead of unp
<AppUsermodelExcludeFroeShowInNewInstall>true</AppUsermodelExcludeFroeShowInNewInstall> <AppUsermodelExcludeFroeShowInNewInstall>true</AppUsermodelExcludeFroeShowInNewInstall>
<Description>Build a professional app quickly to manage data.</Description> <Description>Build a professional app quickly to manage data.</Description>
<ShowCommand>l</ShowCommand> <ShowCommand>l</ShowCommand>
<ApplicationId>[{AppVPackageRoot}]\officel6\MSACCESS.EXE</ApplicationId> <ApplicationId>[{AppVPackageRoot}]\office16\MSACCESS.EXE</ApplicationId>
</Shortcut> </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. 5. Add the Office 2016 App-V Package with the new Deployment Configuration File.
```xml ```xml
<Application Id="[{AppVPackageRoot}]\officel6\lync.exe" Enabled="true"> <Application Id="[{AppVPackageRoot}]\office16\lync.exe" Enabled="true">
<VisualElements> <VisualElements>
<Name>Lync 2016</Name> <Name>Lync 2016</Name>
<Icon /> <Icon />
@ -679,7 +679,7 @@ You may want to disable shortcuts for certain Office applications instead of unp
<AppUsermodelExcludeFroeShowInNewInstall>true</AppUsermodelExcludeFroeShowInNewInstall> <AppUsermodelExcludeFroeShowInNewInstall>true</AppUsermodelExcludeFroeShowInNewInstall>
<Description>Build a professional app quickly to manage data.</Description> <Description>Build a professional app quickly to manage data.</Description>
<ShowCommand>l</ShowCommand> <ShowCommand>l</ShowCommand>
<ApplicationId>[{AppVPackageRoot}]\officel6\MSACCESS.EXE</ApplicationId> <ApplicationId>[{AppVPackageRoot}]\office16\MSACCESS.EXE</ApplicationId>
</Shortcut> </Shortcut>
``` ```

View File

@ -324,7 +324,7 @@ You may want to disable specific applications in your Office App-V package. For
<Description /> <Description />
</VisualElements> </VisualElements>
</Application> </Application>
<Application Id="[{AppVPackageRoot}]\officel5\lync.exe" Enabled="true"> <Application Id="[{AppVPackageRoot}]\office15\lync.exe" Enabled="true">
<VisualElements> <VisualElements>
<Name>Lync 2013</Name> <Name>Lync 2013</Name>
<Icon /> <Icon />
@ -365,7 +365,7 @@ You may want to disable shortcuts for certain Office applications instead of unp
<AppUsermodelExcludeFroeShowInNewInstall>true</AppUsermodelExcludeFroeShowInNewInstall> <AppUsermodelExcludeFroeShowInNewInstall>true</AppUsermodelExcludeFroeShowInNewInstall>
<Description>Build a professional app quickly to manage data.</Description> <Description>Build a professional app quickly to manage data.</Description>
<ShowCommand>l</ShowCommand> <ShowCommand>l</ShowCommand>
<ApplicationId>[{AppVPackageRoot}]\officel5\MSACCESS.EXE</ApplicationId> <ApplicationId>[{AppVPackageRoot}]\office15\MSACCESS.EXE</ApplicationId>
</Shortcut> </Shortcut>
``` ```
3. Save the Deployment Configuration File. 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. 5. Add the Office 2016 App-V Package with the new Deployment Configuration File.
```XML ```XML
<Application Id="[{AppVPackageRoot}]\officel6\lync.exe" Enabled="true"> <Application Id="[{AppVPackageRoot}]\office16\lync.exe" Enabled="true">
<VisualElements> <VisualElements>
<Name>Lync 2016</Name> <Name>Lync 2016</Name>
<Icon /> <Icon />
@ -343,7 +343,7 @@ You may want to disable shortcuts for certain Office applications instead of unp
<AppUsermodelExcludeFroeShowInNewInstall>true</AppUsermodelExcludeFroeShowInNewInstall> <AppUsermodelExcludeFroeShowInNewInstall>true</AppUsermodelExcludeFroeShowInNewInstall>
<Description>Build a professional app quickly to manage data.</Description> <Description>Build a professional app quickly to manage data.</Description>
<ShowCommand>l</ShowCommand> <ShowCommand>l</ShowCommand>
<ApplicationId>[{AppVPackageRoot}]\officel6\MSACCESS.EXE</ApplicationId> <ApplicationId>[{AppVPackageRoot}]\office16\MSACCESS.EXE</ApplicationId>
</Shortcut> </Shortcut>
``` ```
3. Save the Deployment Configuration File. 3. Save the Deployment Configuration File.