Chinese format file names
I am having trouble compiling a WSI (using Wise Package Studio 5.1)
Some of the files & Folders included in my WSI have names in Chinese format.
When I try to compile, I get errors saying that some files cannot be compressed & some other files cannot be copied.
I tried ticking the Chinese box in the Languages section of Installation Expert.
Is there any genius out there that might be able to shed some light on this situation?
Some of the files & Folders included in my WSI have names in Chinese format.
When I try to compile, I get errors saying that some files cannot be compressed & some other files cannot be copied.
I tried ticking the Chinese box in the Languages section of Installation Expert.
Is there any genius out there that might be able to shed some light on this situation?
0 Comments
[ + ] Show comments
Answers (3)
Please log in to answer
Posted by:
AngelD
18 years ago
Check the PrimaryKey in the File table, that's the File column. Make sure any entry in this column has valid characters.
From the SDK The Identifier data type is a text string. Identifiers may contain the ASCII characters A-Z (a-z), digits, underscores (_), or periods (.). However, every identifier must begin with either a letter or an underscore.
In the FileName column add the actual name the file should have. Make sure to rename the source file to the name of the File column.
From the SDK The Identifier data type is a text string. Identifiers may contain the ASCII characters A-Z (a-z), digits, underscores (_), or periods (.). However, every identifier must begin with either a letter or an underscore.
In the FileName column add the actual name the file should have. Make sure to rename the source file to the name of the File column.
Posted by:
jimehta
18 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.