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) [
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
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
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:
>
>
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
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
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
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
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
9 matches
Mail list logo