[wpkg-users] VSO image resizer

2009-04-07 Thread Adam Williams
Does anyone know how make this application silently install?  
http://www.vso-software.fr/products/image_resizer/

i've tried the usual things like msiexec /qn /i 
vso_image_resizer2_setup.exe, or passing it flags like /s, /q, /quiet, 
etc.  nothing seems to work.  or do you know of another free image 
resizing program that is vista compatible and silently installs?
-
wpkg-users mailing list archives  http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


Re: [wpkg-users] VSO image resizer

2009-04-07 Thread Rainer Meier
Hi Adam,

Adam Williams wrote:
 Does anyone know how make this application silently install?  
 http://www.vso-software.fr/products/image_resizer/
 
 i've tried the usual things like msiexec /qn /i 
 vso_image_resizer2_setup.exe, or passing it flags like /s, /q, /quiet, 
 etc.  nothing seems to work.  or do you know of another free image 
 resizing program that is vista compatible and silently installs?

Common silent options to try:
MSI installer: /i /qn /norestart
MSI uninstaller: /x /qn /norestart
Install4J: -q
Inno Installer: /verysilent /norestart /sp-
Installshield: /s
NSIS insstaller: /S

Well, I have no clue if one of them works for image resizer - I am using
IrfanView in batch mode to resize a bunch of images.

br,
Rainer

-
wpkg-users mailing list archives  http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


Re: [wpkg-users] VSO image resizer

2009-04-07 Thread Chris Wilcox

 Date: Tue, 7 Apr 2009 18:06:06 +0200
 From: r.me...@wpkg.org
 To: awill...@mdah.state.ms.us
 CC: wpkg-users@lists.wpkg.org
 Subject: Re: [wpkg-users] VSO image resizer
 
 Hi Adam,
 
 Adam Williams wrote:
  Does anyone know how make this application silently install? 
  http://www.vso-software.fr/products/image_resizer/
  
  i've tried the usual things like msiexec /qn /i 
  vso_image_resizer2_setup.exe, or passing it flags like /s, /q, /quiet, 
  etc. nothing seems to work. or do you know of another free image 
  resizing program that is vista compatible and silently installs?
 
 Common silent options to try:
 MSI installer: /i /qn /norestart
 MSI uninstaller: /x /qn /norestart
 Install4J: -q
 Inno Installer: /verysilent /norestart /sp-
 Installshield: /s
 NSIS insstaller: /S
 
 Well, I have no clue if one of them works for image resizer - I am using
 IrfanView in batch mode to resize a bunch of images.
 
 br,
 Rainer
 
 -
 wpkg-users mailing list archives  
 http://lists.wpkg.org/pipermail/wpkg-users/
 ___
 wpkg-users mailing list
 wpkg-users@lists.wpkg.org
 http://lists.wpkg.org/mailman/listinfo/wpkg-users


A quick Google and voila:

 

http://forums.vso-software.fr/silent-install-t1817.html

_
View your Twitter and Flickr updates from one place – Learn more!
http://clk.atdmt.com/UKM/go/137984870/direct/01/-
wpkg-users mailing list archives  http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users