Windows 10: Problem running ClickOnce application in Windows 10 multi-app kiosk mode

Discus and support Problem running ClickOnce application in Windows 10 multi-app kiosk mode in Windows 10 Customization to solve the problem; It works until the ClickOnce application is updated after this it’s not possible run the application. Is there any other way of doing this for a... Discussion in 'Windows 10 Customization' started by Anders_GT, Dec 26, 2020.

  1. Anders_GT Win User

    Problem running ClickOnce application in Windows 10 multi-app kiosk mode


    It works until the ClickOnce application is updated after this it’s not possible run the application.


    Is there any other way of doing this for a ClickOnce application?


    The XML configuration file for the multi-app kiosk setup looks as below:


    <?xml version="1.0" encoding="utf-8" ?><AssignedAccessConfiguration xmlns="http://schemas.microsoft.com/AssignedAccess/2017/config" xmlns:rs5="http://schemas.microsoft.com/AssignedAccess/201810/config" > <Profiles> <Profile Id="{AFF9DA33-AE89-4039-B646-3A5706E92957}"> <AllAppsList> <AllowedApps> <App AppUserModelId="SpotifyAB.SpotifyMusic_zpdnekdrzrea0!Spotify"/> <App DesktopAppPath="%ProgramFilesx86%\Google\Chrome\Application\chrome.exe"/> <App DesktopAppPath="C:\Users\Musikspelare\AppData\Local\Apps\2.0\EBQ78BLC.1MN\0J3M24G5.KRQ\danc..tion_57ca62a9d061b04b_0002.0000_6fffc994766df618\DancePlayer.exe"/> </AllowedApps> </AllAppsList> <StartLayout> <![CDATA[<LayoutModificationTemplate xmlns:defaultlayout="http://schemas.microsoft.com/Start/2014/FullDefaultLayout" xmlns:start="http://schemas.microsoft.com/Start/2014/StartLayout" Version="1" xmlns="http://schemas.microsoft.com/Start/2014/LayoutModification"> <LayoutOptions StartTileGroupCellWidth="6" /> <DefaultLayoutOverride> <StartLayoutCollection> <defaultlayout:StartLayout GroupCellWidth="6"> <start:Group Name=""> <start:Tile Size="2x2" Column="0" Row="0" AppUserModelID="SpotifyAB.SpotifyMusic_zpdnekdrzrea0!Spotify" /> <startProblem running ClickOnce application in Windows 10 multi-app kiosk mode :DesktopApplicationTile Size="2x2" Column="2" Row="0" DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Google Chrome.lnk" /> <startProblem running ClickOnce application in Windows 10 multi-app kiosk mode :DesktopApplicationTile Size="2x2" Column="3" Row="0" DesktopApplicationLinkPath="%APPDATA%\Microsoft\Windows\Start Menu\Programs\DancePlayer\DancePlayer.appref-ms" /> </start:Group> </defaultlayout:StartLayout> </StartLayoutCollection> </DefaultLayoutOverride> </LayoutModificationTemplate> ]]> </StartLayout> <Taskbar ShowTaskbar="true"/> </Profile> </Profiles> <Configs> <Config> <Account>Musikspelare</Account> <DefaultProfile Id="{AFF9DA33-AE89-4039-B646-3A5706E92957}"/> </Config> </Configs></AssignedAccessConfiguration>

    :)
     
    Anders_GT, Dec 26, 2020
    #1

  2. Windows 10 - 1803 - Kiosk mode - UWP application

    I'm currently facing an issue with dev of kiosk mode application in windows 10.

    After sleep, the application crash.



    Our current setup :

    -Windows 10 – 1803, last update

    -Hardware : replicable on any devices

    -User in kiosk mode with Set-AssginedAccess without password

    -Sleep mode on button pressed.



    Example with very simple project ( without any code behind ) :

    • User logged with kiosk app
    • Press button to turn sleep mode on
    • Press again button to turn sleep mode off
    • Kiosk application crash and restart, with blue screen in between.
     
    camillemuller2, Dec 26, 2020
    #2
  3. Nidrom Win User
    Assigned Access (Multi App Kiosk Mode) Always on top

    We are using a multi app kiosk setup that allows the users to open various programs. The problem is we use a time keeping app that times their use that should be always on top in the bottom right hand corner. Unfortunately the application only shows when
    they open another application and as soon as they close it the desktop covers up the time keeping app. Is there any way to override the desktop from always being on top in multi App Kiosk mode? I'm using an XML file to configure the computer with a provisioning
    package.

    Thanks
     
    Nidrom, Dec 26, 2020
    #3
  4. Problem running ClickOnce application in Windows 10 multi-app kiosk mode

    Enable the logical drives on Multi app kiosk mode on UWP application

    We are developing the UWP applications, which has the requirements to open the logical drives (C: and DProblem running ClickOnce application in Windows 10 multi-app kiosk mode :) on application like File Picker and File Explorer.
    We have both requirements,

    1. File Picker
    2. File Explorer - Display the all the drives and folders as like as windows file explorer

    We have achieved the both features for administrator user and non-administrator user when enabling the File Permission for that app, but we are not able access on Logical drivers on Kiosk user mode and we are able to access the Known folders alone, so
    please let us know the is there any options available to enable those drives for kiosk users on windows 1809 or later versions.

    We have setup with multi kiosk app mode
     
    Pariventhan (ext) (SHS DX LD ENG SSE SDV SPC), Dec 26, 2020
    #4
Thema:

Problem running ClickOnce application in Windows 10 multi-app kiosk mode

Loading...
  1. Problem running ClickOnce application in Windows 10 multi-app kiosk mode - Similar Threads - Problem running ClickOnce

  2. Multi-App Kiosk Application Blocked by AppLocker After KB5051987 Update

    in Windows 10 Gaming
    Multi-App Kiosk Application Blocked by AppLocker After KB5051987 Update: After installing the KB5051987 update, my multi-app kiosk application is being blocked by AppLocker. The kiosk profile was configured and working perfectly before the update, but now it is broken. Specifically, Microsoft Edge is being blocked....
  3. Multi-App Kiosk Application Blocked by AppLocker After KB5051987 Update

    in Windows 10 Software and Apps
    Multi-App Kiosk Application Blocked by AppLocker After KB5051987 Update: After installing the KB5051987 update, my multi-app kiosk application is being blocked by AppLocker. The kiosk profile was configured and working perfectly before the update, but now it is broken. Specifically, Microsoft Edge is being blocked....
  4. How to allow Windows 10 multi-app kiosk mode to run program from network drive

    in Windows 10 Software and Apps
    How to allow Windows 10 multi-app kiosk mode to run program from network drive: I'm experimenting with Windows 10 multi-app kiosk mode as a possible solution for some public kiosk terminals, and I've gotten the XML file written in a way that everything works perfectly after applying the provisioning package.Almost.The provisioning works fine if I do not...
  5. How to allow Windows 10 multi-app kiosk mode to run program from network drive

    in Windows 10 Network and Sharing
    How to allow Windows 10 multi-app kiosk mode to run program from network drive: I'm experimenting with Windows 10 multi-app kiosk mode as a possible solution for some public kiosk terminals, and I've gotten the XML file written in a way that everything works perfectly after applying the provisioning package.Almost.The provisioning works fine if I do not...
  6. How to allow Windows 10 multi-app kiosk mode to run program from network drive

    in Windows 10 Gaming
    How to allow Windows 10 multi-app kiosk mode to run program from network drive: I'm experimenting with Windows 10 multi-app kiosk mode as a possible solution for some public kiosk terminals, and I've gotten the XML file written in a way that everything works perfectly after applying the provisioning package.Almost.The provisioning works fine if I do not...
  7. How to make a user's application run in Kiosk mode

    in Windows 10 Customization
    How to make a user's application run in Kiosk mode: Hi, Please can anyone let me know how I can make my own Windows 10 executable run in kiosk mode? I can successfully make the pre-installed Windows applications run in kiosk mode, but this does not allow me to select my own 'program.exe' file. Please excuse my ignorance on...
  8. Windows 10 multi-app kiosk - apps not available

    in Windows 10 Customization
    Windows 10 multi-app kiosk - apps not available: I have created a provisioning package to apply a Windows 10 multi-app kiosk. The associated XML allow for 2 Windows Store apps one from Microsoft and one from a third party to run. It creates an autologon user and puts 2 icons on the desktop for the apps. Once the package...
  9. Assigned Access Multi App Kiosk Mode Always on top

    in Windows 10 Customization
    Assigned Access Multi App Kiosk Mode Always on top: We are using a multi app kiosk setup that allows the users to open various programs. The problem is we use a time keeping app that times their use that should be always on top in the bottom right hand corner. Unfortunately the application only shows when they open another...
  10. Enable the logical drives on Multi app kiosk mode on UWP application

    in Windows 10 Network and Sharing
    Enable the logical drives on Multi app kiosk mode on UWP application: We are developing the UWP applications, which has the requirements to open the logical drives (C: and D:) on application like File Picker and File Explorer. We have both requirements, 1. File Picker 2. File Explorer - Display the all the drives and folders as like as windows...