[WiX-users] tallow -reg issue

2007-04-04 Thread Jon W
I'm using Wix2.0 (4820) and the output produced by tallow -reg is
causing bad behavior when installing.

regcap.exe my.exe

tallow -reg my.reg

This produces the output:



  


  



But, when installing the log file shows that the values are being
written, then overwritten with empty values:

Executing op: 
RegOpenKey(,Key=TypeLib\{----}\4b.0,,BinaryType=0,)
Executing op: RegAddValue(,Value=My Program,)
Executing op: RegAddValue(,,)
Executing op: 
RegOpenKey(,Key=TypeLib\{----}\4b.0\FLAGS,,BinaryType=0,)
Executing op: RegAddValue(,Value=0,)
Executing op: RegAddValue(,,)


By changing the .wxs file as follows, the registry is updated
properly, and the values are not overwritten:






Is this a bug with tallow, or with candle?  Any suggestions on what to
do rather than manually fixing all tallow output?

Thank you,
Jon

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] enter user into registry

2007-04-04 Thread Some user

that's what I have tried to do, but it didn't seem to work so I thought it
couldn't be done that way.  In the components I had a


and then in one of the dialogs I had


but the key is not created?


But why would you want to do that?

You can have the UI set a property with the value the user enters, and then
have a registry element that places it in a registry key. All in a purely
declarative manner.

-- 
View this message in context: 
http://www.nabble.com/enter-user-into-registry-tf3524223.html#a9847539
Sent from the wix-users mailing list archive at Nabble.com.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Single WIX to install multiple versions

2007-04-04 Thread Davut Karabay
Experts on the board, any ideas?


>From: "Davut Karabay" <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>CC: wix-users@lists.sourceforge.net
>Subject: Re: [WiX-users] Single WIX to install multiple versions
>Date: Wed, 04 Apr 2007 17:59:09 +
>
>Hi Bob,
>
>I want to pack both down level and Vista binaries in one MSI. In WIX I want
>to detect whether down level or Vista, and install corresponding binaries.
>Can all this be done with  preprocessor? Directory layout will stay
>the same.
>
>I was thinking creating two sets of s one for down level and one
>for Vista. Then adding s to each  for detecting OS
>version, and install/not-install accordingly.
>
>Thanks,
>Davut
>
> >From: Bob Arnson <[EMAIL PROTECTED]>
> >To: Davut Karabay <[EMAIL PROTECTED]>
> >CC: wix-users@lists.sourceforge.net
> >Subject: Re: [WiX-users] Single WIX to install multiple versions
> >Date: Tue, 03 Apr 2007 23:41:05 -0700
> >
> >Davut Karabay wrote:
> >>I have a WIX based installer which currently installs the product on 
>down
> >>level XP and Win2K3. In the next version I want to support Vista, where
> >>product binaries will change cosiderably.
> >>
> >>How can I achieve installing on downlevel and Vista with a single WIX?
> >>
> >
> >You can use the same setup source code when the binaries change. If your
> >directory layout is changing too, you can use the WiX preprocessor (e.g.,
> >) to support differences.
> >
> >--
> >sig://boB
> >http://bobs.org
> >
> >
>
>_
>Exercise your brain! Try Flexicon.
>http://games.msn.com/en/flexicon/default.htm?icid=flexicon_hmemailtaglineapril07
>
>
>-
>Take Surveys. Earn Cash. Influence the Future of IT
>Join SourceForge.net's Techsay panel and you'll get the chance to share 
>your
>opinions on IT & business topics through brief surveys-and earn cash
>http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>___
>WiX-users mailing list
>WiX-users@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/wix-users

_
Exercise your brain! Try Flexicon. 
http://games.msn.com/en/flexicon/default.htm?icid=flexicon_hmemailtaglineapril07


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Why is it skipping my UI?

2007-04-04 Thread JCWrs

I'm working on a WiX Installer and, though I've added UI code, the msi
produced doesn't display any UI and simply installs the files.  Anyone know
what I'm missing here?



   

   
   

   
   

   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
































