Updatebuilder bug ?

Hello,


I'm using the updatebuilder version 2.0.4.0 to generate my inf file. But have noted a symbol in the first line the file the side of [update]. It's disable the update of my application. When I use the version 2.0.2.0 this problem is gone. See the attachment. I'm using Delphi 7 Enterprise and Windows XP SP3. 

I need to edit the inf file with edit.exe to fix it.

My TWebUpdate version is 2.4.4.1.


https://pasteboard.co/IKHikLR.png

Thanks in advance

Antonio Carlos

It was extended to be able to work with Unicode text in the INF file, so what you see is the BOM. Unicode enabled versions of Delphi should have no issue with such Unicode .INF file.

Hi,


When I use debug. I see the section [update]  is ignored. So then I fix it with edit.exe in cmd.

My enviroment is Delphi 7 Enterprise and Windows XP SP3. 

For use with Delphi 7,I would recommend to use UpdateBuilder 2.0.2.0 as Delphi 7 cannot handle unicode.

Yes, I did it. I'm using the updateBuilder 2.0.2.0, it has solved the problem. Thanks for attention.