[WiX-users] Completely suppress any FilesInUse dialogs

2012-05-24 Thread Chris Robison
I've been trying to completely suppress any FilesInUse dialogs from
appearing, because I want to handle it. I've tried
setting MSIRESTARTMANAGERCONTROL=Disable, that seems to prevent restart
manager, which is good. I've also tried creating my own FilesInUse dialog
and setting Hidden=yes, that doesn't suppress it. The only mention online
to success is setting the Attribute column in the Dialog table for
FilesInUse to 0. I haven't found a way to do this in WIX. Does anyone have
any suggestions? I would route around this dialog completely, but it
doesn't look like that is possible.

Chris
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Installer prepending garbage at the beginning of batch file

2012-04-12 Thread Chris Robison
I have a batch file that I'm packaging into an installer and when it gets
installed on a machine, the installer seems to be putting garbage text at
the beginning of the file. This is causing execution problems. Any
suggestions?

Chris
--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Installer prepending garbage at the beginning of batch file

2012-04-12 Thread Chris Robison
Yeah, the UTF-8 suggestion was it. I reencoded the file to ANSI. Thanks so
much.

Chris

2012/4/12 Dirk Räder d...@raeder.cc

 2012/4/12 Chris Robison chrisdrobi...@gmail.com:
  I have a batch file that I'm packaging into an installer and when it gets
  installed on a machine, the installer seems to be putting garbage text at
  the beginning of the file. This is causing execution problems. Any
  suggestions?
 
  Chris

 Hi Chris,

 usually neither WiX nor MSI make changes to installed files - unless
 told so explicitly.
 Could this garbage be a byte order mark, that you simply don't see on
 your develop machine(s)?

 /Dirk


 --
 For Developers, A Lot Can Happen In A Second.
 Boundary is the first to Know...and Tell You.
 Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
 http://p.sf.net/sfu/Boundary-d2dvs2
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users

--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Disabling System32 folder redirection

2012-04-10 Thread Chris Robison
I have a need to install files into the System32 folder on a x64 system.
The installer seems to be redirecting everything to the SysWOW64 folder no
matter what I try. Is there a way to do this?

Chris
--
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Windows service event source

2012-03-29 Thread Chris Robison
So I have that in there, but the event items still show up as Service1 in
the event log.

On Wed, Mar 28, 2012 at 7:58 PM, John H Bergman (XPedient) 
john.berg...@xpdnt.com wrote:

 I use something like this:


  !-- Create the Event Log --
  util:EventSource Name='My Service EventLog' Log='My
 Service Eventlog '

  EventMessageFile='[NETFRAMEWORK40FULLINSTALLROOTDIR]\EventLogMessages.dll'
SupportsErrors='yes'
SupportsWarnings='yes'
SupportsInformationals='yes'/



 .Net 2.0 also has the same DLL.



 If you have a custom Eventlog dll, created using the mc compiler, you
 could substitute that dll here, it would have to be compiled with the
 native C/C++ compiler though.



 John



 -Original Message-
 From: Christopher Painter [mailto:chr...@iswix.com]
 Sent: Wednesday, March 28, 2012 7:57 PM
 To: General discussion for Windows Installer XML toolset.;
 wix-users@lists.sourceforge.net
 Subject: Re: [WiX-users] Windows service event source



 Take a look at:





 http://wix.sourceforge.net/manual-wix3/util_xsd_eventsource.htm





 An event source in windows is really just some registry entries.  The
 EventSource extension is some compiler synatical sugar that simlifies

 authoring this.   Your Installer class isn't needed and shouldn't be used

 as it increases the fragility of your MSI.



 



 From: Chris Robison chrisdrobi...@gmail.commailto:
 chrisdrobi...@gmail.com



 Sent: Wednesday, March 28, 2012 6:00 PM



 To: wix-users@lists.sourceforge.netmailto:wix-users@lists.sourceforge.net
 



 Subject: [WiX-users] Windows service event source





 I'm using the latest weekly build of Wix. The ServiceInstall feature



 doesn't create a properly named event source for the service. The event



 source for a service turns out to be Service1. The service installer built



 into .NET does it. Can anyone point me in the right direction?





 Thanks,



 Chris




 

 --



 This SF email is sponsosred by:



 Try Windows Azure free for 90 days Click Here



 http://p.sf.net/sfu/sfd2d-msazure



 ___



 WiX-users mailing list



 WiX-users@lists.sourceforge.netmailto:WiX-users@lists.sourceforge.net



 https://lists.sourceforge.net/lists/listinfo/wix-users






 --

 This SF email is sponsosred by:

 Try Windows Azure free for 90 days Click Here
 http://p.sf.net/sfu/sfd2d-msazure___

 WiX-users mailing list

 WiX-users@lists.sourceforge.netmailto:WiX-users@lists.sourceforge.net

 https://lists.sourceforge.net/lists/listinfo/wix-users

 --
 This SF email is sponsosred by:
 Try Windows Azure free for 90 days Click Here
 http://p.sf.net/sfu/sfd2d-msazure
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users

--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Windows service event source

2012-03-29 Thread Chris Robison
You know what, I figured it out. That source doesn't have to do with
installer at all. I just had to set the service name in code in the
ServiceBase class for it to display correctly.

Chris

On Thu, Mar 29, 2012 at 9:30 AM, Chris Robison chrisdrobi...@gmail.comwrote:

 So I have that in there, but the event items still show up as Service1 in
 the event log.


 On Wed, Mar 28, 2012 at 7:58 PM, John H Bergman (XPedient) 
 john.berg...@xpdnt.com wrote:

 I use something like this:


  !-- Create the Event Log --
  util:EventSource Name='My Service EventLog' Log='My
 Service Eventlog '

  EventMessageFile='[NETFRAMEWORK40FULLINSTALLROOTDIR]\EventLogMessages.dll'
SupportsErrors='yes'
SupportsWarnings='yes'
SupportsInformationals='yes'/



 .Net 2.0 also has the same DLL.



 If you have a custom Eventlog dll, created using the mc compiler, you
 could substitute that dll here, it would have to be compiled with the
 native C/C++ compiler though.



 John



 -Original Message-
 From: Christopher Painter [mailto:chr...@iswix.com]
 Sent: Wednesday, March 28, 2012 7:57 PM
 To: General discussion for Windows Installer XML toolset.;
 wix-users@lists.sourceforge.net
 Subject: Re: [WiX-users] Windows service event source



 Take a look at:





 http://wix.sourceforge.net/manual-wix3/util_xsd_eventsource.htm





 An event source in windows is really just some registry entries.  The
 EventSource extension is some compiler synatical sugar that simlifies

 authoring this.   Your Installer class isn't needed and shouldn't be used

 as it increases the fragility of your MSI.



 



 From: Chris Robison chrisdrobi...@gmail.commailto:
 chrisdrobi...@gmail.com



 Sent: Wednesday, March 28, 2012 6:00 PM



 To: wix-users@lists.sourceforge.netmailto:
 wix-users@lists.sourceforge.net



 Subject: [WiX-users] Windows service event source





 I'm using the latest weekly build of Wix. The ServiceInstall feature



 doesn't create a properly named event source for the service. The event



 source for a service turns out to be Service1. The service installer built



 into .NET does it. Can anyone point me in the right direction?





 Thanks,



 Chris




 

 --



 This SF email is sponsosred by:



 Try Windows Azure free for 90 days Click Here



 http://p.sf.net/sfu/sfd2d-msazure



 ___



 WiX-users mailing list



 WiX-users@lists.sourceforge.netmailto:WiX-users@lists.sourceforge.net



 https://lists.sourceforge.net/lists/listinfo/wix-users






 --

 This SF email is sponsosred by:

 Try Windows Azure free for 90 days Click Here
 http://p.sf.net/sfu/sfd2d-msazure___

 WiX-users mailing list

 WiX-users@lists.sourceforge.netmailto:WiX-users@lists.sourceforge.net

 https://lists.sourceforge.net/lists/listinfo/wix-users

 --
 This SF email is sponsosred by:
 Try Windows Azure free for 90 days Click Here
 http://p.sf.net/sfu/sfd2d-msazure
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users



--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Windows service event source

2012-03-28 Thread Chris Robison
I'm using the latest weekly build of Wix. The ServiceInstall feature
doesn't create a properly named event source for the service. The event
source for a service turns out to be Service1. The service installer built
into .NET does it. Can anyone point me in the right direction?

Thanks,
Chris
--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users