Page 1 of 1

Suite pb template microsoft store App

Published: October 3, 2025 - 3:08 PM
by Vincent38
Good morning

Okay, our timeout problem is solved, but now it's stuck at another step:

Code: Select all

Retrieving informations from Microsoft Store API, please wait

Downloading: SAMSUNGELECTRONICSCoLtd.SamsungQuickShare_2.2.19.0_neutral___wyx1vj98g3asy_17cba7b8-16ac-49e2-aa9e-429b732b4bdd.msixbundle
12582912 / 423968360 (3%) (17.53Mb/s)                              
28311552 / 423968360 (7%) (22.08Mb/s)                              
42991616 / 423968360 (10%) (23.51Mb/s)                              
57671680 / 423968360 (14%) (24.42Mb/s)                              
73400320 / 423968360 (17%) (25.25Mb/s)                              
89128960 / 423968360 (21%) (25.68Mb/s)                              
104857600 / 423968360 (25%) (26.10Mb/s)                              
119537664 / 423968360 (28%) (26.18Mb/s)                              
135266304 / 423968360 (32%) (26.47Mb/s)                              
150994944 / 423968360 (36%) (26.62Mb/s)                              
166723584 / 423968360 (39%) (26.66Mb/s)                              
177209344 / 423968360 (42%) (26.12Mb/s)                              
191889408 / 423968360 (45%) (26.25Mb/s)                              
206569472 / 423968360 (49%) (26.17Mb/s)                              
221249536 / 423968360 (52%) (26.16Mb/s)                              
235929600 / 423968360 (56%) (26.25Mb/s)                              
251658240 / 423968360 (59%) (26.36Mb/s)                              
266338304 / 423968360 (63%) (26.38Mb/s)                              
282066944 / 423968360 (67%) (26.43Mb/s)                              
296747008 / 423968360 (70%) (26.49Mb/s)                              
312475648 / 423968360 (74%) (26.55Mb/s)                              
327155712 / 423968360 (77%) (26.60Mb/s)                              
342884352 / 423968360 (81%) (26.66Mb/s)                              
354418688 / 423968360 (84%) (26.35Mb/s)                              
369098752 / 423968360 (87%) (26.33Mb/s)                              
384827392 / 423968360 (91%) (26.41Mb/s)                              
400556032 / 423968360 (94%) (26.49Mb/s)                              
416284672 / 423968360 (98%) (26.53Mb/s)                              
  -> download finished (26.57Mb/s)                              
Downloading: Microsoft.VCLibs.140.00.UWPDesktop_14.0.33728.0_x64__8wekyb3d8bbwe_27ca12bc-f81d-45ff-95d0-12ad79f15735.appx
6419530 / 6757465 (95%) (9.90Mb/s)                              
  -> download finished (10.31Mb/s)                              
Downloading: Microsoft.NET.Native.Runtime.2.2_2.2.28604.0_x64__8wekyb3d8bbwe_6c5ccbb5-88d3-4e90-ac79-3880010d81af.appx
  -> download finished (1.23Mb/s)                              
Downloading: Microsoft.NET.Native.Framework.2.2_2.2.29512.0_x64__8wekyb3d8bbwe_4dd135ac-f0f3-4ae8-b910-14e9839b77cf.appx
52042 / 5204216 (1%) (84.93Kb/s)                              
  -> download finished (6.30Mb/s)                              
Downloading: Microsoft.VCLibs.140.00_14.0.33519.0_x64__8wekyb3d8bbwe_c452d4ef-2486-4efe-9c99-36b3d23e0160.appx
  -> download finished (2.93Mb/s)                              
Downloading: Microsoft.Services.Store.Engagement_10.0.23012.0_x64__8wekyb3d8bbwe_3a37e79e-03be-4796-8d25-00a6cd45cc97.appx
  -> download finished (1.37Mb/s)                              
Downloading: Microsoft.UI.Xaml.2.8_8.2501.31001.0_x64__8wekyb3d8bbwe_baf6388f-cf6b-4980-a220-0f1cc8c2f857.appx
  -> download finished (8.75Mb/s)                              
