[WiX-users] Silent installation of exe using ExePackage element

2014-11-13 Thread Balaji R
Hi, While using the "DisplayInternalUI=no" attribute of MsiPackage element in bundle, we can achieve silent installation of an msi. Like this, is there any attribute for ExePackage we can use for silent installation ? I'd used "InstallCommand=\q" attributes of ExePackage, but still no use. Silent

Re: [WiX-users] Silent installation

2014-10-13 Thread Phil Wilson
That's kind of where I was going with "file is already open" thing and yes, I think we've all done it at one time. :) --- Phil Wilson On Mon, Oct 13, 2014 at 8:57 AM, Nicolás Alvarez wrote: > Or that you have the MSI open in Orca while trying to install it :) > > -- > Nicolás > > 201

Re: [WiX-users] Silent installation

2014-10-13 Thread Nicolás Alvarez
Or that you have the MSI open in Orca while trying to install it :) -- Nicolás 2014-10-13 12:16 GMT-03:00 Phil Wilson : > Error 1619 is "This installation package could not be opened. Verify > that the package exists and is accessible, or contact the application > vendor to verify that this is a

Re: [WiX-users] Silent installation

2014-10-13 Thread Phil Wilson
Error 1619 is "This installation package could not be opened. Verify that the package exists and is accessible, or contact the application vendor to verify that this is a valid Windows Installer package." Something about the context of the install or the security (or sometimes when the file is alre

[WiX-users] Silent installation

2014-10-12 Thread Yankulin, Leonid
Hello, I am trying to run silent installation of my MSI (WiX 3.8; VS2013) with /qn parameter. When the MSI is stored locally on computer I am getting a pretty long log with no errors, which ends with "nothing". No files installed, no IIS virtual directories created, no SQL scripts ran. I am susp

Re: [WiX-users] Silent Installation of a single feature

2009-02-18 Thread Wilson, Phil
u, Surekha (SBT US EXT) [mailto:surekha.vuchuru@siemens.com] Sent: Wednesday, February 18, 2009 12:10 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Silent Installation of a single feature Hi Phil, I generated a log file and it gives the following erro

Re: [WiX-users] Silent Installation of a single feature

2009-02-18 Thread Vuchuru, Surekha (SBT US EXT)
essage- From: Wilson, Phil [mailto:phil.wil...@wonderware.com] Sent: Wednesday, February 18, 2009 1:21 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Silent Installation of a single feature Using ADDLOCAL=Feature1 on a silent command line is the documented way to do th

Re: [WiX-users] Silent Installation of a single feature

2009-02-18 Thread Wilson, Phil
, February 18, 2009 8:13 AM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Silent Installation of a single feature Hello Everyone, Please let me know how I can install a single feature silently...I have tried using msiexec /i abc.msi /passive ADDLOCAL=Feature1

[WiX-users] Silent Installation of a single feature

2009-02-18 Thread Vuchuru, Surekha (SBT US EXT)
Hello Everyone, Please let me know how I can install a single feature silently...I have tried using msiexec /i abc.msi /passive ADDLOCAL=Feature1. This does not work... If I use msiexec /i abc.msi /passive ADDLOCAL=ALL, then it installs all the features...But, that is not what I want. Please

[WiX-users] Silent Installation

2007-11-01 Thread gunass
sai - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> ht

Re: [WiX-users] Silent Installation

2007-10-23 Thread Rob Mensching
Please keep wix-users on the thread. By default TARGETDIR will be the largest drive. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 23, 2007 06:10 To: [EMAIL PROTECTED] Subject: Silent Installation Hi, Am new to this installer and My requir

Re: [WiX-users] Silent Installation

2007-10-23 Thread GunaS
Hi, Thanks for your resp. My requirement is "If space is not available on default loc ie C drive, In case of UI installation user can change the path. No issues. But in case of Silent Installation, because there is no UI, it should select another disk which is available automatically and install

[WiX-users] Silent Installation

2007-10-22 Thread Guna S
Hello Everyone, This is regarding "Disk Space". How to check the diskspace? If space is not available in default location(ie C:\\) incase of Normal Installation, User can change the path, but incase of silent install, it should automatically selects another loc, (which loc has available space) a

Re: [WiX-users] Silent Installation

2007-10-16 Thread Aaron Shurts
Guna, Silent installations are built in to the Windows Installer service. There isn't really anything special you have to do to make it work. Take a look at the Windows Installer command line switches for more information: http://support.microsoft.com/kb/227091 You will also want to take a look

[WiX-users] Silent Installation

2007-10-12 Thread Guna S
My name is Guna S. Am very new to Wix Installer This is regariding to Silent Installation My questions are 1. How to create and add DLL file 2. For silet instllation if user gives command(for ex xxx.msi/quite), so for this how the confiuration file should be 3. How/where to put condition for sil

Re: [WiX-users] Silent installation using properties

2007-05-01 Thread David Roberts
Dave - Original message - From: "Bob Arnson" <[EMAIL PROTECTED]> To: "Dave Roberts" <[EMAIL PROTECTED]> Cc: wix-users@lists.sourceforge.net Date: Tue, 01 May 2007 07:37:50 -0700 Subject: Re: [WiX-users] Silent installation using properties Dave Roberts wrote:

Re: [WiX-users] Silent installation using properties

2007-05-01 Thread Bob Arnson
Dave Roberts wrote: > Just wondering if it's possible to kick off a silent install using > Windows Installer properties (rather than with /q on the cmdline)? > As long as your package has dialogs and an InstallUISequence table, MSI will use it to present a "full" UI. If you don't want to show

Re: [WiX-users] Silent installation using properties

2007-05-01 Thread Rennie Petersen
ECTED] On Behalf Of > Dave Roberts > Sent: 1. maj 2007 10:31 > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] Silent installation using properties > > Hi there, > > Just wondering if it's possible to kick off a silent install > using Windows Installer

[WiX-users] Silent installation using properties

2007-05-01 Thread Dave Roberts
Hi there, Just wondering if it's possible to kick off a silent install using Windows Installer properties (rather than with /q on the cmdline)? I'm asking as I've created a vs05 bootstrapper which installs prerequisite components for my MSI, but in some scenarios would like to be able to launch t