Re: [WiX-users] Setup Testing

2013-10-24 Thread Hoover, Jacob
credentials before-hand, and have the CA verify the credentials during the install. -Original Message- From: Rob Emanuele [mailto:robert.emanu...@rackspace.com] Sent: Thursday, October 24, 2013 4:23 PM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Setup Testing Hi, Let

Re: [WiX-users] Setup Testing

2013-10-24 Thread Steven Ogilvie
: October-24-13 5:23 PM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Setup Testing Hi, Let me try to be as clear about this as possible. We're using WiX to create our MSI. We are looking to make a flow like this: 1. Welcome 2. EULA 3. Credentials 4. Install (direct

Re: [WiX-users] Setup Testing

2013-10-24 Thread Alain Forget
oo...@greenheck.com] Sent: Thursday, October 24, 2013 8:56 AM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Setup Testing If the EXE is installed by the MSI, then you would need burn and a fake Exe package later in the chain in order to be able to interact with the installe

Re: [WiX-users] Setup Testing

2013-10-24 Thread Rob Emanuele
rsday, October 24, 2013 8:56 AM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Setup Testing If the EXE is installed by the MSI, then you would need burn and a fake Exe package later in the chain in order to be able to interact with the installed exe. From there, you could inte

Re: [WiX-users] Setup Testing

2013-10-24 Thread Hoover, Jacob
about the WiX toolset. Subject: Re: [WiX-users] Setup Testing So you are using MSI? If you are using burn you can use ExePackage element. Have burn run your MSI using MsiPackage to install service/etc and then run your exe using ExePackage. Not an expert in what you're trying to do but a th

Re: [WiX-users] Setup Testing

2013-10-24 Thread Wesley Manning
nuele [mailto:robert.emanu...@rackspace.com] Sent: October-24-13 3:56 AM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Setup Testing Hi Blair, I wish it was that simple. It isn't a GUI application, it is a service (which you can control from the command line). It

Re: [WiX-users] Setup Testing

2013-10-24 Thread Rob Emanuele
me another way to look it. Thank you for your help, Rob From: Blair Murri [os...@live.com] Sent: Wednesday, October 23, 2013 8:35 PM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Setup Testing I'm not sure I understand wh

Re: [WiX-users] Setup Testing

2013-10-23 Thread Blair Murri
I'm not sure I understand what you are asking. The simple answer is: install the app, then run the app passing the supplied credentials on the command line. It seems to me that it would be easier to not involve the installer in the credentials because there isn't much difference between that an

[WiX-users] Setup Testing

2013-10-23 Thread Rob Emanuele
Hi! We're creating an installer and would like the user to enter their account credentials into the installer. I have a dialog to do that and that part is looking good. I'd like use those credentials to run a test of our application in the installer. Can I run my application and act on the r