Software version updated (from: 0 to: 2.2.19.0)
CRITICAL:waptcore:Fatal error in update_package  2 : No such file or directory:
Traceback (most recent call last):
  File "shutil.py", line 816, in move
FileNotFoundError: [WinError 3] Le chemin d’accès spécifié est introuvable: 'SAMSUNGELECTRONICSCoLtd.SamsungQuickShare_2.2.19.0_neutral___wyx1vj98g3asy_17cba7b8-16ac-49e2-aa9e-429b732b4bdd.msixbundle' -> 'samsungelectronicscoltd-samsungquickshare\\SAMSUNGEL
ECTRONICSCoLtd.SamsungQuickShare_2.2.19.0_neutral___wyx1vj98g3asy_17cba7b8-16ac-49e2-aa9e-429b732b4bdd.msixbundle'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\Program Files (x86)\wapt\common.py", line 9036, in call_python_code
    hookdata = hook_func()
  File "C:\Users\vmorey\AppData\Local\Temp\wapt\V3YOT1XX\domoprod-template-microsoft-store-app_0-77_windows_10.0_PROD-wapt\update_package.py", line 174, in update_package
    shutil.move(uwp_file, bins_dir)
  File "shutil.py", line 836, in move
  File "shutil.py", line 434, in copy2
  File "shutil.py", line 256, in copyfile
FileNotFoundError: [Errno 2] No such file or directory: 'samsungelectronicscoltd-samsungquickshare\\SAMSUNGELECTRONICSCoLtd.SamsungQuickShare_2.2.19.0_neutral___wyx1vj98g3asy_17cba7b8-16ac-49e2-aa9e-429b732b4bdd.msixbundle'

Traceback (most recent call last):
  File "shutil.py", line 816, in move
FileNotFoundError: [WinError 3] Le chemin d’accès spécifié est introuvable: 'SAMSUNGELECTRONICSCoLtd.SamsungQuickShare_2.2.19.0_neutral___wyx1vj98g3asy_17cba7b8-16ac-49e2-aa9e-429b732b4bdd.msixbundle' -> 'samsungelectronicscoltd-samsungquickshare\\SAMSUNGEL
ECTRONICSCoLtd.SamsungQuickShare_2.2.19.0_neutral___wyx1vj98g3asy_17cba7b8-16ac-49e2-aa9e-429b732b4bdd.msixbundle'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\Program Files (x86)\wapt\common.py", line 9040, in call_python_code
    raise e
  File "C:\Program Files (x86)\wapt\common.py", line 9036, in call_python_code
    hookdata = hook_func()
  File "C:\Users\vmorey\AppData\Local\Temp\wapt\V3YOT1XX\domoprod-template-microsoft-store-app_0-77_windows_10.0_PROD-wapt\update_package.py", line 174, in update_package
    shutil.move(uwp_file, bins_dir)
  File "shutil.py", line 836, in move
  File "shutil.py", line 434, in copy2
  File "shutil.py", line 256, in copyfile
FileNotFoundError: [Errno 2] No such file or directory: 'samsungelectronicscoltd-samsungquickshare\\SAMSUNGELECTRONICSCoLtd.SamsungQuickShare_2.2.19.0_neutral___wyx1vj98g3asy_17cba7b8-16ac-49e2-aa9e-429b732b4bdd.msixbundle'
However, the necessary files are indeed in the temporary folder...

Another question: when trying to resolve our timeout issue, I installed WAPT server (Windows version) on a VM at home for testing. However, after installing the Microsoft Store app template, the "Launch update-package" function is greyed out. Is this a function reserved for WAPT Enterprise?

I figured that if it worked from my home, I could create the package locally and then import it onto our company server.

Alternatively, could you integrate it into the WAPT store?

THANKS

Re: Suite pb template microsoft store App

Published: October 3, 2025 - 3:21 PM
by Vincent38
Looking a little closer, in the TEMP folder a folder "samsungelectronicscoltd-samsungquickshare" has indeed been created, but the executable is in the folder above it.
Picture