{\Font1}Welcome




&Next >



Cancel






Error


&Yes
1


&Abort
1


&Cancel
1


&Ignore
1


&No
1


&OK
1



&Retry
1




&Yes
1


&Abort
1


&Cancel
1


&Ignore
1


&No
1


&OK
1


&End
1



You have chosen to end the 
install process.





{\Font1}Select Installation 
Location




< &Back



&Next >



Cancel
1


 

[WiX-users] dependency walker shows error after a successful MSI installation

2007-04-04 Thread Sumant Tambe
Hi folks,

I am using WiX 3 to build a MSI installer using VS8 (SP1, KB918525). 
Majority of the files that are packaged in the installer are DLLs built 
using VC8 that depend upon x86 side-by-side assemblies. After a 
successful installation of the product, the installed DLLs fail to load. 
the dependency walker (depends.exe) shows an error saying that, "The 
side-by-side configuration information in the DLL contains errors". It 
fails to find the assembly DLLs (MFC80.dll, MSVCR80.dll, MSVCP80.dll) 
that *are* there in the WinSxS directory.

I am merging the .msm files into the installer in the following way:






Please let me know if you any clues about this error.
Any help or pointers are much appreciated.

Thanks,

Sumant.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WiX create a MSMQ

2007-04-04 Thread Fredrik Grohn
In WiX 2.0 it is possible using the MessageQueue element of PubCA:

http://wix.sourceforge.net/manual-wix2/pubca_xsd_messagequeue.htm

In WiX 3.0 these bits are still pending inclusion however.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of DEVAL SHAH
Sent: Wednesday, April 04, 2007 11:08 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] WiX create a MSMQ

Hello,
I wanted to create a MSMQ queue using Wix in my installation. Is there a way
to do that ?

Thank you in advance
Deval



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] WiX create a MSMQ

2007-04-04 Thread DEVAL SHAH
Hello,
I wanted to create a MSMQ queue using Wix in my installation. Is there a way 
to do that ?

Thank you in advance
Deval



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] .NET Install causes Windows Error when running program.

2007-04-04 Thread Hallquist Jr, Robert
I have created a WiX install of a .NET program and when it is run I get a
Microsoft Windows Error (the one that wants to send information to
Microsoft).

If I just xcopy the files to the destination computer, my application runs
fine.

I checked that all the files exist and are the correct version.  There must
be something simple that I am doing wrong.

Thanks,
Rob Hallquist


smime.p7s
Description: S/MIME cryptographic signature
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] (votive, wix, vsip, and all things microsoft) : Changing licence in Votive

2007-04-04 Thread Brent Rockwood

Just set the following in your .wxs file



Brent


On 04/04/07, Justin Rockwood <[EMAIL PROTECTED]> wrote:


I'm not familiar with how to change the EULA. I know it's possible,
though. Forwarding this on to [EMAIL PROTECTED] Somebody
there should be able to help you out.

Justin

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 04, 2007 6:04 AM
To: Justin Rockwood
Subject: (votive, wix, vsip, and all things microsoft) : Changing licence
in Votive
Importance: High


Hi,

sorry for taking this way of communication but I couldn't find the anwser
to my question elsewhere.

Is it possible to change the license agreement shown in the installer?
When I was using WiX on the command line I just had to put an rtf-file into
the execution folder but that does not seem to work for building the project
from the visual studio plugin. Is there any way to manage individual
licenses (and graphics) using the Visual Studio WiX plug-in?

Regards, Jan Lehmann
--
This message was generated from a contact form at:
http://blogs.msdn.com/jrock/default.aspx
It was submitted by Jan Lehmann ([EMAIL PROTECTED])

Your contact information was not shared with the user.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users





--
Brent Rockwood
[EMAIL PROTECTED]
+1 902 449 7845
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] (votive, wix, vsip, and all things microsoft) : Changing licence in Votive

2007-04-04 Thread Justin Rockwood
I'm not familiar with how to change the EULA. I know it's possible, though. 
Forwarding this on to [EMAIL PROTECTED] Somebody there should be able to help 
you out.

