Novalee Posted December 14, 2016 Posted December 14, 2016 Hello edugeek friends. I feel I may have been here before, in a software tidy up. But I'm serious this time!:-D I have a great rightclick picture resizer. It's really handy. Image Resizer for Windows - Lets you resize images by right-clicking. However, they only have an .exe - does anyone know of a similar program (right click) which has an available .msi? Just trying to really tidy up and keep all the policies etc. consistent. Thanks!
DJ-1701 Posted December 14, 2016 Posted December 14, 2016 You could run the exe with a /quiet and install it as part of a workstation boot script instead. Or... you could always ask the King @Arthur to see if he has an MSI already created of one, or could kindly create one.
Novalee Posted December 14, 2016 Author Posted December 14, 2016 @DJ-1701 I'm not sure how to do that, hence looking for the msi for now, just to get it done. I did think of @Arthur but didn't want to bother him as he did some brilliant VLCs for me the other week (REALLY helped me out there!) and don't want to be a mither!
Ant Posted December 14, 2016 Posted December 14, 2016 I don't have the latest version, but do have an msi for v2.1 which I have deployed here. Try these: https://github.com/bricelam/ImageResizer/releases/download/v2.1/ImageResizer-2.1_x64.msi https://github.com/bricelam/ImageResizer/releases/download/v2.1/ImageResizer-2.1_x86.msi 1
DJ-1701 Posted December 14, 2016 Posted December 14, 2016 (edited) @DJ-1701 I'm not sure how to do that, hence looking for the msi for now, just to get it done. I assume a vanilla network? It's simple enough once you have first done one. 1. In the same location you keep your MSIs (lets say it's \\Server\Packages$\), place a copy of the ImageResizerSetup-3.0.exe file. 2. Open notepad and type the following (correcting for the location you placed the EXE file). "\\Server\Packages$\ImageResizerSetup-3.0.exe" /quiet 3. Save the file as "ImageResizer.cmd" in the same directory as the EXE (include the speech marks so it doesn't add .txt to the end). 4. Create a new GPO and assign to the relevant group you wish to deploy to. 5. Go to Computer Configuration -> Policies -> Windows Settings -> Scripts (Startup/Shutdown) and open the Startup policy. 6. Click Add... then click Browse... and search for the CMD you created. 7. Test. Update: Or use @Ant's older version of the MSI. Edited December 14, 2016 by DJ-1701 2
Arthur Posted December 14, 2016 Posted December 14, 2016 @Novalee. It might be worth logging an issue on the ImageResizer GitHub repo about an MSI for the latest version. Brice Lambson (the developer) already has all of the code necessary to create MSIs... https://github.com/bricelam/ImageResizer/tree/develop/setup 2
Novalee Posted December 14, 2016 Author Posted December 14, 2016 I don't have the latest version, but do have an msi for v2.1 which I have deployed here. Try these: https://github.com/bricelam/ImageResizer/releases/download/v2.1/ImageResizer-2.1_x64.msi https://github.com/bricelam/ImageResizer/releases/download/v2.1/ImageResizer-2.1_x86.msi Thanks for this Ant. Very kind. I assume a vanilla network? It's simple enough once you have first done one. 1. In the same location you keep your MSIs (lets say it's \\Server\Packages$\), place a copy of the ImageResizerSetup-3.0.exe file. 2. Open notepad and type the following (correcting for the location you placed the EXE file). "\\Server\Packages$\ImageResizerSetup-3.0.exe" /quiet 3. Save the file as "ImageResizer.cmd" in the same directory as the EXE (include the speech marks so it doesn't add .txt to the end). 4. Create a new GPO and assign to the relevant group you wish to deploy to. 5. Go to Computer Configuration -> Policies -> Windows Settings -> Scripts (Startup/Shutdown) and open the Startup policy. 6. Click Add... then click Browse... and search for the CMD you created. 7. Test. Update: Or use @Ant's older version of the MSI. Thanks for this - I've not done this before so the guide is helpful! I often see people recommending this, but wasn't sure how. @Novalee. It might be worth logging an issue on the ImageResizer GitHub repo about an MSI for the latest version. Brice Lambson (the developer) already has all of the code necessary to create MSIs... https://github.com/bricelam/ImageResizer/tree/develop/setup I'll do that Arthur - hadn't noticed this page. Thank you!
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