-
Notifications
You must be signed in to change notification settings - Fork 20
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
Have an MSI installer #871
Comments
I've succeeded in using the WiX Toolset to create an MSI package that makes a silent install of Structorizer onto the disk. I've not yet found the right switches to install in user mode, so Upla updates are disabled by default. I think this is tine for a deployment in a large Windows network, especially as Structorizer is not big in size. All others should use the Inno generated EXE installer, which offer a GUI with all the features ;) |
So, the administrator would have to reinstall Structorizer each time a new version is published?
Well, but to offer two different Windows installers with different update service might confuse users as they may usually tend to prefer the msi package. Requires a lot of documentation. |
Yes, but such deployments are made server-side. Kind of a one-click action ... No, the installers do not detect each other, even though I've used the same application ID and GUID :-( As far as I've read in the documentation, WiX should be able to do more or less the same thing Inno can, but I need to learn how to implement it. For now, I've just got a POC that WiX is working, so I continue to dig into it ... |
After having read the entire weekend about how to create an MSI installer using the WIX Toolkit, I finally succeeded. Here come the first draft. In fact, I copied the strings from the Inno installer and tried to mimic is behaviour. |
Small fixes ... P.S.: Yes, I know that there is a upla[0..2].ini file that is not needed inside the installation directory, but I did not yet get the right command to delete it :-( |
Ok, I'll try to debug tomorrow on some other machine than mine ;) |
any updates or ways to install structorizer silent? |
@LittleITworld |
Someone mailed to ask if we could provide an MSI installer, which would allow an easy deployment in larger Windows environments.
Searching the net, I found the WiX Toolset, which I will try to get into ...
https://www.firegiant.com/wix/tutorial/
The text was updated successfully, but these errors were encountered: