moeti Posted January 13, 2006 Posted January 13, 2006 hi there im currently trying to install slowview (image viewer) silent.i found no switches so far, and im searching for them quite a long time now..i tried to make my own .msi installer with wininstall, but all i get out of it is a useless 4gb-slowview-entry in the software-list.dunno what im doing wrong tho.whatev.if someone could give me some switches or stuff, that wopuld be really great.i want to install it silently and associate all image-files with itthx in advance!moeTi
muchlux Posted February 14, 2006 Posted February 14, 2006 Maybe someone is able to create an Autoit script?Slowview is AFAIK the only freeware viewer for corporate use! So it should be of some interest.
MHz Posted February 14, 2006 Posted February 14, 2006 Nullsoft Installer. You can use /S but a language window pops up. Shortcuts group directory also does not get made with silent install so the shortcuts are made in the root of the startmenu\programs folder.Silent Script:_slowview_silent.htmlAs for the shortcut problem with using /S, I also made an Automated version. It will move the 1st installer window of screen. Just comment the WinMove() line with a ; if you want to see the installation.Automated script:_slowview_auto.htmlSave your script as an au3 file. It can be compiled with a right click when AutoIt is installed.
shorterxp Posted June 26, 2018 Posted June 26, 2018 (edited) Mhz, is it possible to make the script not create a start menu driectory called Graphic? (no directory) I could just use rd after script but just curious. Edited June 26, 2018 by shorterxp
MHz Posted June 27, 2018 Posted June 27, 2018 (edited) Suitable compile directives added and added #RequireAdmin directive if run as not compiled. Scripts are still based on SlowView version 1.0 released in 2003. Silent Script: slowview_silent_updated.au3 Automated script: slowview_auto_updated.au3 Setting the variable $do_not_create_shortcuts to True will avoid creating shortcuts and thus no folder created in the Start Menu. If True, checks the "Do not create shortcuts" checkbox. Setting $move_wizard_window to False will not move the 2nd wizard window off the main screen. This script below has a fix for missing uninstall entries when selecting no shortcuts. slowview_auto_updated_uninstall_fix.au3 Installer: Get from brennig.com SlowView 1.0 - (January 2003, works on Windows 95/98/NT and newer) Edited June 27, 2018 by MHz Add site to get installer.
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