Re: [WiX-users] Votive support for VS 2005

2008-06-24 Thread Aaron Shurts
I am getting all kinds of broke with the latest two weekly builds as well. I can open the solution, but it won't build the WiX project, and I am seeing an error out of range on two of the project properties pages. //aj On Mon, Jun 23, 2008 at 1:21 AM, carlldev [EMAIL PROTECTED] wrote: I can

Re: [WiX-users] Votive V2008 problem on installing 3.0.4220.0

2008-06-24 Thread Aaron Shurts
This happens on VS2005 as well. I think it's a problem with the latest builds. //aj On Fri, Jun 20, 2008 at 3:04 PM, Tony Juricic [EMAIL PROTECTED] wrote: Build and Tool Settings pages for my existing project in VS 2008 now show red icon and say: An error occurred trying to load the page.

Re: [WiX-users] Problem with CreateDatabase

2008-06-02 Thread Aaron Shurts
. Okay, enough of my whining. //a On Mon, Jun 2, 2008 at 12:11 AM, Rob Mensching [EMAIL PROTECTED] wrote: Ug. Can you try the SQL Profiler and see if more information about the error is available via that thing? *From:* [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] *On Behalf Of *Aaron

[WiX-users] Problem with CreateDatabase

2008-05-30 Thread Aaron Shurts
I tried searching on Google and not much is coming back. If anyone could help, I would appreciate it greatly. WiX Version Info: Microsoft (R) Windows Installer Xml Compiler version 3.0.3617.0 Snippet from my project file: Component Id=C_SQL_AutoFind6SQL

Re: [WiX-users] FileShare - Question

2008-01-02 Thread Aaron Shurts
Set the ROOTDRIVE property to C:\ and Move your component under the TARGETDIR DirectoryId tag. I am not sure why you would want your setup package to share the root. That seems a little dangerous and counterintuitive. //aj On Jan 2, 2008 8:14 AM, Chris [EMAIL PROTECTED] wrote: Hi there, I

Re: [WiX-users] Two questions on SelectionTree and Features.

2008-01-02 Thread Aaron Shurts
Brad, First question: Set the attributes when you are defining your feature and components. Example: Feature Id=MyFeature Title=My Feature Title *AllowAdvertise=no InstallDefault=local* Level=1 Component Id=MyComponent Guid={----0123456789EF} *Location=local* Second

Re: [WiX-users] SQL Elements are not recognized in Visual Studio?

2008-01-02 Thread Aaron Shurts
Did you add the references to your extensions in your WiX project? ...and, did you add the schemas to the wxs file? i.e. Wix xmlns=http://schemas.microsoft.com/wix/2006/wi; xmlns:util=http://schemas.microsoft.com/wix/UtilExtension;

Re: [WiX-users] Silent Installation

2007-10-16 Thread Aaron Shurts
Guna, Silent installations are built in to the Windows Installer service. There isn't really anything special you have to do to make it work. Take a look at the Windows Installer command line switches for more information: http://support.microsoft.com/kb/227091 You will also want to take a look

Re: [WiX-users] Some STUPID Limitations in WiX

2007-09-25 Thread Aaron Shurts
I have seen this time and time again. When someone doesn't understand the subtle nuances of the Windows Installer service, all of a sudden all the tools built around it suck or are STUPID. :-) On 9/25/07, Justin Rockwood [EMAIL PROTECTED] wrote: Hey, Dong, thanks for the laugh! :) While we

Re: [WiX-users] MSBuild

2007-09-25 Thread Aaron Shurts
Have a look at this MSDN article: http://msdn.microsoft.com/msdnmag/issues/07/03/WixTricks/ //a On 9/25/07, Jessi Darling [EMAIL PROTECTED] wrote: Could someone please show me an MSBuild file example? -- Jessica Darling

[WiX-users] Problem with ConfigureIIs

2007-08-14 Thread Aaron Shurts
I am getting a leaked MSI handle error. Everything was working fine until I added an additional website component for SSL. Here is a snippet of the installer. Microsoft (R) Windows Installer Xml Compiler version 3.0.2925.0 -- btw iis:WebDirProperties Id=TESTDirProperties

[WiX-users] Problem w/ Registry Search?

2007-06-18 Thread Aaron Shurts
Any ideas why this might not be working (using WiX v3)? Property Id=SQL_PROTOCOL RegistrySearch Id=TcpIpCheck Type=raw Root=HKLM Key=SOFTWARE\Microsoft\MSSQLServer\Client\SNI9.0 Name=ProtocolOrder / /Property I am not getting anything back from this and I know the key has

