Re: [WiX-users] COM+ registration help

2013-03-22 Thread Katherine Moss
What do you mean, unneeded code for installing Windows services? What if the service is written in .net? Then the code is "needed". -Original Message- From: Christopher Painter [mailto:chr...@iswix.com] Sent: Friday, March 22, 2013 9:24 AM To: General discussion for Windows Installer

Re: [WiX-users] Feature or Chained MSI?

2012-12-07 Thread Katherine Moss
discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Feature or Chained MSI? Yes, see my previous comment. On Wed, Dec 5, 2012 at 9:41 AM, Katherine Moss wrote: > Doesn't bootstrapping cause problems for admins who are trying to > deploy software via GPOs? > >

Re: [WiX-users] Feature or Chained MSI?

2012-12-05 Thread Katherine Moss
Doesn't bootstrapping cause problems for admins who are trying to deploy software via GPOs? -Original Message- From: Rob Mensching [mailto:r...@robmensching.com] Sent: Wednesday, December 05, 2012 10:16 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-user

Re: [WiX-users] Where to install to by default nowadays; App Data or Program Files?

2012-11-28 Thread Katherine Moss
ta' brought up http://blogs.msdn.com/b/patricka/archive/2010/03/18/where-should-i-store-my-data-and-configuration-files-if-i-target-multiple-os-versions.aspx which might be useful. > From: Katherine Moss [mailto:katherine.m...@gordon.edu] > Sent: Wednesday, November 28, 2012 8:16 PM >

Re: [WiX-users] Where to install to by default nowadays; App Data or Program Files?

2012-11-28 Thread Katherine Moss
d writable. Program Files requires elevation to be placed there. If you go to Program Files you don't have to worry about your application being tampered with but an App Data install can happen without elevation. The certificate comment doesn't make sense to me. On Tue, Nov 27, 2012 at 8:12

[WiX-users] Where to install to by default nowadays; App Data or Program Files?

2012-11-27 Thread Katherine Moss
Hello all, I'm just wondering this since I have a program that installs to app data by default rather than program files, and it's developer says that the change of default directory has to do with special permissions needed. I mean, what is the point of the app data folder anyway? I'd never un

Re: [WiX-users] Unable to burn MS SQLServer Express 2012

2012-11-27 Thread Katherine Moss
Remember that PowerShell 3 can call batch files as well; my preference since batch technology is so outdated. -Original Message- From: Neil Sleightholm [mailto:n...@x2systems.com] Sent: Friday, November 23, 2012 10:47 AM To: Sudripta Nandy; General discussion for Windows Installer XML

Re: [WiX-users] I have heard that MSI is too complicated from a programmer's prospective

2012-10-05 Thread Katherine Moss
Oh really? Nasty; I mean, why not just use a standard UI for that anyway rather than that very complicated and non user friendly interface? I'm not talking about accessibility here; some sighted individuals struggle with it as well. Maybe we should talk to them about that? I tried over on th

Re: [WiX-users] I have heard that MSI is too complicated from a programmer's prospective

2012-10-05 Thread Katherine Moss
mer's prospective It seems a bit unfair to blame MSI for the SQL Server install. On Thu, Oct 4, 2012 at 6:00 PM, Katherine Moss wrote: > Thanks; I wish that MSI could prove so simple for users though in some > of Microsoft's own products. Example? I had SQL server Express 2012 > on my

Re: [WiX-users] I have heard that MSI is too complicated from a programmer's prospective

2012-10-04 Thread Katherine Moss
You can take what I say to the bank. ---- From: "Katherine Moss" Sent: Thursday, October 04, 2012 2:46 PM To: "General discussion for Windows Installer XML toolset. (wix-users@lists.sourceforge.net)" Subject: [WiX-users] I have heard that

Re: [WiX-users] Was the fancy Wix 3.6 installer made in WIX

2012-10-04 Thread Katherine Moss
is using standard common controls. I assume that Jaws and the rest can read the basic text and control class info from them. -Original Message- From: Katherine Moss [mailto:katherine.m...@gordon.edu] Sent: Thursday, October 04, 2012 2:37 PM To: General discussion for Windows Installer XML t

Re: [WiX-users] I have heard that MSI is too complicated from a programmer's prospective

2012-10-04 Thread Katherine Moss
Statistics Canada | 170 Tunney's Pasture Driveway, Ottawa ON K1A 0T6 Statistique Canada | 170, promenade Tunney's Pasture, Ottawa ON K1A 0T6 keith.doug...@statcan.gc.ca Telephone | Téléphone 613-951-4405 Facsimile | Télécopieur 613-951-1966 Government of Canada | Gouvernement

