Microsoft Store App Manager

Discussion in 'MDL Projects and Applications' started by mustafa gotr, Dec 8, 2024.

  1. mustafa gotr

    mustafa gotr MDL Senior Member

    Apr 17, 2018
    261
    792
    10
    uploaded new beta 2 version
    Your feedback about the application is important. As we prepare the beta version, we would appreciate it if you could share your thoughts on the theme and any feature requests you may have.

     

    Attached Files:

  2. sometogive

    sometogive MDL Novice

    Feb 5, 2026
    30
    23
    0
    The Light Theme does not works, and please round off the corners.
     
  3. tosgaba

    tosgaba MDL Junior Member

    Nov 22, 2009
    97
    41
    0
    Just tried latest beta version and suprisingly worked like a charm. without any error. And I liked the non-rounded corners. Thanks for the app.
     
  4. mustafa gotr

    mustafa gotr MDL Senior Member

    Apr 17, 2018
    261
    792
    10
    #84 mustafa gotr, Apr 25, 2026
    Last edited: Apr 25, 2026
    (OP)
  5. mustafa gotr

    mustafa gotr MDL Senior Member

    Apr 17, 2018
    261
    792
    10
  6. mustafa gotr

    mustafa gotr MDL Senior Member

    Apr 17, 2018
    261
    792
    10
    #86 mustafa gotr, Apr 26, 2026
    Last edited: Apr 26, 2026
    (OP)
  7. sometogive

    sometogive MDL Novice

    Feb 5, 2026
    30
    23
    0
    Please give your exe an icon :)
     
  8. mustafa gotr

    mustafa gotr MDL Senior Member

    Apr 17, 2018
    261
    792
    10
    I will add an icon to the application when I complete the final version. :D
     
  9. betakernel

    betakernel MDL Novice

    Nov 29, 2017
    38
    11
    0
    I made the following changes: settings.json is placed in the same directory as the script, and the StoreDownload directory is also placed in the same directory as the script, which feels a bit tidier. If it is no longer needed, you can just delete it, and it won't leave residual files in various user directories.



    # ── Ayarlar ─────────────────────────────────────────────────────────
    $script:Lang = 'EN' # 'EN' veya 'TR'
    $ScriptPath = $MyInvocation.MyCommand.Definition
    $ScriptDir = Split-Path -Parent $ScriptPath
    $script:SettingsFile = Join-Path $ScriptDir 'settings.json'
    function Load-AppSettings {
    $defaults = @{
    DownloadFolder = Join-Path $PSScriptRoot 'StoreDownload'
    Lang = 'EN'
    Theme = 'Light'
    DefaultArch = 'x64'
    DefaultRing = 'Retail'
    }
     
  10. mustafa gotr

    mustafa gotr MDL Senior Member

    Apr 17, 2018
    261
    792
    10
    fixed
     

    Attached Files:

  11. mustafa gotr

    mustafa gotr MDL Senior Member

    Apr 17, 2018
    261
    792
    10
    #91 mustafa gotr, Apr 29, 2026
    Last edited: Apr 29, 2026
    (OP)
  12. David Retzloff

    David Retzloff MDL Novice

    Apr 30, 2023
    37
    31
    0
    :) Very obvious that you've spent some time and effort in putting this script/app together and it's beyond appreciated. I spent a couple hours running it through it's paces and have a couple items that you may consider in the future. I'd like to be able to import the entire local files folder rather than having to import files individually. It would save a bunch of time (for me anyway). I'd also like to be able to download updates, install updates, or uninstall apps from the Install Apps tab.

    Once again, an impressive and incredibly useful application. Thanks.
     
  13. mustafa gotr

    mustafa gotr MDL Senior Member

    Apr 17, 2018
    261
    792
    10
    You can right-click on corn in the List View to see the options. I guess it didn’t catch your attention.
     
  14. mustafa gotr

    mustafa gotr MDL Senior Member

    Apr 17, 2018
    261
    792
    10
    #94 mustafa gotr, May 1, 2026
    Last edited: May 1, 2026
    (OP)
  15. mustafa gotr

    mustafa gotr MDL Senior Member

    Apr 17, 2018
    261
    792
    10
  16. mustafa gotr

    mustafa gotr MDL Senior Member

    Apr 17, 2018
    261
    792
    10
  17. mustafa gotr

    mustafa gotr MDL Senior Member

    Apr 17, 2018
    261
    792
    10
  18. mustafa gotr

    mustafa gotr MDL Senior Member

    Apr 17, 2018
    261
    792
    10
    #100 mustafa gotr, May 2, 2026
    Last edited: May 2, 2026
    (OP)

    Attached Files: