Re: [WiX-users] passing command args to MSI from bundle [P]

2013-07-23 Thread Freedman, Mark P.
XML toolset. Subject: Re: [WiX-users] passing command args to MSI from bundle [P] Classification: Public Sorry Mark, I am not familiar with Generatebootstrapper what is that? Steve -Original Message- From: Freedman, Mark P. [mailto:mark.freed...@jhuapl.edu] Sent: July-22-13 12:15 PM

Re: [WiX-users] passing command args to MSI from bundle [P]

2013-07-22 Thread Freedman, Mark P.
-Original Message- From: Freedman, Mark P. [mailto:mark.freed...@jhuapl.edu] Sent: July-19-13 2:31 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] passing command args to MSI from bundle [P] Right, My bootstrapper projct creates the exe, and I can run

Re: [WiX-users] passing command args to MSI from bundle [P]

2013-07-22 Thread Freedman, Mark P.
It seems that if I run setup.exe via the commandline, the MSI Property does get forwarded to the MSI, e.g. Setup.exe SETLOCALDB=true Mark Freedman -Original Message- From: Freedman, Mark P. [mailto:mark.freed...@jhuapl.edu] Sent: Monday, July 22, 2013 8:06 AM To: General discussion

Re: [WiX-users] passing command args to MSI from bundle [P]

2013-07-22 Thread Freedman, Mark P.
value but you can change it via the command line to change it... -Original Message- From: Freedman, Mark P. [mailto:mark.freed...@jhuapl.edu] Sent: July-22-13 8:06 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] passing command args to MSI from bundle [P

Re: [WiX-users] passing command args to MSI from bundle [P]

2013-07-22 Thread Freedman, Mark P.
to find where the property is changing. -Original Message- From: Freedman, Mark P. [mailto:mark.freed...@jhuapl.edu] Sent: Monday, July 22, 2013 9:35 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] passing command args to MSI from bundle [P] I'm really

Re: [WiX-users] passing command args to MSI from bundle [P]

2013-07-22 Thread Freedman, Mark P.
'WARN' ... [19A8:0CE0][2013-07-22T11:28:25]i000: Setting string variable 'SERVICESLOGLEVEL' to value 'DEBUG' I didn't launch my MSI so you can't see the log file :( But look at your log files see what they are telling you Steve -Original Message- From: Freedman, Mark P. [mailto:mark.freed

Re: [WiX-users] passing command args to MSI from bundle [P]

2013-07-22 Thread Freedman, Mark P.
: Freedman, Mark P. [mailto:mark.freed...@jhuapl.edu] Sent: July-22-13 12:15 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] passing command args to MSI from bundle [P] Steve, Correct, I do not see the logs. I experimented with removing my GenerateBootstrapper task

Re: [WiX-users] passing command args to MSI from bundle [P]

2013-07-22 Thread Freedman, Mark P.
Installed/Custom Custom Action=CA_WEBLOGLEVEL After= InstallFiles NOT Installed/Custom -Original Message- From: Freedman, Mark P. [mailto:mark.freed...@jhuapl.edu] Sent: July-22-13 9:25 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] passing command

Re: [WiX-users] passing command args to MSI from bundle [P]

2013-07-22 Thread Freedman, Mark P.
%temp% folder? -Original Message- From: Freedman, Mark P. [mailto:mark.freed...@jhuapl.edu] Sent: July-22-13 11:49 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] passing command args to MSI from bundle [P] Steven, I see what you're doing and it all makes

Re: [WiX-users] passing command args to MSI from bundle [P]

2013-07-22 Thread Freedman, Mark P.
=@(BootstrapperFile) ComponentsLocation=Relative CopyComponents=True OutputPath=$(OutputPath) Path=..\..\Bootstrapper / /Target Mark Freedman -Original Message- From: Freedman, Mark P. [mailto:mark.freed...@jhuapl.edu] Sent: Monday, July 22, 2013 11:08 AM To: General discussion for Windows Installer

Re: [WiX-users] passing command args to MSI from bundle [P]

2013-07-19 Thread Freedman, Mark P.
-to-pass-a-property-from-an-editbox-control-in-burn-native-bootstrapper-to-a http://bryanpjohnston.com/2012/09/28/custom-wix-managed-bootstrapper-application/ Regards, Rahul On Thu, Jul 18, 2013 at 6:05 PM, Freedman, Mark P. mark.freed...@jhuapl.edu wrote: I'm on Wix 3.7. I have an MSI that I would