Justin

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 04, 2007 6:04 AM
To: Justin Rockwood
Subject: (votive, wix, vsip, and all things microsoft) : Changing licence in 
Votive
Importance: High


Hi,

sorry for taking this way of communication but I couldn't find the anwser to my 
question elsewhere.

Is it possible to change the license agreement shown in the installer? When I 
was using WiX on the command line I just had to put an rtf-file into the 
execution folder but that does not seem to work for building the project from 
the visual studio plugin. Is there any way to manage individual licenses (and 
graphics) using the Visual Studio WiX plug-in?

Regards, Jan Lehmann
--
This message was generated from a contact form at: 
http://blogs.msdn.com/jrock/default.aspx
It was submitted by Jan Lehmann ([EMAIL PROTECTED])

Your contact information was not shared with the user.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Single WIX to install multiple versions

2007-04-04 Thread Davut Karabay
Hi Bob,

I want to pack both down level and Vista binaries in one MSI. In WIX I want 
to detect whether down level or Vista, and install corresponding binaries. 
Can all this be done with  preprocessor? Directory layout will stay 
the same.

I was thinking creating two sets of s one for down level and one 
for Vista. Then adding s to each  for detecting OS 
version, and install/not-install accordingly.

Thanks,
Davut

>From: Bob Arnson <[EMAIL PROTECTED]>
>To: Davut Karabay <[EMAIL PROTECTED]>
>CC: wix-users@lists.sourceforge.net
>Subject: Re: [WiX-users] Single WIX to install multiple versions
>Date: Tue, 03 Apr 2007 23:41:05 -0700
>
>Davut Karabay wrote:
>>I have a WIX based installer which currently installs the product on down 
>>level XP and Win2K3. In the next version I want to support Vista, where 
>>product binaries will change cosiderably.
>>
>>How can I achieve installing on downlevel and Vista with a single WIX?
>>
>
>You can use the same setup source code when the binaries change. If your 
>directory layout is changing too, you can use the WiX preprocessor (e.g., 
>) to support differences.
>
>--
>sig://boB
>http://bobs.org
>
>

_
Exercise your brain! Try Flexicon. 
http://games.msn.com/en/flexicon/default.htm?icid=flexicon_hmemailtaglineapril07


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Uninstall only works in the default path

2007-04-04 Thread Richard.Foster
Jason,

Are you persisting the installation path somewhere (e.g. the registry)?

If not, then you will run into problems because Windows Installer won't
take care of that for you automatically.

Regards,
Richard

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jason Van
Eaton
Sent: Wednesday, April 04, 2007 12:34 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Uninstall only works in the default path

I have a weird bug.  When installing to the default path, uninstall
works correctly.  When installing to any other path, uninstall succeeds
(that is to say there are no errors) but it forgets to remove the files.
Even if I have a bug in my xml, it seems there must be a bug in WIX as
well, since it responds differently depending on what the path is.

If I had to guess, I would think my bug is using one regkey for all my
components.  I can test a fix for that relatively simply.  Any other
ideas about what the problem might be?  I am using 3.0.2420.

Thanks.

JVE



* C O N F I D E N T I A L I T Y N O T I C E *
---
The content of this e-mail is intended solely for the use of the individual or 
entity to whom it is addressed. If you have received this communication in 
error, be aware that forwarding it, copying it, or in any way disclosing its 
content to any other person, is strictly prohibited. Peek Traffic Corporation 
is neither liable for the contents, nor for the proper, complete and timely 
transmission of (the information contained in) this communication. If you have 
received this communication in error, please notify the author by replying to 
this e-mail immediately and delete the material from any computer.



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Uninstall only works in the default path

2007-04-04 Thread Jason Van Eaton
I have a weird bug.  When installing to the default path, uninstall works 
correctly.  When installing to any other path, uninstall succeeds (that is to 
say there are no errors) but it forgets to remove the files.  Even if I have a 
bug in my xml, it seems there must be a bug in WIX as well, since it responds 
differently depending on what the path is.

