Jump to content

Recommended Posts

Posted

Hi,

 

Hoping someone can help before this drives me crazy!

My goal is to have Microsoft To Do installed on all machines with a pinned start menu tile.

Background: Win 10 1909, we use ENGL toolkit & ZenWorks to create a base image & packages and deploy through pxe

 

I have grabbed the AppxBundle for To Do & also the Appx for the .Net dependency so I was thinking I could just install them during the build. How wrong was I..... this is my first experience of Store apps and hopefully my last until we look at moving over to the MS solutions for imaging such as Intune.

 

I have tried the following:

  • Installing on the base image before sysprep - Seemed to get stripped out but this didnt surprise me
  • Creating a bundle to run the following powershell during imaging-
    Add-AppxProvisionedPackage -Online -PackagePath C:\ToDoInstall\Microsoft.Todos_2.19.31501.0_neutral_~_8wekyb3d8bbwe.AppxBundle -DependencyPackagePath C:\ToDoInstall\Microsoft.NET.Native.Runtime.2.2_2.2.28604.0_x64__8wekyb3d8bbwe.Appx -SkipLicense


 

After doing lots of reading I was under the impression that by using the Add-AppxProvisionedPackage command it would be available for all users, it would just install for each user profile that logged in to the machine?

What's actually happening is the shortcut is available in the all apps area (I haven't played with the tile layout yet) but doesn't do anything when you try to run it...

If anyone has any experience of installing Store apps without using the Store and could help in any way or have any pointers it would be most appreciated!

Posted

Nobody has deployed a Store app like this?

Could anyone give me any pointers on how to fix a store app which does nothing when you click on it?

Thanks

Posted
Deploy SCCM to deploy the app to a device. You have to configure the store intergration. The apps are installed per user even if provisioned for a device. As To Do will need updating its best to leave the store updates on and not block the store but restrict it to your orgs store.
  • 2 weeks later...
Posted (edited)
Hi,

 

Hoping someone can help before this drives me crazy!

My goal is to have Microsoft To Do installed on all machines with a pinned start menu tile.

Background: Win 10 1909, we use ENGL toolkit & ZenWorks to create a base image & packages and deploy through pxe

 

I have grabbed the AppxBundle for To Do & also the Appx for the .Net dependency so I was thinking I could just install them during the build. How wrong was I..... this is my first experience of Store apps and hopefully my last until we look at moving over to the MS solutions for imaging such as Intune.

 

I have tried the following:

  • Installing on the base image before sysprep - Seemed to get stripped out but this didnt surprise me
  • Creating a bundle to run the following powershell during imaging-
    Add-AppxProvisionedPackage -Online -PackagePath C:\ToDoInstall\Microsoft.Todos_2.19.31501.0_neutral_~_8wekyb3d8bbwe.AppxBundle -DependencyPackagePath C:\ToDoInstall\Microsoft.NET.Native.Runtime.2.2_2.2.28604.0_x64__8wekyb3d8bbwe.Appx -SkipLicense


 

After doing lots of reading I was under the impression that by using the Add-AppxProvisionedPackage command it would be available for all users, it would just install for each user profile that logged in to the machine?

What's actually happening is the shortcut is available in the all apps area (I haven't played with the tile layout yet) but doesn't do anything when you try to run it...

If anyone has any experience of installing Store apps without using the Store and could help in any way or have any pointers it would be most appreciated!

 

We initially injected them into the Wim like this; for whiteboard

 



dism /Image[emoji3]:\ISOImages\MountPoint /Add-ProvisionedAppxPackage /PackagePath[emoji3]:\SCCMAppDeploy\StoreApps\MS-Whiteboard\Microsoft.Whiteboard_20.10113.4727.0_x64__8wekyb3d8bbwe.Appx /DependencyPackagePath[emoji3]:\SCCMAppDeploy\StoreApps\MS-Whiteboard\Microsoft.NET.Native.Framework.2.2_x64.appx /DependencyPackagePath[emoji3]:\SCCMAppDeploy\StoreApps\MS-Whiteboard\Microsoft.NET.Native.Runtime.2.2_x64.appx /DependencyPackagePath[emoji3]:\SCCMAppDeploy\StoreApps\MS-Whiteboard\Microsoft.VCLibs.140.00_x64.appx /LicensePath[emoji3]:\SCCMAppDeploy\StoreApps\MS-Whiteboard\MicrosoftWhiteboardLicense.xml /Region:"all"

[/CoDE]

 

Then fully moved to SCCM , the simplicity of SCCM deploying store apps is unreal.

 

Our initial wim striped out the Camera App.

 

A couple of clicks later and boom it’s deployed to every machine.

 

Drop me a Pm and I’ll send you my notes

 

Here is Sway and Whiteboard installed as part of our 1909 build. To-Do is but it’s not pinned

 

IMG_6795.JPG

Edited by Asgard
  • Thanks 1
Posted
You also have to remember that these apps update per user. So if you do an offline app ot a powershell bodge it'll be difficult to update.
Posted
yes it was great! I did email you back this morning....

 

So you did sir, didn’t see it as I’ve been in cabinets/data centres most of the day ha.

  • 1 month later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...