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

A simple way to execute a built Installer (.msi) would be helpful #11

Open
ghost opened this issue Dec 10, 2022 · 3 comments
Open

A simple way to execute a built Installer (.msi) would be helpful #11

ghost opened this issue Dec 10, 2022 · 3 comments
Labels
feature Feature idea

Comments

@ghost
Copy link

ghost commented Dec 10, 2022

HeatWave Version

0.9.0.5

What's your idea?

I'm using HeatWave to build a Windows Installer Package (.msi).

It would be helpful for me doing this, if I could start the build .msi from the Visual Studio IDE (devenv.exe) directly. Maybe with menu Debug -> Start without debugging (Ctrl+F5).

Ok, I can add my own external tool inside the IDE with an execution of msiexec.exe, but maybe I'm not the only one how want's to have this feature?

If you should implement it, I would be nice to have additional start options like add MSIFASTINSTALL=1 not prevent the system restore point creation while development.

@ghost ghost added the triage To be reviewed by FireGiant label Dec 10, 2022
@chrpai
Copy link

chrpai commented Dec 11, 2022

@NilsHoyer it's very dangerous to run an installer thats still under development on your own machine. It's best to run it on a VM or in a sandbox. The only time I ever find myself wanting to run it on my own machine is when I'm working on UI. I'll comment out all the features and components to get a super fast build, run, test the UI and cancel before installing. Nothing gets installed on my machine until I have a degree in confidence that it's not going to make me rebuild my machine.

And I'm someone who knows the tricks to get blocked uninstalls to uninstall. Other people are going to have a higher risk of needing a rebuild.

@FireGiantHelp FireGiantHelp added feature Feature idea and removed triage To be reviewed by FireGiant labels Dec 12, 2022
@FireGiantHelp
Copy link
Collaborator

This is an idea we have on our backlog. Thank you for opening the issue. We'll consider this issue a vote in favor of the idea. 👍

@ghost
Copy link

ghost commented Dec 13, 2023

Why are you not able to start an external program from inside devenv.exe, since other people are able to do this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Feature idea
Projects
None yet
Development

No branches or pull requests

2 participants