If I had to guess, I would think my bug is using one regkey for all my 
components.  I can test a fix for that relatively simply.  Any other ideas 
about what the problem might be?  I am using 3.0.2420.

Thanks.

JVE




-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] .NET Installer class and Wix/Msi interaction.

2007-04-04 Thread Wilson, Phil
AFAIK there's no difference between managed and unmanaged performance
counters. For those of us who were doing this before .NET, the way I've
always done this (outside Wix) is with the lodctr utility or equivalent,
the LoadPerfCounterTextStrings API. All you need to do is figure out
what the required ini file looks like. This kb article lists a bunch of
standard ones that are useful as examples: 

http://support.microsoft.com/kb/q226512/


Phil Wilson 

 


From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of John
Vottero
Sent: Tuesday, April 03, 2007 5:48 PM
To: Kevin Burton; wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] .NET Installer class and Wix/Msi interaction.



I've never written or installed performance counters so, I'm not sure I
can help much.  You might want to take a look at the  WiX
element.  I think it's for unmanaged perf counters but, I could be
wrong.  You could also look into what the managed installer class is
really doing.  For example, the PowerShell SnapIn Installer class is for
registering a PowerShell SnapIn but, it just creates some registry
entries so the WiX  element works just fine.

 

From: Kevin Burton [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 03, 2007 6:36 PM
To: John Vottero; wix-users@lists.sourceforge.net
Subject: RE: [WiX-users] .NET Installer class and Wix/Msi interaction.

 

I am sorry to hear that but now I know. Thank you.

 

If I do it on my own how do I let MSI/Wix know about the installed
performance counters so they will be uninstalled with the application
uninstall?

 

From: John Vottero [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 03, 2007 5:13 PM
To: Kevin Burton; wix-users@lists.sourceforge.net
Subject: RE: [WiX-users] .NET Installer class and Wix/Msi interaction.

 

The short answer is, you can't do it.

 

Visual Studio uses InstallUtilLib.dll which is an MSI custom action that
installs Installer based classes.  As far as I know, it's not documented
and not redistributable.  Someone did reverse engineer InstallUtilLib
and they wrote a blog post about how to get it working, you could try
searching for that.  That still won't fix the "not redistributable"
part.

 

You may need to figure out what the performance counter installer class
really does and do it yourself.

 

 

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kevin
Burton
Sent: Tuesday, April 03, 2007 5:57 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] .NET Installer class and Wix/Msi interaction.

 

I want to add some performance counters to my .NET Windows Service.
There is a performance class installer but I am not sure how this class
derived from the Installer class interacts with the Wix/Msi installation
process. Anyone able to shed some light on this?

 

Thank you.

 

Kevin



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Per-Machine Installs that work on XP and Vista

2007-04-04 Thread Scott Palmer

I read this:

http://msdn2.microsoft.com/en-us/library/aa371865.aspx

(It took a while to get over the urge to slaughter those responsible... but
I'm feeling much better now.)

That article indicates that Windows Installer is broken for per-machine
installs as there is no way to specify that you must have a per-machine
install that works on both XP and Vista.

If ALLUSERS=2, Vista will try a per-machine install and fail if the user's
credentials do not allow it.
But XP will perform a per-user install if ALLUSERS=2

If ALLUSERS=1 it appears that XP will do a per-machine install, though it is
not documented as doing so on the page referenced above.

My ultimate goal is to install the application to a single common location
that is user-independent.  My current installer which only sets ALLUSERS=1
tends to scatter files all over the place on Vista as Vista has buggered the
folder structure so some of my files appear to be in a "common" place that
is only common for that one user (which appears to break component rules if
another user installs the same stuff), and some files go elsewhere.

I'm hoping there is some conditional stuff I can add to the WiX source that
will cause ALLUSERS to get set to the appropriate value (1 or 2) based on
the OS and that this will happen in time for Windows Installer to recognize
the value I want.

I also noticed that the documentation for the Directory Id "ProgramFiles"
here http://msdn2.microsoft.com/en-us/library/aa370810.aspx indicates that
it is always a per-user location.  That's obviously not true on XP, but
sadly it seems to be true on Vista.


What's the trick?

Scott
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] failed to initialize xml utilities

2007-04-04 Thread Scott Sam
Ok thanks I'll try that.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Fredrik
Grohn
Sent: Wednesday, April 04, 2007 11:41 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] failed to initialize xml utilities

