Letter Case ProblemSolved

Hi,I have problem with letter case.

In English : Upper case I, Lower case iLower case i, Upper case IIn Turkish (My Language): Upper case I, Lower case ?Lower case i, Upper case ?

I create a version and add a file path is "T:\Progs\Index\8.0.0.0\IndexInThis.exe"When I click "Build Updates" I get error details is "t:\progs\?ndex\8.0.0.0\?ndex?nthis.exe not found" (Look the details Upper case I > lower case ? ).

If I change folder name and file name and add file like "T:\Progs\index\8.0.0.0\indexinThis.exe" there is no problem and build created.

Why path string changed to lower case? I think it is a problem. Please correct it. I dont want to change my all programs and folder name manualy.

Thanks.

I'm going to look into this.

How are you adding the files to get them to be lower case? When I drag a file into wyBuild the path stays the correct case. Ditto when I click "Add Files".

Ca you tell me how you're adding files to wyBuild?

I did it with Drag drop and Add Files button. I got the same result.

Look there is no problem in Local Path text.I see the Local Path text is "T:\Progs\Index\8.0.0.0\IndexInThis.exe" (there is no error or lower case here)

but when I click "Build Updates" I get error and appear a small window "Failed to build update files" I click "View Details..." and than I see the detail is "t:\progs\?ndex\8.0.0.0\?ndex?nthis.exe not found"

Oh, I see - it's a problem in the build step. I'll track down the problem.

We've found the bug. It's an ancient hold-over from pre-wyBuild 2.0. We've fixed it for wyBuild 2.6.6 coming out soon.

This should be fixed in wyBuild 2.6.6 - out now.

Look there is same problem for created updates files.

In Section General InformationProduct Name is: "IndexPrg"

When I click "Build Updates" create 3 file "?ndexprg.all.to.1.0.zip""?ndexprg.all.to.1.1.zip""?ndexprg.1.0.to.1.1.zip"

That's by design. See: File->Properties->Update & server files. It will looks something like this:

$collapse(%product%.%versionfrom%.to.%versionto%).wyu

If you want it to remain upercase, change it to:

%product%.%versionfrom%.to.%versionto%.wyu

Thanks for the answer.