Hi,

@Swapnil: Thanks for the reply but below is the behaviour

I have tried as you have mentioned i.e., msiexec /qn /i sample.msi. Even
that didn't work.

I thought this problem is because i'm using feature tree, while on Silent
install it was unable to get at features so it is not installing and tried
using installdefault attribute of feature tag with value local. Still it
didn't work.

Regards,
Vijay Chander
_________________________________________________________________________________________________________

On Wed, Jun 2, 2010 at 4:33 PM, <wix-users-requ...@lists.sourceforge.net>wrote:

> Send WiX-users mailing list submissions to
>        wix-users@lists.sourceforge.net
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        https://lists.sourceforge.net/lists/listinfo/wix-users
> or, via email, send a message with subject or body 'help' to
>        wix-users-requ...@lists.sourceforge.net
>
> You can reach the person managing the list at
>        wix-users-ow...@lists.sourceforge.net
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of WiX-users digest..."
>
>
> Today's Topics:
>
>   1. Re: How to detect MSI database codepage at runtime?
>      (Yan Sklyarenko)
>   2. Re: ListView Icon inconsistency... (ppremk)
>   3. Unable to use msiexec /i <WIXinstaller.msi> /qn (vijay chander)
>   4. Re: Unable to use msiexec /i <WIXinstaller.msi> /qn
>      (Swapnil Sankla)
>   5. Install console application in silent mode (Prabhu G)
>   6. Re: Install console application in silent mode (Swapnil Sankla)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 2 Jun 2010 10:16:59 +0200
> From: "Yan Sklyarenko" <y...@sitecore.net>
> Subject: Re: [WiX-users] How to detect MSI database codepage at
>        runtime?
> To: "General discussion for Windows Installer XML toolset."
>        <wix-users@lists.sourceforge.net>
> Message-ID:
>        <b44aabaf1aea674cad53f403cba619acdfd...@exchange.dk.sitecore.net>
> Content-Type: text/plain;       charset="us-ascii"
>
> Hello Guys,
>
> I apologies for the long silence.
>
> Blair>>: Why do you need it?
>
> Well, I now realized that I don't really need it, and it is great since
> I don't think there's an easy way to accomplish this. The initial task
> was to display the console output of the .NET application, which is
> localized. So, my system setting for non-Unicode programs was Russian,
> and thus Console.OutputEncoding.CodePage was 866 (Cyrillic, DOS). I
> actually set the console out to a stream writer setting the encoding to
> UTF8 explicitly. And when I read the output in MSI CA, I set
> StandardOutputEncoding of the ProcessInfo to UTF8 as well. This solves
> the problem.
>
> Phil Wilson>>: That sounds like this rather strange procedure...
>
> Oh, yes! And this made me think there isn't an easy way to do this...
> Fortunately, I managed to work this around.
>
> Thank you all for attention and quick answers!
>
> -- Yan
>
> -----Original Message-----
> From: Wilson, Phil [mailto:phil.wil...@invensys.com]
> Sent: Saturday, 29 May, 2010 01:36
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] How to detect MSI database codepage at runtime?
>
> That sounds like this rather strange procedure:
>
> http://msdn.microsoft.com/en-us/library/aa368277(VS.85).aspx
>
> "To determine the code page of a database, call MsiDatabaseExport with
> hDatabase set to the handle of the database and szTableName set to
> _ForceCodepage. This exports a text file with an .idt extension. The
> first two lines of this file are blank. The third line is the ANSI code
> page number, followed by a tab, followed by the name _ForceCodepage."
>
> Yech.
>
> Phil Wilson
>
>
> -----Original Message-----
> From: Blair [mailto:os...@live.com]
> Sent: Friday, May 28, 2010 11:20 AM
> To: 'General discussion for Windows Installer XML toolset.'
> Subject: Re: [WiX-users] How to detect MSI database codepage at runtime?
>
> There are two codepages in an MSI database: the database codepage, and
> the
> summary info codepage. They can be different, and there are
> circumstances
> where the valid values for each are different as well.
>
> The functions that Phil mentions retrieve the summary info codepage, not
> the
> database codepage. See http://msdn.microsoft.com/library/aa367864.aspx.
>
> Microsoft didn't document anywhere I have found yet where/how they
> encode
> the database codepage within the MSI file. Nor does it appear that they
> supplied an API to retrieve it. Why do you need it? The "Unicode" APIs
> will
> always return the strings in 16-bit Unicode, and the "ANSI" APIs will
> always
> convert strings to the thread's current codepage (as best as it can).
>
> -----Original Message-----
> From: Wilson, Phil [mailto:phil.wil...@invensys.com]
> Sent: Friday, May 28, 2010 9:48 AM
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] How to detect MSI database codepage at runtime?
>
> Unless I'm missing something, that's MsiGetSummaryInformation() and
> MsiGetSummaryInfoGetProperty() and associated Win32 functions, or the
> scripting Installer.SummaryInfo etc
>
> Phil Wilson
>
> -----Original Message-----
> From: Yan Sklyarenko [mailto:y...@sitecore.net]
> Sent: Friday, May 28, 2010 2:13 AM
> To: General discussion for Windows Installer XML toolset.
> Subject: [WiX-users] How to detect MSI database codepage at runtime?
>
> Hi WiX Community,
>
> Does anyone know if it is at all possible to get the MSI database
> codepage at runtime?
> The session.Database.CodePage throws exception... The MSDN says you
> should export tables (wtf???) in order to determine the codepage -
> that's probably why session.Database.CodePage fails from CA...
>
> But when language transform is applied, it changes the code page
> somehow, right? And it is at runtime, so there must be an option to get
> it at runtime as well...
>
> Any ideas?
>
> Thank you!
>
> -- Yan
>
>
> ------------------------------------------------------------------------
> ----
> --
>
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
> *** Confidentiality Notice: This e-mail, including any associated or
> attached files, is intended solely for the individual or entity to which
> it
> is addressed. This e-mail is confidential and may well also be legally
> privileged. If you have received it in error, you are on notice of its
> status. Please notify the sender immediately by reply e-mail and then
> delete
> this message from your system. Please do not copy it or use it for any
> purposes, or disclose its contents to any other person. This email comes
> from a division of the Invensys Group, owned by Invensys plc, which is a
> company registered in England and Wales with its registered office at
> Portland House, Bressenden Place, London, SW1E 5BF (Registered number
> 166023). For a list of European legal entities within the Invensys
> Group,
> please go to
> http://www.invensys.com/legal/default.asp?top_nav_id=77&nav_id=80&prev_i
> d=77
> . You may contact Invensys plc on +44 (0)20 7821 3848 or e-mail
> inet.hqhelpd...@invensys.com. This e-mail and any attachments thereto
> may be
> subject to the terms of any agreements between Invensys (and/or its
> subsidiaries and affiliates) and the recipient (and/or its subsidiaries
> and
> affiliates).
>
>
>
> ------------------------------------------------------------------------
> ----
> --
>
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
> ------------------------------------------------------------------------
> ------
>
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
> *** Confidentiality Notice: This e-mail, including any associated or
> attached files, is intended solely for the individual or entity to which
> it is addressed. This e-mail is confidential and may well also be
> legally privileged. If you have received it in error, you are on notice
> of its status. Please notify the sender immediately by reply e-mail and
> then delete this message from your system. Please do not copy it or use
> it for any purposes, or disclose its contents to any other person. This
> email comes from a division of the Invensys Group, owned by Invensys
> plc, which is a company registered in England and Wales with its
> registered office at Portland House, Bressenden Place, London, SW1E 5BF
> (Registered number 166023). For a list of European legal entities within
> the Invensys Group, please go to
> http://www.invensys.com/legal/default.asp?top_nav_id=77&nav_id=80&prev_i
> d=77. You may contact Invensys plc on +44 (0)20 7821 3848 or e-mail
> inet.hqhelpd...@invensys.com. This e-mail
>  and any attachments thereto may be subject to the terms of any
> agreements between Invensys (and/or its subsidiaries and affiliates) and
> the recipient (and/or its subsidiaries and affiliates).
>
>
>
> ------------------------------------------------------------------------
> ------
>
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
>
> ------------------------------
>
> Message: 2
> Date: Wed, 2 Jun 2010 01:39:08 -0700 (PDT)
> From: ppremk <prem.kumar.ponutho...@exact.com>
> Subject: Re: [WiX-users] ListView Icon inconsistency...
> To: wix-users@lists.sourceforge.net
> Message-ID: <1275467948681-5129801.p...@n2.nabble.com>
> Content-Type: text/plain; charset=us-ascii
>
>
> Hi Dominique
>
> I am also currently trying to achieve the same with my deployment project.
> The objective is to display a list of Prerequisites and have a "tick" or
> "cross" mark beside it to notify the users which are missing after the
> Welcome dialog.
>
> Would you mind sharing your knowledge and concept on this? Any code snippet
> is very appreciated.
>
> currently I only have pop up dialogs to notify which prerequisites are
> missing and this can get annoying if it keeps repeating itself for all
> missing prerequisite since it would not create good user experience for
> customers installing the MSI.
>
> thanks in advance
> cheers
> Prem
> --
> View this message in context:
> http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/ListView-Icon-inconsistency-tp3930916p5129801.html
> Sent from the wix-users mailing list archive at Nabble.com.
>
>
>
> ------------------------------
>
> Message: 3
> Date: Wed, 2 Jun 2010 14:24:32 +0530
> From: vijay chander <vijaychander2...@gmail.com>
> Subject: [WiX-users] Unable to use msiexec /i <WIXinstaller.msi> /qn
> To: wix-users@lists.sourceforge.net
> Message-ID:
>        <aanlktikdwnc9p45txgi9f7nt3tmqvo03fhkma3bjs...@mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Hi,
>
>
> I have a requirement to silent install an installer created using WIX.
> I have created a sample WIX installer with WIX UI Templates, when trying to
> install the same installer with MSIEXEC commands it was not working.
>
> Command used:
> msiexec /i sampleUI.msi /qn
>
> When I have tried using with option /qb installation was successful..
>
> Can we use msiexec for silent installation or WIX provides any options for
> Silent Installation through command line?
> Please let me know how can i resolve this issue.
>
> Thanks in advance.
>
> Regards,
> Vijay Chander
>
>
> ------------------------------
>
> Message: 4
> Date: Wed, 2 Jun 2010 14:39:16 +0530
> From: Swapnil Sankla <swapnil_san...@persistent.co.in>
> Subject: Re: [WiX-users] Unable to use msiexec /i <WIXinstaller.msi>
>        /qn
> To: General discussion for Windows Installer XML toolset.
>        <wix-users@lists.sourceforge.net>
> Message-ID:
>        <
> f544e3aa46ca024abf9609fed980e5f1087111f...@exchange.persistent.co.in>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi,
> Use following command.
>
> Msiexec /qn /i <Product.msi>
>
> Regards,
> Swapnil Sankla | Software Engineer | Persistent Systems Limited
> swapnil_san...@persistent.co.in | Cell: +91 ?9960851096
> Persistent Systems -?Innovation in software product design, development and
> delivery
> www.persistentsys.com
>
> -----Original Message-----
> From: vijay chander [mailto:vijaychander2...@gmail.com]
> Sent: Wednesday, June 02, 2010 2:25 PM
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] Unable to use msiexec /i <WIXinstaller.msi> /qn
>
> Hi,
>
>
> I have a requirement to silent install an installer created using WIX.
> I have created a sample WIX installer with WIX UI Templates, when trying to
> install the same installer with MSIEXEC commands it was not working.
>
> Command used:
> msiexec /i sampleUI.msi /qn
>
> When I have tried using with option /qb installation was successful..
>
> Can we use msiexec for silent installation or WIX provides any options for
> Silent Installation through command line?
> Please let me know how can i resolve this issue.
>
> Thanks in advance.
>
> Regards,
> Vijay Chander
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
> DISCLAIMER
> ==========
> This e-mail may contain privileged and confidential information which is
> the property of Persistent Systems Ltd. It is intended only for the use of
> the individual or entity to which it is addressed. If you are not the
> intended recipient, you are not authorized to read, retain, copy, print,
> distribute or use this message. If you have received this communication in
> error, please notify the sender and delete all copies of this message.
> Persistent Systems Ltd. does not accept any liability for virus infected
> mails.
>
>
>
> ------------------------------
>
> Message: 5
> Date: Wed, 2 Jun 2010 16:20:12 +0530
> From: "Prabhu G" <prabh...@ntierbusiness.com>
> Subject: [WiX-users] Install console application in silent mode
> To: <wix-users@lists.sourceforge.net>
> Message-ID: <002b01cb0241$61e97250$25bc56...@g@ntierbusiness.com>
> Content-Type: text/plain;       charset="us-ascii"
>
> Hi,
>
> The installer will Copy the "Agent.exe" file in "C:\". Then it will execute
> the code with provided parameter. While executing the "Agent.exe" file. The
> console window is appearing.
>
> Issue: I want to hide the executing console screen.
>
>
>
>
>
> Thanks & Regards,
>
> Prabhu. G
>
>
>
> Disclaimer:
>
> ***********************
>
> The information contained in this communication is intended solely for the
> use of the individual or entity to whom it is addressed and others
> authorized to receive it. It may contain confidential or legally privileged
> information. If you are not the intended recipient you are hereby notified
> that any disclosure, copying, distribution or taking any action in reliance
> on the contents of this information is strictly prohibited and may be
> unlawful. If you have received this communication in error, please notify
> us
> immediately by responding to this email and then delete it from your
> system.
> N-tier Business Solution Pvt Ltd is neither liable for the proper and
> complete transmission of the information contained in this communication
> nor
> for any delay in its receipt.
>
>  ***********************
>
>
>
>
>
> ------------------------------
>
> Message: 6
> Date: Wed, 2 Jun 2010 16:33:14 +0530
> From: Swapnil Sankla <swapnil_san...@persistent.co.in>
> Subject: Re: [WiX-users] Install console application in silent mode
> To: General discussion for Windows Installer XML toolset.
>        <wix-users@lists.sourceforge.net>
> Message-ID:
>        <
> f544e3aa46ca024abf9609fed980e5f1087111f...@exchange.persistent.co.in>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi,
> Use following property
> <Property Id="QtExecCmdLine" Value="C:\Agent.exe "/>
> and link it with WixUtilExtension when you do candle.exe
>
> Regards,
>
> Swapnil Sankla | Software Engineer | Persistent Systems Limited
> swapnil_san...@persistent.co.in | Cell: +91 ?9960851096
> Persistent Systems -?Innovation in software product design, development and
> delivery
> www.persistentsys.com
>
>
> -----Original Message-----
> From: Prabhu G [mailto:prabh...@ntierbusiness.com]
> Sent: Wednesday, June 02, 2010 4:20 PM
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] Install console application in silent mode
>
> Hi,
>
> The installer will Copy the "Agent.exe" file in "C:\". Then it will execute
> the code with provided parameter. While executing the "Agent.exe" file. The
> console window is appearing.
>
> Issue: I want to hide the executing console screen.
>
>
>
>
>
> Thanks & Regards,
>
> Prabhu. G
>
>
>
> Disclaimer:
>
> ***********************
>
> The information contained in this communication is intended solely for the
> use of the individual or entity to whom it is addressed and others
> authorized to receive it. It may contain confidential or legally privileged
> information. If you are not the intended recipient you are hereby notified
> that any disclosure, copying, distribution or taking any action in reliance
> on the contents of this information is strictly prohibited and may be
> unlawful. If you have received this communication in error, please notify
> us
> immediately by responding to this email and then delete it from your
> system.
> N-tier Business Solution Pvt Ltd is neither liable for the proper and
> complete transmission of the information contained in this communication
> nor
> for any delay in its receipt.
>
>  ***********************
>
>
>
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
> DISCLAIMER
> ==========
> This e-mail may contain privileged and confidential information which is
> the property of Persistent Systems Ltd. It is intended only for the use of
> the individual or entity to which it is addressed. If you are not the
> intended recipient, you are not authorized to read, retain, copy, print,
> distribute or use this message. If you have received this communication in
> error, please notify the sender and delete all copies of this message.
> Persistent Systems Ltd. does not accept any liability for virus infected
> mails.
>
>
>
> ------------------------------
>
>
> ------------------------------------------------------------------------------
>
>
>
> ------------------------------
>
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
> End of WiX-users Digest, Vol 49, Issue 12
> *****************************************
>
------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to