What is the garbage text? My suspicion is that you may have inadvertently saved 
the batch file as a Unicode file and that there is a Unicode byte-order mark 
(BOM) at the beginning of the batch file. If so, then open the batch file is 
Notepad and then choose Save As and explicitly specify the encoding as ANSI 
instead of Unicode before saving. BOMs are not visible in Unicode-aware 
editors, like Notepad, so it can be confusing when a BOM is present at the 
start of the file. It is not the installer that is prepending the text. The BOM 
would have been there from the outset.

Dan

-----Original Message-----
From: Chris Robison [mailto:chrisdrobi...@gmail.com] 
Sent: April-12-12 1:30 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Installer prepending garbage at the beginning of batch file

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

------------------------------------------------------------------------------
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

Reply via email to