|www.mindtree.com |
Save a tree. Don't print unless it's really necessary.
-Original Message-
From: Peter Shirtcliffe [mailto:pshirtcli...@sdl.com]
Sent: Wednesday, October 06, 2010 2:42 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Error whil
Can you post the .wxs fragment it's complaining about?
Michael
-Original Message-
From: Sravan Kumar Rangaraju [mailto:sravan_rangar...@mindtree.com]
Sent: Tuesday, October 05, 2010 6:13 AM
To: 'General discussion for Windows Installer XML toolset.'
Subject: [WiX-users] Error while bui
Windows Installer XML toolset.
Subject: Re: [WiX-users] Error while building WXS file.
Hi
Thanks for the information I was able to fix the first two errors,
whereas the third on still remains. It could be great if anyone can
suggest me on the below.
3) Not a valid source file; detail: The
match the end tag of 'Component'. Line 62, position 13
Regards,
Sravan
-Original Message-
From: David Watson [mailto:dwat...@sdl.com]
Sent: Tuesday, October 05, 2010 4:05 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Error while buildin
onent'. Line 62, position 13
Regards,
Sravan
-Original Message-
From: David Watson [mailto:dwat...@sdl.com]
Sent: Tuesday, October 05, 2010 4:05 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Error while building WXS file.
Hi,
Wix files are X
Hi,
Wix files are XML based and as such follow its syntax rules.
Elements have to be self closing
Or in pairs with an opening and closing element.
The error is fairly literal, you have a with an unmatched
Maybe you have a typo, if you can't spot it you could post the code in
an email to th
On Tue, 5 Oct 2010 10:13:19 +
Sravan Kumar Rangaraju wrote:
> Hi All,
>
> I am encountering the below errors while building the wxs file can
> someone help me on this.
>
>
> 1) Tag was not closed
>
> 2) Expecting end tag
>
> 3) Not a valid source file; detail: The 'Direct
have any suggestions.
>
> Thanks,
>
> Sunil
>
> From: Bob Arnson [mailto:b...@joyofsetup.com]
> Sent: Sunday, May 24, 2009 7:32 AM
> To: Sunil Birari
> Cc: Mark Kim; Veronica D'Souza; Scott Sharpe; WiX-users
> Subject: Re: [WiX-users] Error while building Wix se
: Sunil Birari
Cc: Mark Kim; Veronica D'Souza; Scott Sharpe; WiX-users
Subject: Re: [WiX-users] Error while building Wix setup project using Wix V3
Version 3.0.5217...
Sunil Birari wrote:
Thanks for reply Bob. So what is the suggestion here? How do we get rid of the
errors, we are getting
Sunil Birari wrote:
>
> Thanks for reply Bob. So what is the suggestion here? How do we get
> rid of the errors, we are getting while building the solution? Is
> there any suggested code change?
>
>
>
> Error 1 The sql:SqlString/@RollbackOnUninstall attribute cannot be
> specified when att
Sunil Birari wrote:
> Question is, Is this the expected behavior or known issue?
>
Expected: The rollback attributes are mutually exclusive with execute
attributes.
--
sig://boB
http://joyofsetup.com/
--
Register
I'm guessing you're missing the -loc flag before that file on your
command line if you're building via command line.
So: light -out test.msi blah.wixobj -loc "C:\Program Files\Windows
Installer XML\bin\wixui_en-us.wxl"
Instead of: So light -out test.msi blah.wixobj "C:\Program Files\Windows
In
12 matches
Mail list logo