Jump to content

slowview silent install


moeti

Recommended Posts

hi there :hello:

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 it

thx in advance!

moeTi

Link to comment
Share on other sites

  • 1 month later...

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.html

As 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.html

Save your script as an au3 file. It can be compiled with a right click when AutoIt is installed.

Link to comment
Share on other sites

  • 12 years later...

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 by shorterxp
Link to comment
Share on other sites

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 by MHz
Add site to get installer.
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...