3.0 or below as far as I can tell from the code. And it needs to be
present on the target machine.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Scott Sam
Sent: Wednesday, April 04, 2007 4:55 PM
To: Rob Mensching; wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] failed to initialize xml utilities

What version of MSXML does wix 2.0 work with?

-Original Message-
From: Rob Mensching [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 29, 2007 5:09 PM
To: Scott Sam; wix-users@lists.sourceforge.net
Subject: RE: failed to initialize xml utilities

MSXML busted?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Scott Sam
Sent: Thursday, March 29, 2007 1:37 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] failed to initialize xml utilities

I'm having problems with my install, on just one machine.  It goes along
fine, then just starts rolling back.  It doesn't give an error message
or anything.   I logged the install, and found the following error in
the log, just before it starts rolling back.

MSI (s) (D4:B8) [13:09:25:454]: Invoking remote custom action. DLL:
C:\WINDOWS\Installer\MSI1D6.tmp, Entrypoint: ExecXmlFile
ExecXmlFile:  Error 0x800401f3: failed to initialize xml utilities

Anyone seen this before.  The same msi works without any problems on
other machines.  It seems to be just this one, that has a problem.  What
could be causing this?



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDE
V
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDE
V
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDE
V
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Resend: Prevent install to network drive or removable media

2007-04-04 Thread Jason Van Eaton
Resending.

JVE


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason Van Eaton
Sent: Tuesday, April 03, 2007 9:32 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Prevent install to network drive or removable media

Is there a way to prevent installing to certain media types or paths?  I 
scanned the schema and didn't see anything that looked appropriate.  Thank you.

JVE




-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] failed to initialize xml utilities

2007-04-04 Thread Fredrik Grohn
3.0 or below as far as I can tell from the code. And it needs to be present on 
the target machine.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott Sam
Sent: Wednesday, April 04, 2007 4:55 PM
To: Rob Mensching; wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] failed to initialize xml utilities

What version of MSXML does wix 2.0 work with?

-Original Message-
From: Rob Mensching [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 29, 2007 5:09 PM
To: Scott Sam; wix-users@lists.sourceforge.net
Subject: RE: failed to initialize xml utilities

MSXML busted?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Scott Sam
Sent: Thursday, March 29, 2007 1:37 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] failed to initialize xml utilities

I'm having problems with my install, on just one machine.  It goes along
fine, then just starts rolling back.  It doesn't give an error message
or anything.   I logged the install, and found the following error in
the log, just before it starts rolling back.

MSI (s) (D4:B8) [13:09:25:454]: Invoking remote custom action. DLL:
C:\WINDOWS\Installer\MSI1D6.tmp, Entrypoint: ExecXmlFile
ExecXmlFile:  Error 0x800401f3: failed to initialize xml utilities

Anyone seen this before.  The same msi works without any problems on
other machines.  It seems to be just this one, that has a problem.  What
could be causing this?



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDE
V
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] failed to initialize xml utilities

2007-04-04 Thread Scott Sam
What version of MSXML does wix 2.0 work with?

-Original Message-
From: Rob Mensching [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 29, 2007 5:09 PM
To: Scott Sam; wix-users@lists.sourceforge.net
Subject: RE: failed to initialize xml utilities

MSXML busted?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Scott Sam
Sent: Thursday, March 29, 2007 1:37 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] failed to initialize xml utilities

I'm having problems with my install, on just one machine.  It goes along
fine, then just starts rolling back.  It doesn't give an error message
or anything.   I logged the install, and found the following error in
the log, just before it starts rolling back.

