Re: [WiX-users] per-user install

2012-04-19 Thread Rob Mensching
I think if ALLUSERS is set ot anything it gets treated as 1. On Thu, Apr 19, 2012 at 5:54 AM, Sergey wrote: > Hello, > > I've prepared per-user installation: > > InstallPrivileges="limited" InstallScope='perUser' /> > ... > > > But when I launch msi, it switches to all users mode: > MSI (c) (7

Re: [WiX-users] Per User Install Question - Eventlog Message Dll Placement?

2011-12-13 Thread John Bergman
com] Sent: Tuesday, December 13, 2011 3:56 PM To: General discussion for Windows Installer XML toolset.; chr...@iswix.com Subject: Re: [WiX-users] Per User Install Question - Eventlog Message Dll Placement? I think Christopher was trying to say that you cannot install an event log Per-User since i

Re: [WiX-users] Per User Install Question - Eventlog Message Dll Placement?

2011-12-13 Thread Castro, Edwin G. (Hillsboro)
XML toolset. > Subject: Re: [WiX-users] Per User Install Question - Eventlog Message Dll > Placement? > > That's my point. > > My install is Per-User, but I don't want a Per-User placement or registration > of > the Eventlog Resource Dll. Will the installer j

Re: [WiX-users] Per User Install Question - Eventlog Message Dll Placement?

2011-12-13 Thread John Bergman
er Painter [mailto:chr...@iswix.com] Sent: Tuesday, December 13, 2011 3:00 PM To: General discussion for Windows Installer XML toolset.; General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Per User Install Question - Eventlog Message Dll Placement? I wasn't aware that y

Re: [WiX-users] Per User Install Question - Eventlog Message Dll Placement?

2011-12-13 Thread Christopher Painter
I wasn't aware that you could have a per-user event log as the registry (HKLM\System\CurrentControlSet\Services\EventLog ) used by the EventLog service is in HKLM. Therefore I don't se how you could have a per-user message file. Am I missing something? -

Re: [WiX-users] Per user install

2011-11-18 Thread Jørn Jensen
>Why not just pass to custom setting on the command line/via .ini >file/bootstrapper? I haven't visited the .ini file option at all, but if you just want to pass an ID to the installer, a bootstrapper seems unnecessary as the .msi file could just as well pick up the ID through it's filename. Ev

Re: [WiX-users] Per user install

2011-11-18 Thread Michael Clark
Why not just pass to custom setting on the command line/via .ini file/bootstrapper? Just a thought. -Michael -Original Message- From: Jørn Jensen [mailto:j...@syse.no] Sent: Thursday, November 17, 2011 5:18 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Per user install Hi

Re: [WiX-users] Per user install

2011-11-17 Thread Jørn Jensen
I figured it out.. I used the [OriginalDatabase] parameter which has been discussed in this mailing list earlier. As my installer requires a reboot, here's what I did: 1. Made a script that takes the full path of the installer as an argument. The script get the unique id from the filename of th

Re: [WiX-users] Per user install

2011-11-17 Thread Dirk Räder
2011/11/17 Jørn Jensen : >> If your custom action could talk to the server, why not just make your >> application generate a machine unique id and ask the server for the >> information. Or you could do that from the installation. > > Because then the server would not know which user this is. > >>

Re: [WiX-users] Per user install

2011-11-17 Thread Jørn Jensen
> If your custom action could talk to the server, why not just make your > application generate a machine unique id and ask the server for the > information. Or you could do that from the installation. Because then the server would not know which user this is. > If you just want to gather an i

Re: [WiX-users] Per user install

2011-11-17 Thread David Watson
: Re: [WiX-users] Per user install Thanks for your response. It's a very small customization. I want to pass over the user credentials. Not necessarily directly, maybe just a unique ID which I can use as an argument to a custom action in the installer, which in turn requests the user creden

Re: [WiX-users] Per user install

2011-11-17 Thread Jørn Jensen
47 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Per user install It would be helpful if you give us more detail on what you are trying to achieve. Are you trying to do a small amount of customization per installation (i.e. as each user installs). Or are you trying to make c

Re: [WiX-users] Per user install

2011-11-17 Thread David Watson
It would be helpful if you give us more detail on what you are trying to achieve. Are you trying to do a small amount of customization per installation (i.e. as each user installs). Or are you trying to make custom editions, ie. An installation package per customer, e.g. customizations for a larg

Re: [WiX-users] Per-user install

2007-04-02 Thread Rob Mensching
Eaton Sent: Monday, January 29, 2007 12:47 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Per-user install To answer one of my own questions... Apparently you can use the same reg value as the keypath for all your components without any harm. It seems a little weird to create

Re: [WiX-users] Per-User install warnings on files

2007-01-30 Thread Rob Hamflett
If you're intent on installing to a per-user directory, I don't think there's anything you can do about this warning. Rob Jason Van Eaton wrote: > Any hints on fixing the remaining warnings? > > JVE > > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behal

Re: [WiX-users] Per-User install warnings on files

2007-01-30 Thread Jason Van Eaton
Any hints on fixing the remaining warnings? JVE -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason Van Eaton Sent: Monday, January 29, 2007 12:50 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Per-User install warnings on files I have no

Re: [WiX-users] Per-user install

2007-01-29 Thread Magus
I am lost could you post an example of what you are doing to make it work per-user. I would like to make sure my installer runs as per-user install. Jason Van Eaton wrote: > > To answer one of my own questions... > > Apparently you can use the same reg value as the keypath for all your > compo

Re: [WiX-users] Per-user install

2007-01-29 Thread Jason Van Eaton
To answer one of my own questions... Apparently you can use the same reg value as the keypath for all your components without any harm. It seems a little weird to create a new reg value for each component although it also seems to be more in the style of WIX (lots of little components). JVE

Re: [WiX-users] Per-user install

2007-01-26 Thread Don Tasanasanta
PersonalFolder. Take a look at ClickThrough it helped me. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason Van Eaton Sent: Friday, January 26, 2007 12:22 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Per-user install Anyone? JVE

Re: [WiX-users] Per-user install

2007-01-26 Thread Jason Van Eaton
Anyone? JVE -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason Van Eaton Sent: Thursday, January 25, 2007 1:36 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Per-user install Hello folks, I had a functional install working. Everything w