Re: [WiX-users] passing command args to MSI from bundle [P]

2013-07-19 Thread Freedman, Mark P.
- From: Freedman, Mark P. [mailto:mark.freed...@jhuapl.edu] Sent: July-19-13 12:44 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] passing command args to MSI from bundle [P] Currently, I do not have a custom bootstrapper application, just what I have

[WiX-users] passing command args to MSI from bundle

2013-07-18 Thread Freedman, Mark P.
I'm on Wix 3.7. I have an MSI that I would like to set a registry key (perhaps via a Custom Action, as he will have to check if the key already exists). I'm understand that a Bundle in a bootstrapper project can't change the machine state (such as setting the registry). Therefore, I'm

Re: [WiX-users] Wix dev and regular dev best practices

2013-05-30 Thread Freedman, Mark P.
I've recently added WiX to my continuous integration server, Team City. They key is to not have to install stuff on the build machines. WiX includes the install binaries that can be put right in your source tree. However the binaries do not include the files necessary for Custom Actions (CAs),

[WiX-users] Include file in Visual Studio wix output, but not in MSI?

2013-05-29 Thread Freedman, Mark P.
I have a WiX installer project in VS 2010. I have a text document that I wont to include alongside the MSI file when the project is built. I added the file to the project, and set the file property Copy to Output Directory to always. When I build the project, the MSI is built, however, the text

[WiX-users] Wix Windows Service installer depdendent on SQL Server

2013-05-28 Thread Freedman, Mark P.
I'm looking to make a wix installer for a service that will be dependent on sql server. The name of the SQL Server service is dependent on the name of the SQL instance and other things. In a windows depoloyment project, I'm scanning the list of services that start with MSSQL$ and setting them

[WiX-users] wix.ca.targets file

2013-05-21 Thread Freedman, Mark P.
I am working on a custom install actions project and want to redirect the path to wix.ca.targets in the csproj file, e.g. WixCATargetsPath Condition= '$(WixCATargetsPath)' == '' ..\..\InstallTools\wix\3.7.1224.0\Wix.CA.targets/WixCATargetsPath The path this is pointing to is the contents

[WiX-users] Deployment Tools Foundation Documentation: Sample C

2013-05-20 Thread Freedman, Mark P.
Hello, The Wix 3.7 Deployment Tools Foundation help file references a sample project. A sample CA project with two CAs is included in the Samples\ManagedCA directory.. I have no such directory installed the the wix3.7.exe package, nor does the original sources or binaries contain such a

[WiX-users] Getting install path from Wix Custom Action

2013-05-20 Thread Freedman, Mark P.
I have a custom action and am trying to access the Install Directory, or Target path (the base folder that the user chooses to install to). Within my Action, I tried pulling it from Session. TARGETDIR maps to C:\, despite installing it to program files, and INSTALLDIR yields empty stirng. What

Re: [WiX-users] Getting install path from Wix Custom Action

2013-05-20 Thread Freedman, Mark P.
[mailto:jacob.hoo...@greenheck.com] Sent: Monday, May 20, 2013 12:34 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Getting install path from Wix Custom Action When did you schedule your CA to run? -Original Message- From: Freedman, Mark P

Re: [WiX-users] Getting install path from Wix Custom Action

2013-05-20 Thread Freedman, Mark P.
Cooper Build Install Engineer - ESA Jack Henry Associates, Inc.® Shawnee Mission, KS  66227 Office:  913-341-3434 x791011 jocoo...@jackhenry.com www.jackhenry.com -Original Message- From: Freedman, Mark P. [mailto:mark.freed...@jhuapl.edu] Sent: Monday, May 20, 2013 11:30 AM To: wix-users

Re: [WiX-users] Getting install path from Wix Custom Action

2013-05-20 Thread Freedman, Mark P.
think that's the syntax. Custom actions have conditions. A typical condition to cause a CA to run only at install time is (case sensitive) Not Installed Phil -Original Message- From: Freedman, Mark P. [mailto:mark.freed...@jhuapl.edu] Sent: Monday, May 20, 2013 9:55 AM To: General