[WiX-users] WiX with VS2012

2013-05-08 Thread Joe Barker
Hi,


I have WiX 3.7 installed, and recently upgraded to VS2012; since the upgrade to 
2012, I can't open the Installer solution I'm using. I tried running the WiX 
installer again to repair the setup, but the project still won't open. Does 
anybody have any idea why this might be, what with VS2012 support being 
included as of 3.6?


Thanks,
Joe
--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WiX with VS2012

2013-05-08 Thread Joe Barker
Thanks both, uninstalling and reinstalling did the trick.


Joe

On Wed, May 8, 2013 at 4:22 PM, Jeremiahf jeremi...@gmail.com wrote:

 I had the same issue with 3.6. My solution was to completely uninstall WIX
 and re-install it.
 On Wed, May 8, 2013 at 10:05 AM, Joe Barker joeb...@gmail.com wrote:
 Hi,


 I have WiX 3.7 installed, and recently upgraded to VS2012; since the
 upgrade to 2012, I can't open the Installer solution I'm using. I tried
 running the WiX installer again to repair the setup, but the project still
 won't open. Does anybody have any idea why this might be, what with VS2012
 support being included as of 3.6?


 Thanks,
 Joe

 --
 Learn Graph Databases - Download FREE O'Reilly Book
 Graph Databases is the definitive new guide to graph databases and
 their applications. This 200-page book is written by three acclaimed
 leaders in the field. The early access version is available now.
 Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users

 -- 
 They may forget what you said but they will never forget how you made them
 feel. -- Anonymous
 --
 Learn Graph Databases - Download FREE O'Reilly Book
 Graph Databases is the definitive new guide to graph databases and 
 their applications. This 200-page book is written by three acclaimed 
 leaders in the field. The early access version is available now. 
 Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users
--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WiX with VS2012

2013-05-08 Thread Joe Barker
The setup I had was VS2010 and WiX, installed in that order.


I then installed VS2012, and I came across the issue described earlier.


To resolve that issue, I tried repairing the WiX install, to no avail, so I 
uninstalled and reinstalled WiX, which resolved the issue.


I do agree, however, that a repair should have resolved the issue. It's what I 
expected, anyway.

On Wed, May 8, 2013 at 5:15 PM, Neil Sleightholm n...@x2systems.com
wrote:

 I see you have this fixed but just for completeness did you install WiX and 
 then VS2012? If so that is the problem, WiX needs to register itself with VS 
 and if VS isn't there it can't - a repair of WiX should also have fix the 
 problem.
 Neil
 -Original Message-
 From: Joe Barker [mailto:joeb...@gmail.com] 
 Sent: 08 May 2013 16:05
 To: General discussion for Windows Installer XML toolset.
 Subject: [WiX-users] WiX with VS2012
 Hi,
 I have WiX 3.7 installed, and recently upgraded to VS2012; since the upgrade 
 to 2012, I can't open the Installer solution I'm using. I tried running the 
 WiX installer again to repair the setup, but the project still won't open. 
 Does anybody have any idea why this might be, what with VS2012 support being 
 included as of 3.6?
 Thanks,
 Joe
 --
 Learn Graph Databases - Download FREE O'Reilly Book Graph Databases is the 
 definitive new guide to graph databases and their applications. This 200-page 
 book is written by three acclaimed leaders in the field. The early access 
 version is available now. 
 Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users
 --
 Learn Graph Databases - Download FREE O'Reilly Book
 Graph Databases is the definitive new guide to graph databases and 
 their applications. This 200-page book is written by three acclaimed 
 leaders in the field. The early access version is available now. 
 Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users
--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Custom Action Extraction Issue

2013-05-03 Thread Joe Barker
I'm already passing the credential info into the CA. Do you mean passing it to 
the CA, to the pass to the utility and run impersonation in there?


I'll have to look and see if there's a way we can guarantee that the utility 
will be called on first run, as our application is a web-based application, so 
it's a little more difficult, as it only needs to be ran once per 
server/install.

On Fri, May 3, 2013 at 9:53 AM, David Watson dwat...@sdl.com wrote:

 Can you pass the credential info to the CA and do the impersonation inside
 the utility?
 Or install the utility and call it on first run?
 -Original Message-
 From: Joe Barker [mailto:joeb...@gmail.com] 
 Sent: 02 May 2013 16:36
 To: wix-users@lists.sourceforge.net
 Subject: [WiX-users] Custom Action Extraction Issue
 Hi,
 In my installer, I have the user enter a domain/user/password combination at
 the beginning which is then used as the user account to run an application
 pool in IIS. This combination of domain/user/password is then later
 impersonated as part of a custom action, which runs an executable to handle
 some other application specifics before the installer finishes.
 This custom action fails, however, unless I run the installer from a command
 prompt that was launched with administrative privileges. After some
 investigation, we've found that this is because the msi that's executed from
 the administrative command prompt extracts CA's to C:\Windows\Installer\,
 which means the impersonated user can read the files; when the msi is
 executed from a normal prompt, or the GUI, CA's are extracted to
 C:\Users\user\AppData\Local\Temp\ (or somewhere around there), meaning the
 user that's being impersonated doesn't have permission to the folder, and
 therefore an exception is thrown.
 Is there any way to either control where the CA is extracted to, or to work
 around this issue? Not impersonating the user isn't an option, unfortunately.
 Any help would be much appreciated.
 Thanks,
 Joe
 -
 -
 Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET Get
 100% visibility into your production application - at no cost.
 Code-level diagnostics for performance bottlenecks with 2% overhead Download
 for free and get started troubleshooting in minutes.
 http://p.sf.net/sfu/appdyn_d2d_ap1
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users
 SDL PLC confidential, all rights reserved.
 If you are not the intended recipient of this mail SDL requests and requires 
 that you delete it without acting upon or copying any of its contents, and we 
 further request that you advise us.
 SDL PLC is a public limited company registered in England and Wales.  
 Registered number: 02675207.
 Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire SL6 
 7DY, UK.
 --
 Get 100% visibility into Java/.NET code with AppDynamics Lite
 It's a free troubleshooting tool designed for production
 Get down to code-level detail for bottlenecks, with 2% overhead.
 Download for free and get started troubleshooting in minutes.
 http://p.sf.net/sfu/appdyn_d2d_ap2
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users
--
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with 2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Custom Action Extraction Issue

2013-05-02 Thread Joe Barker
Hi,

In my installer, I have the user enter a domain/user/password combination
at the beginning which is then used as the user account to run an
application pool in IIS. This combination of domain/user/password is then
later impersonated as part of a custom action, which runs an executable to
handle some other application specifics before the installer finishes.

This custom action fails, however, unless I run the installer from a
command prompt that was launched with administrative privileges. After some
investigation, we've found that this is because the msi that's executed
from the administrative command prompt extracts CA's to
C:\Windows\Installer\, which means the impersonated user can read the
files; when the msi is executed from a normal prompt, or the GUI, CA's are
extracted to C:\Users\user\AppData\Local\Temp\ (or somewhere around
there), meaning the user that's being impersonated doesn't have permission
to the folder, and therefore an exception is thrown.

Is there any way to either control where the CA is extracted to, or to work
around this issue? Not impersonating the user isn't an option,
unfortunately. Any help would be much appreciated.

Thanks,
Joe
--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with 2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users