[WiX-users] I have heard that MSI is too complicated from a programmer's prospective

2012-10-04 Thread Katherine Moss
Hi guys, Since I am just learning to be a .NET C# programmer, can somebody shed light on why using WiX over something like Inno would be more complicated and why programmers are often less compelled to use WiX? I'm asking this because my friend has got a project he's working on where the main p

Re: [WiX-users] Was the fancy Wix 3.6 installer made in WIX

2012-10-04 Thread Katherine Moss
ix-bootstrapper-application.html - not as pretty but it is a standard Windows UI so should work with your screen reader. If you would like a simple install to check I can upload some samples. Neil -Original Message- From: Katherine Moss [mailto:katherine.m...@gordon.edu] Sent: 04 October 2012 18

Re: [WiX-users] Was the fancy Wix 3.6 installer made in WIX

2012-10-04 Thread Katherine Moss
a C# UI there is also a much more standard UI - WixStandardBootstrapperApplication http://wix.sourceforge.net/manual-wix3/wixstdba_intro.htm. From what I remember of screen readers (admittedly based on work I did 20 years ago) I think they should be compatible. Neil -----Original Message- From: Katherine

Re: [WiX-users] Was the fancy Wix 3.6 installer made in WIX

2012-10-03 Thread Katherine Moss
AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Was the fancy Wix 3.6 installer made in WIX We'd happily take bugs and/or contributions to help improve it. On Mon, Oct 1, 2012 at 6:07 PM, Katherine Moss wrote: > Very pretty, but very inaccessible with scr

Re: [WiX-users] Examples of Burn

2012-10-02 Thread Katherine Moss
users@lists.sourceforge.net Subject: Re: [WiX-users] Examples of Burn Burn based codes have a bootstrapper C# code too. On Mon, Oct 1, 2012 at 8:11 PM, Katherine Moss [via Windows Installer XML (WiX) toolset] wrote: > I don't get it; aren't WiX projects written purely in XML? > &g

Re: [WiX-users] Examples of Burn

2012-10-01 Thread Katherine Moss
I don't get it; aren't WiX projects written purely in XML? -Original Message- From: vchauras [mailto:vivekchauras...@gmail.com] Sent: Monday, October 01, 2012 2:56 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Examples of Burn There is one here http://bryanpjohnston.wo

Re: [WiX-users] Was the fancy Wix 3.6 installer made in WIX

2012-10-01 Thread Katherine Moss
Very pretty, but very inaccessible with screen readers. -Original Message- From: Adam Tegen [mailto:adam.te...@gmail.com] Sent: Monday, October 01, 2012 8:04 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Was the fancy Wix 3.6 installer made in WIX I just grabbed Wix 3.6 s

Re: [WiX-users] Certificates

2012-09-18 Thread Katherine Moss
taxonomy inconsistencies. ---- From: "Katherine Moss" Sent: Tuesday, September 18, 2012 11:11 AM To: "General discussion for Windows Installer XML toolset." Subject: Re: [WiX-users] Certificates Or one could also write a custom action that calls PowerShell and have

Re: [WiX-users] Certificates

2012-09-18 Thread Katherine Moss
Or one could also write a custom action that calls PowerShell and have PowerShell install the cert if you wanted to, right? Or in the next version, move the cert activities out of that extension and into a new extension of their own. -Original Message- From: Rob Mensching [mailto:r..

Re: [WiX-users] creating database problem

2012-09-17 Thread Katherine Moss
ating database problem In WiX, yes. http://www.robmensching.com/blog/posts/2008/10/10/What-are-.wixlibs-and-why-would-you-use-them On Mon, Sep 17, 2012 at 4:29 PM, Katherine Moss wrote: > Are those meant to take the place of merge modules? > > -Original Message- > From: Rob Me

Re: [WiX-users] creating database problem

2012-09-17 Thread Katherine Moss
Seems pretty interesting; I like that idea actually. I plan to join the open source community in a very short time, and I mean everything I do will be based on WiX, at least for setup. Everyone else can go away; we don't need commercial installation programs anymore. -Original Message---

Re: [WiX-users] creating database problem

2012-09-17 Thread Katherine Moss
Are those meant to take the place of merge modules? -Original Message- From: Rob Mensching [mailto:r...@robmensching.com] Sent: Monday, September 17, 2012 4:26 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] creating database problem Yeah, that's w