Re: [WiX-users] Problem w/ Registry Search?

2007-06-18 Thread Aaron Shurts
file? *Aaron Shurts [EMAIL PROTECTED]* wrote: Any ideas why this might not be working (using WiX v3)? Property Id=SQL_PROTOCOL RegistrySearch Id=TcpIpCheck Type=raw Root=HKLM Key=SOFTWARE\Microsoft\MSSQLServer\Client\SNI9.0 Name=ProtocolOrder / /Property I am not getting

Re: [WiX-users] Bootstrap example

2007-06-16 Thread Aaron Shurts
PROTECTED] on behalf of Aaron Shurts *Sent:* Fri 6/15/2007 19:51 *To:* dave_c *Cc:* wix-users@lists.sourceforge.net *Subject:* Re: [WiX-users] Bootstrap example The following example generates a setup.exe using the SDK bootstrapper. http://www.nabble.com/Sharing-some-bootstrap-information-tf3853598

Re: [WiX-users] Site Unique identifer

2007-06-15 Thread Aaron Shurts
There is no way to set the site ID. I believe WiX just enumerates the existing sites and takes the next available number. Regards, //aj On 6/15/07, Krishna Kishore [EMAIL PROTECTED] wrote: I am Creating Website with Wix ToolSet, the Site identifier is always starts with 1, But whenever I

Re: [WiX-users] Problem in uninstalling all the folders with WIX

2007-06-15 Thread Aaron Shurts
Rather than posting your project files, post a verbose log of your install/uninstall where this behavior is exhibited. Regards, //aj On 6/15/07, Venkatesh Malepati [EMAIL PROTECTED] wrote: I am left with these folders. 1) COMPLIB and 2) Data folders and read me files. I donot know how to

Re: [WiX-users] Bootstrap example

2007-06-15 Thread Aaron Shurts
The following example generates a setup.exe using the SDK bootstrapper. http://www.nabble.com/Sharing-some-bootstrap-information-tf3853598.html#a10917299 Regards, //aj On 6/15/07, dave_c [EMAIL PROTECTED] wrote: Hi there, Does anyone have an example bootstrap program I can get a hold of or

Re: [WiX-users] search based properties

2007-06-13 Thread Aaron Shurts
If you are not pre-populating the properties, you can use the following conditions: Condition Message=Must have Microsoft Word 2007 release to install Clinnext Web Server [WORDFIND] WORDFIND /Condition Condition Message=Must have Microsoft Word 2007 release to install Clinnext Web Server

Re: [WiX-users] (no subject)

2007-06-11 Thread Aaron Shurts
You'll need to use a bootstrapper. I posted some code not too long ago that demonstrates creating a bootstrapper using the setup.exe that comes with the SDK. Do a search on nabble for GenerateBootstrapper. The code is in C# and very easily modified. Regards, //aj On 6/11/07, Sumit Malhotra

Re: [WiX-users] ForceReboot

2007-06-11 Thread Aaron Shurts
Why not set the REBOOT property to 'Always'? ForceReboot is bad to use in some scenarios and could end up making some of your users angry. Regards, //aj On 6/11/07, Bob Arnson [EMAIL PROTECTED] wrote: Stefan Pavlik wrote: I am able to schedule the ForceReboot action (e.g. MsiDoAction -

Re: [WiX-users] Detectng Windows XP with Service Pack 2.

2007-06-08 Thread Aaron Shurts
((VersionNT 501) OR ((VersionNT = 501) AND (ServicePackLevel = 2))) AND MsiNTProductType = 1 This will check for all workstation level OSes that are XP SP2 or higher. If you want to allow servers as well, drop the ' AND MsiNTProductType = 1' from the condition Regards, //aj On 6/8/07, Richard

Re: [WiX-users] wix as a wrapper for NSIS

2007-06-08 Thread Aaron Shurts
How is that a change to your requirement? I could tell you how to do this, but I don't feel like advocating what I consider to be a horrible design. This should get you the information you need, but I guarantee you'll be back on this mailing list in a short period of time trying to resolve

Re: [WiX-users] Adding files to components

2007-06-07 Thread Aaron Shurts
Take a look at heat. http://installing.blogspot.com/2006/04/heatexe-making-setup-easier.html Regards, //aj On 6/7/07, Afshin Sepehri [EMAIL PROTECTED] wrote: Hi, I have a question about how to add files to a component. Is that possible to add all the files in a directory to a component

Re: [WiX-users] Creation of Virtual Directory within existing Website

2007-06-06 Thread Aaron Shurts
. :-) Regards, //aj On 6/6/07, Rob Mensching [EMAIL PROTECTED] wrote: Does this only happen if there are two web sites with the same IP:Port:Header? *From:* [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] *On Behalf Of *Aaron Shurts *Sent:* Tuesday, June 05, 2007 12:53 PM *To:* [EMAIL PROTECTED] *Cc

Re: [WiX-users] Creation of Virtual Directory within existing Website

2007-06-06 Thread Aaron Shurts
to the Metabase Id. *From:* Aaron Shurts [mailto:[EMAIL PROTECTED] *Sent:* Wednesday, June 06, 2007 8:02 AM *To:* Rob Mensching *Cc:* [EMAIL PROTECTED]; wix-users@lists.sourceforge.net *Subject:* Re: [WiX-users] Creation of Virtual Directory within existing Website Rob, I believe so. The way

Re: [WiX-users] INSTALLDIR Parameter to CustomAction

2007-06-06 Thread Aaron Shurts
Call this as a custom action just after CostFinalize in the immediate sequence: sub ConvertSlash() dim strInstallDir, strModifiedDir strInstallDir = Session.Property(INSTALLDIR) strModifiedDir = Replace(strInstallDir, \, /) Session.Property(SLASH_DIR) = strModifiedDir end sub In your

Re: [WiX-users] Phatom installation of msi if no feature in selected during custom installation

2007-06-06 Thread Aaron Shurts
Add an error custom action at the beginning of the deferred execution sequence which is conditioned to check for something like (NOT Installed) AND NOT ADDLOCAL or ADDLOCAL = . This will ensure that at least one of the features is selected to be installed. Regards, //aj On 6/6/07, Anil Prasad

Re: [WiX-users] wix as a wrapper for NSIS

2007-06-06 Thread Aaron Shurts
My career used to center around systems management and when Sun FINALLY released an MSI for the JRE installer, the world rejoiced. ...until we found out they has just wrapped their junker of an install in an MSI. Then, we cursed their names. If your client is asking for an MSI, they more than

Re: [WiX-users] Password in the msi logs

2007-06-06 Thread Aaron Shurts
Add the property name to MsiHiddenProperties property. This is a semi-colon delimited list of properties whose values you do not want written to the log. http://msdn2.microsoft.com/en-us/library/aa370308.aspx Regards, //aj On 6/6/07, Don Tasanasanta [EMAIL PROTECTED] wrote: In my install

Re: [WiX-users] wix as a wrapper for NSIS

2007-06-06 Thread Aaron Shurts
If it only accepts MSIs, they are probably deploying software via GPOs and AD. You really should provide them with a true MSI if you don't want a support nightmare. Regards, //aj On 6/6/07, carlH [EMAIL PROTECTED] wrote: The said that they need it to be an MSI as they have some kind of

Re: [WiX-users] wix as a wrapper for NSIS

2007-06-06 Thread Aaron Shurts
Of course it's possible, but it's not suggested at all and I doubt you will find anyone on this list that would condone or endorse it. Regards, //aj On 6/6/07, carlH [EMAIL PROTECTED] wrote: I'll go back to them and ask for some more details. In the mean time, does anyone actually know if

Re: [WiX-users] Creation of Virtual Directory within existing Website

2007-06-05 Thread Aaron Shurts
I am having the same problem, so if anyone has a solution, please let us know what it might be. Regards, //aj On 6/4/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: The scenario is that my target machine has two websites as follows: Default Web Site, IP Address - All Unassigned, Port - 80,

Re: [WiX-users] Creation of Virtual Directory within existing Website

2007-06-05 Thread Aaron Shurts
and create a bug for this. Regards, //aj On 6/5/07, Aaron Shurts [EMAIL PROTECTED] wrote: I am having the same problem, so if anyone has a solution, please let us know what it might be. Regards, //aj On 6/4/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: The scenario is that my target machine has two

Re: [WiX-users] Creation of Virtual Directory within existing Website

2007-06-05 Thread Aaron Shurts
Created a bug: http://sourceforge.net/tracker/index.php?func=detailaid=1731648group_id=105970atid=642714 [ wix-Bugs-1731648 ] Problem referencing existing website to create vDir Regards, //aj On 6/5/07, Aaron Shurts [EMAIL PROTECTED] wrote: I have done many experiments trying to get

Re: [WiX-users] How to install files, run an action, then delete the files??

2007-06-01 Thread Aaron Shurts
-Original Message- From: Aaron Shurts To: [EMAIL PROTECTED] CC: [EMAIL PROTECTED]; wix-users@lists.sourceforge.net Sent: Thu, 31 May 2007 7.01pm Subject: Re: [WiX-users] How to install files, run an action, then delete the files?? Can you tell us exactly what you want

[WiX-users] Sharing some bootstrap information

2007-06-01 Thread Aaron Shurts
Leather is the best material... Just kidding. :-) I have added a project to one of my solutions that generates a bootstrap to preinstall required pre-requisites. I thought I would share this with all of you: using System; using System.Collections.Generic; using System.Text; using

Re: [WiX-users] How to install files, run an action, then delete the files??

2007-05-31 Thread Aaron Shurts
You definitely don't want to use an MSI for that. A simple batch file should get the job done. Regards, //aj On 5/31/07, Rob Mensching [EMAIL PROTECTED] wrote: [please keep wix-users on the thread so people know the answer] That isn't an install. It is *almost* an install and an

Re: [WiX-users] How to install files, run an action, then delete the files??

2007-05-31 Thread Aaron Shurts
? Cheers guys - I really appreciate your promprt replies. -Mike -Original Message- From: Aaron Shurts To: Rob Mensching CC: [EMAIL PROTECTED] ; wix-users@lists.sourceforge.net Sent: Thu, 31 May 2007 6.32pm Subject: Re: [WiX-users] How to install files, run an action, then delete

Re: [WiX-users] Error while trying to build with Crystal Reports XIr2 -Any ideas ?

2007-05-31 Thread Aaron Shurts
OT, but I love that word...catastrophically. When functions in my code fail, I generally don't relate them to cataclysmic events. :-) Can you post some snippets of the module so we can have a look, namely how the components are organized? Regards, //aj On 5/31/07, Mike Dimmick [EMAIL

Re: [WiX-users] v3 Simple Custom Action?

2007-05-30 Thread Aaron Shurts
Have you had a look at the ShellExecute custom action? From the manual: ShellExecute CustomAction The WixShellExec custom action in wixca (part of WixUtilExtension) lets you open document or URL targets via the Windows shell. A common use is to launch readme files or URLs using their

Re: [WiX-users] link error

2007-05-30 Thread Aaron Shurts
a search on his blog. :-P Regards, //aj On 5/30/07, Aaron Shurts [EMAIL PROTECTED] wrote: Are you trying to stuff 50GB in to one cab? Regards, //aj On 5/30/07, Ravit Shapira [EMAIL PROTECTED] wrote: 1. I'm using version: 2.0.4701.0 2. I did start my work with having the files

Re: [WiX-users] link error

2007-05-30 Thread Aaron Shurts
Are you trying to stuff 50GB in to one cab? Regards, //aj On 5/30/07, Ravit Shapira [EMAIL PROTECTED] wrote: 1. I'm using version: 2.0.4701.0 2. I did start my work with having the files outside the cab because I suspected that cabinet cannot hold large amount of data as I have.

Re: [WiX-users] Disabling features in the CustomizeDlg based on UIinteraction...

2007-05-29 Thread Aaron Shurts
I use this very successfully actually and have not had any problems with it. My feature declaration looks like this: Feature Id=MyFeature Title=My Application Feature Display=hidden Level=1 ConfigurableDirectory=INSTALLDIR AllowAdvertise=no ComponentRef Id=MyInstallComponent / Condition

Re: [WiX-users] Connecting many files to a single component

2007-05-29 Thread Aaron Shurts
You can do it, but not in the way you describe. Component Id=MyComponent Guid=12345678----ABCDEF00 File Id=FirstFile Name=foo.bar Keypath=yes Source=C:\sample\foo.bar / File Id=SecondFile Name=foo2.bar Source=C:\sample\foo2.bar / File Id=ThirdFile Name=foo3.bar

Re: [WiX-users] Disabling features in the CustomizeDlg based on UI interaction...

2007-05-29 Thread Aaron Shurts
to evaluate at the time of the CustomizeDlg call, is there some MSI function I can call from C in my UI that can set the Feature Level in the database? Lewis -Original Message- Date: Tue, 29 May 2007 11:01:13 -0700 From: Aaron Shurts [EMAIL PROTECTED] Subject

[WiX-users] Can someone provide some direction on using the NAnt tasks to build for WiX v3?

2007-05-29 Thread Aaron Shurts
I am mainly concerned with how I reference multiple extensions. Is it like the following? candle ... extensions=${Wix_path} name=WixNetFxExtension.dll ;WixIIsExtension.dll;WixSqlExtension.dll;WixUIExtension.dll;WixUtilExtension.dll ... /candle Is this even supported? You know all those

Re: [WiX-users] Problem with SQL custom actions.

2007-05-23 Thread Aaron Shurts
on this and make sure it is assigned to me. I'll fix it tomorrow night for Friday's release. *From:* Mike Dimmick [mailto:[EMAIL PROTECTED] *Sent:* Tuesday, May 22, 2007 4:14 PM *To:* 'Mike Dimmick'; Rob Mensching; 'Aaron Shurts'; 'Bob Arnson' *Cc:* wix-users@lists.sourceforge.net *Subject:* RE: [WiX-users

Re: [WiX-users] Problem with SQL custom actions.

2007-05-22 Thread Aaron Shurts
. Return value 3. Any thoughts / suggestions? The DLL is actually in the binary table, so it's not a matter of the DLL missing. Regards, //aj On 5/21/07, Bob Arnson [EMAIL PROTECTED] wrote: Aaron Shurts wrote: I decided to go with v3 because I didn't feel like re-writing all the deprecated tags

Re: [WiX-users] Problem with SQL custom actions.

2007-05-22 Thread Aaron Shurts
). Is it possible to share the .wxs and SQL script? The last bugs we've fixed have all been edge cases where the SQL Script had to be set just so. Difficult to review. *From:* [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] *On Behalf Of *Aaron Shurts *Sent:* Tuesday, May 22, 2007 9:55 AM *To:* Bob

Re: [WiX-users] Problem with SQL custom actions.

2007-05-22 Thread Aaron Shurts
] *On Behalf Of *Mike Dimmick *Sent:* 23 May 2007 00:06 *To:* 'Rob Mensching'; 'Aaron Shurts'; 'Bob Arnson' *Cc:* wix-users@lists.sourceforge.net *Subject:* Re: [WiX-users] Problem with SQL custom actions. Something got broken in the build process: ConfigureSql is not exported from the CA DLL

Re: [WiX-users] Am I using a property and condition correctly

2007-05-22 Thread Aaron Shurts
Ignore those extra spaces, I don't know where they came from. :-P Publish Property=ISWEBBOX Value=TRUE1/Publish //aj On 5/22/07, Aaron Shurts [EMAIL PROTECTED] wrote: The condition on your publish property event appears to be the problem. If you always want this event to trigger than

Re: [WiX-users] Customizing dialogs

2007-05-22 Thread Aaron Shurts
I always create my own based off of the Mondo file, but I would assume you should be able to use the DialogRef tag to overwrite/alter the elements that you wish. Someone correct me if I am wrong. Regards, //aj On 5/22/07, Kevin Fischer [EMAIL PROTECTED] wrote: I'm currently using the

[WiX-users] Problem with SQL custom actions.

2007-05-21 Thread Aaron Shurts
Hey all, I am having a problem with SQL custom actions. This is what I am getting in the log: MSI (s) (9C:C0) [10:10:21:781]: Doing action: ConfigureSql Action 10:10:21: ConfigureSql. Configuring SQL Server Action start 10:10:21: ConfigureSql. MSI (s) (9C:98) [10:10:21:796]: Invoking remote

Re: [WiX-users] Problem with SQL custom actions.

2007-05-21 Thread Aaron Shurts
for debugging by turning on verbose logging (msiexec /l*v). -- Mike Dimmick -- *From:* [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] *On Behalf Of *Aaron Shurts *Sent:* 21 May 2007 19:43 *To:* wix-users@lists.sourceforge.net *Subject:* [WiX-users] Problem with SQL custom

Re: [WiX-users] How do you copy a folder along with its files and subdirectories.

2007-05-21 Thread Aaron Shurts
Can you clarify your question? Are you asking how to reference a directory and all its contents at build time for compilation in to your MSI or are you asking how to copy the contents of a directory on the target machine at install time? Regards, //aj On 5/21/07, Sreenivasa Rao Ramisetty