azuravian / playnite-LocalInstallButton

Adds button to assist with installing local PC games.
Creative Commons Zero v1.0 Universal
11 stars 7 forks source link

Custom installer name? #1

Closed Snaid1 closed 2 years ago

Snaid1 commented 2 years ago

I am trying to install an old game I made an ISO of and the setup file on the iso is a different name than what you'd usually find. Is there any way to pass in an alternate name to run when clicking install?

current behavior is I click install, the button changes to say "installing" but nothing happens.

azuravian commented 2 years ago

Let me see if I can put in a check. If no setup.exe is found in the ISO, it will then prompt for the file.

Snaid1 commented 2 years ago

that works for me! thanks! I tried seeing if I could modify the code to scrape the autorun.inf file for the setup file but it turns out piping powershell commands and turning the results into a string are harder than I initially thought.