Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

External Tool for installing and managing multiple instances of PBID #16

Open
JamesDBartlett3 opened this issue Jan 10, 2025 · 0 comments
Assignees

Comments

@JamesDBartlett3
Copy link
Owner

JamesDBartlett3 commented Jan 10, 2025

MVP Functionality:

  • PowerShell back-end
  • Basic WinForms UI
    • List of installed Power BI Desktop (PBID) instances
    • Options to Run, Install, Uninstall, or Edit an instance
  • First Run
    • Ask user to choose destination folder, then deploy there, and offer to pin itself to the Taskbar, Start Menu, External Tools ribbon, etc.
    • Check if compatible version of pbi-tools is in %PATH%; If not, download and install it.
    • Create SQLite DB to store list of installed PBID instances
  • Install Instance
    • Ask user to specify PBID installer location as a URL or file path
    • Extract and store its version number
    • Ask user to provide a name (default to "Power BI Desktop (Portable)")
    • Ask user to provide a description (optional field, default to null)
    • Add entry to SQLite DB
    • Ask user whether to delete the installer file, archive it, or leave it where it is
  • Run Instance
    • Run instance executable
  • Uninstall Instance
    • Remove entry from SQLite DB
  • Edit Instance
    • Reuse installation UI
    • "Save" instead of "Install"

Resources:

@JamesDBartlett3 JamesDBartlett3 self-assigned this Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant