Re: [WiX-users] Error 26002. Failed to read IIsWebSite table. (-2147023728 )

2008-08-04 Thread Sajid1105
It works fine after I specify the host header name. Sajid1105 wrote: > > Hi All, > > I think many have already hit this error. > Below is the log I have. > > ** > Action ended 17:33:10: InstallFiles. Return value 1. > MSI (s) (BC:B4) [

[WiX-users] Error 26002. Failed to read IIsWebSite table. (-2147023728 )

2008-08-04 Thread Sajid1105
Hi All, I think many have already hit this error. Below is the log I have. ** Action ended 17:33:10: InstallFiles. Return value 1. MSI (s) (BC:B4) [17:33:10:937]: Doing action: InstallCertificates Action start 17:33:10: InstallCertificates. MSI (s) (BC:78) [17:33:10:937]: Inv

Re: [WiX-users] Wix and TFS

2008-08-03 Thread Sajid1105
Thanks a lot. I will try it out. Neil Enns wrote: > > Here's the documentation I mentioned that should show up in the next > weekly WiX build: > > Integrating WiX Projects Into Daily Builds > > One of the most common reasons for using MSBuild with WiX project files is > to integrate the build

Re: [WiX-users] Wix and TFS

2008-08-01 Thread Sajid1105
Hi, If I use votive, its going to be a lot of work since we have large number of projects and custm tasks in msbuild as well as wxs files. is there a way in msbuild that I can schedule the wix compilation beforedropbuild and copy this msi file to the binary folder? Dmitry Berkovich wrote: > >

[WiX-users] Wix and TFS

2008-07-31 Thread Sajid1105
I have a list of wxs files that packages files from a share folder where Team build stages its build result. Currently I am having batch file containing candle and light commands with sharefolder path as a parameter. I want to integrate it with TFS so that each time I schedule a build it creates

Re: [WiX-users] Conditional Property Value

2008-07-31 Thread Sajid1105
Thanks Alex.. Regards, Sajid Alexander Shevchuk wrote: > > Custom Action Type 51 is your friend: > > > > > > A=1 > A<>1 OR NOT A > > > Obviously, XXXSequence - whatever sequence table you need to schedule > these actions in, for example, InstallExecuteSequence. > > Regards, > Alex

Re: [WiX-users] Conditional Property Value

2008-07-29 Thread Sajid1105
Thanks. But, I do not have a UI. does this work if I want to build without UI? ramya ragupathy wrote: > > > > > Sajid1105 wrote: >> >> I want to set a property value depending on a condition.. >> >> >> >> >> if A == 1

[WiX-users] Conditional Property Value

2008-07-28 Thread Sajid1105
I want to set a property value depending on a condition.. if A == 1 then B = "A is one" else B = "A is not one" How do I do this? -- View this message in context: http://www.nabble.com/Conditional-Property-Value-tp18704186p18704186.html Sent from the wix-users mailing list archive

[WiX-users] Copy files and folders from target machine

2008-07-23 Thread Sajid1105
Can anyone tell me how to copy folders(including sub-directories and files) in one location in the target machine to another location? I do not want to package these files in msi at build time. these files exist only in the user computer that I will access during installation. Is there a way to d