Jump to content

REQ: switch for HyperSnap and Vueprint Pro anyone?


Recommended Posts


Posted

Hypersnap uses a proprietary installer, ie: no switches will work.

Several things you can do:

-copy the files and export reg entries...

-use a script (like this one)

-capture install and repackage as .msi file

(...)

As for vueprint pro (never used it), if it works like vuescan, just copy the installed files (the license is a file inside the directory) and the shortcuts. (Althought it seems like it adds a bunch of reg entries/shell integration - that you could easily capture with something like RegSnap - that's if you want to keep it) You could make it into a sfx too (or again capture the install, or autoit, ...)

(asking for them over and over again will not magically make the installers have switches to install them silently... sometimes, there just aren't any)

Posted

InstallRite would work and is free (it records changes to the system, and wraps it all up in an installer package)

If you got serious money to spend, then there are other, much more powerful (and much more complex) apps by InstallShield/Wise/...

Posted (edited)
Hypersnap uses a proprietary installer, ie: no switches will work.

you are wrong it turns out there is a switch for hypersnap i just had a chat with the developers at hyperionics

update boys & girls it appears that the installer of HyperSnap is a SFX

So here is the instructions on how to install it silently. (setup.exe -s)

1. download HyperSnap 5.61 from here.

2. using winrar open the file

3. edit the comment to

Setup=setup.exe -s
TempMode
Silent=1
Overwrite=1

4 your done!

|RunonceEX.cmd code is

REG ADD %Key%\073 /VE /D "HyperSnap 5.61" /f
REG ADD %Key%\073 /V 1 /D "%CDROM%\Software\HyperSnap\HS5setup.exe" /f
REG ADD %Key%\073 /V 2 /D "%CDROM%\Software\HyperSnap\MyRegkey.exe" /f

YAHOO!!! :thumbup]

Edited by Astalavista
Posted
If you got serious money to spend, then there are other, much more powerful (and much more complex) apps by InstallShield/Wise/...

Crahak, what particular software from InstallShield or Wise?

edit: It is a tool included in InstallShield AdminStudio.

  • 4 weeks later...
  • 10 months later...
Posted
HyperSnap-DX 5 setup program installation switches

HyperSnap-DX ver. 5 setup program (normally named HS5Setup.exe) supports the following command line switches for silent installation:

-s	silent installation to default directory

[folder path] silent installation to specified folder.

-runafter run HyperSnap-DX program after installation is finished

-allusers install for all users (must be run under administrative account)

-autostart turn on automatic start of HyperSnap-DX with Windows

-nodeskico do not install desktop icon.

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