DSAGEY Posted October 4, 2020 Posted October 4, 2020 Hi, Is there anyone on here who can create MSI packages? I have been tring to create an MSI package for Gimp but everytime I have tried it doesn't work. https://www.gimp.org/downloads/ Please could someone create an MSI for me. Thank you
mavhc Posted October 4, 2020 Posted October 4, 2020 Mostly why I switched to using chocolatey, https://chocolatey.org/packages/gimp see http://www.edugeek.net/forums/o-s-deployment/186005-chocolatey-deploy-java-flash.html#post1802114 https://glimpse-editor.github.io/downloads/ is a fork with an msi installer
Steve21 Posted October 4, 2020 Posted October 4, 2020 Mostly why I switched to using chocolatey, https://chocolatey.org/packages/gimp see http://www.edugeek.net/forums/o-s-deployment/186005-chocolatey-deploy-java-flash.html#post1802114 https://glimpse-editor.github.io/downloads/ is a fork with an msi installer Pretty sure that package is still broken isn't it? Tried this a few weeks back as an alternative going forwards to SCCM and gave up when first items I tried didn't work Steve
mavhc Posted October 4, 2020 Posted October 4, 2020 Which one? Glimpse MSI or Chocolatey GIMP package?
SteveM555 Posted October 4, 2020 Posted October 4, 2020 Mostly why I switched to using chocolatey, https://chocolatey.org/packages/gimp see http://www.edugeek.net/forums/o-s-deployment/186005-chocolatey-deploy-java-flash.html#post1802114 https://glimpse-editor.github.io/downloads/ is a fork with an msi installer Are you using chocolatey open source edition? Id be interested to know what their "Special pricing" for the Business edition, for education & non-profit is. The central management for deploying packages looks really good.
mavhc Posted October 5, 2020 Posted October 5, 2020 Yeah, I wrote my own scripts, will publish it all soon
supportman Posted October 5, 2020 Posted October 5, 2020 Are you using chocolatey open source edition? Id be interested to know what their "Special pricing" for the Business edition, for education & non-profit is. The central management for deploying packages looks really good. I looked into this recently and its way out of price range, quite ridiculous in fact Education/Non-profit Price - $3,600 USD ($12/node) / year
mavhc Posted October 5, 2020 Posted October 5, 2020 DIY version for free https://github.com/mavhc/choco-school
chris_uk Posted October 5, 2020 Posted October 5, 2020 Hi, Is there anyone on here who can create MSI packages? I have been tring to create an MSI package for Gimp but everytime I have tried it doesn't work. https://www.gimp.org/downloads/ Please could someone create an MSI for me. Thank you Download this - https://www.exemsi.com/download/ Download the EXE file installer for GIMP Open the newly installed MSI Creator. Go through the options, then for the command line options add this - /VERYSILENT /NORESTART /ALLUSERS Complete the creation of the MSI, run the msi using your standard command line, msiexec /i msi_name /qn Or if you run SCCM app the EXE installer for GIMP and add the following as the command line /VERYSILENT /NORESTART /ALLUSERS
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now