MSI (s) (D4:B8) [13:09:25:454]: Invoking remote custom action. DLL:
C:\WINDOWS\Installer\MSI1D6.tmp, Entrypoint: ExecXmlFile
ExecXmlFile:  Error 0x800401f3: failed to initialize xml utilities

Anyone seen this before.  The same msi works without any problems on
other machines.  It seems to be just this one, that has a problem.  What
could be causing this?



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDE
V
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] setting computer regional time format

2007-04-04 Thread Mike Dimmick
There's no supported API for doing this either. Setting it in the registry
would be possible but I wouldn't like to support it - it could well have
changed between Windows XP and Windows Vista, and could also change in
future.

Overall, bad idea.

-- 
Mike Dimmick

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Some user
Sent: 04 April 2007 01:19
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] setting computer regional time format


I totally agree, and in fact it was one of the points I brought up.  But my
boss wants it to do this specifically.  Lucky our users are locked in eh...
:/



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] enter user into registry

2007-04-04 Thread Fredrik Grohn
But why would you want to do that?

You can have the UI set a property with the value the user enters, and then 
have a registry element that places it in a registry key. All in a purely 
declarative manner.

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of fiordean dacian
Sent: Wednesday, April 04, 2007 11:41 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] enter user into registry

U can very well set registry entries from a custom action :)

Dacian

- Original Message 
From: Some user <[EMAIL PROTECTED]>
To: wix-users@lists.sourceforge.net
Sent: Wednesday, April 4, 2007 9:03:37 AM
Subject: [WiX-users] enter user into registry

how do I enter something the user puts into an edit field into the registry
somewhere?  Using a custom action I cannot add registry entries?
--
View this message in context: 
http://www.nabble.com/enter-user-into-registry-tf3524223.html#a9832070
Sent from the wix-users mailing list archive at Nabble.com.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



It's here! Your new message!
Get new email 
alerts
 with the free Yahoo! 
Toolbar.<%0d%0ahttp:/us.rd.yahoo.com/evt=49938/*http:/tools.search.yahoo.com/toolbar/features/mail/>
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] CNDL0011

2007-04-04 Thread Lars Lars
Using Visual Studio .Net and Wix 2.0.4820.0

Running wix on a visual studio solution and getting a few errors;

Building solution...
Building install package...
Server.wxs
Server.wxs(61) : error CNDL0011 : The Component/@Guid attribute was not 
found; it is required.
Server.wxs(62) : error CNDL0027 : The IniFilename/@name attribute's value, 
"Server.ini', is not valid 8.3-compliant name. Legal names contains no more 
than 8 characters followed by an optional extension of no more than 3 
characters. bla bla bla
light.exe : fatal error LGHT0005: File of type source with name 
server.winobj could not be found.

Any reason why I receive these problems? The source files and configuration 
is unchanged, only trying to build on another computer than the one normally 
used.

Appreciate any input.

_
MSN Search http://search.msn.no/ Raskere. Rett på sak. Mer presist.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] enter user into registry

2007-04-04 Thread fiordean dacian
U can very well set registry entries from a custom action :)

Dacian


- Original Message 
From: Some user <[EMAIL PROTECTED]>
To: wix-users@lists.sourceforge.net
Sent: Wednesday, April 4, 2007 9:03:37 AM
Subject: [WiX-users] enter user into registry


how do I enter something the user puts into an edit field into the registry
somewhere?  Using a custom action I cannot add registry entries?
-- 
View this message in context: 
http://www.nabble.com/enter-user-into-registry-tf3524223.html#a9832070
Sent from the wix-users mailing list archive at Nabble.com.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users







 

Finding fabulous fares is fun.  
Let Yahoo! FareChase search your favorite travel sites to find flight and hotel 
bargains.
http://farechase.yahoo.com/promo-generic-14795097-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] enter user into registry

2007-04-04 Thread Some user

how do I enter something the user puts into an edit field into the registry
somewhere?  Using a custom action I cannot add registry entries?
-- 
View this message in context: 
http://www.nabble.com/enter-user-into-registry-tf3524223.html#a9832070
Sent from the wix-users mailing list archive at Nabble.com.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users