PDA

View Full Version : any support for arabic language


mohab1
10-27-2008, 11:59 AM
hi every one
this product (Setup Factory for Windows Installer)
full support for arabic language

but i try Setup Factory 8.0
it can't support this language
i want to get xml file
to support this language plz

any help :huh

searcher123
10-27-2008, 05:50 PM
hi every one
(...)Setup Factory 8.0
it can't support this language (...)

What does SUPPORT means for you? using a full Arabic interface or just showing an Arabic text in one of the SF screens?

mohab1
10-27-2008, 10:19 PM
What does SUPPORT means for you? using a full Arabic interface or just showing an Arabic text in one of the SF screens?

i mean language for setup file (arabic dialog)

searcher123
10-28-2008, 08:26 AM
i mean language for setup file (arabic dialog)

I'm sorry, but SF's Dialogs have problem with right-to-left languages.
I think this is not possible at the moment :-(

mohab1
10-28-2008, 09:57 AM
I'm sorry, but SF's Dialogs have problem with right-to-left languages.
I think this is not possible at the moment :-(

thank you
i hope repair this problem

mohab1
10-28-2008, 10:38 AM
i want to security by serial number
i can't create by msi factory 2
i wish improve msi factory to generate serials
but i see setup factory 8 better than msi factory but doesn't support arabic
:'(

upeters
10-28-2008, 11:17 AM
It might be an idea to protect your application with a serial number, instead of using a serial number in the installer directly.

I am using PC Guard (http://www.sofpro.com/) for years now, and it allows to build applications that act as demo versions for a defined period, and then require a serial number to unlock. Or it could require a serial from the start - it all just depends on your choices. You could still use MSI Factory for building your installer in arabic, while letting another tool handle the serial number and licensing procedure.

searcher123
10-29-2008, 03:31 AM
i want to security by serial number
i can't create by msi factory 2
i wish improve msi factory to generate serials
but i see setup factory 8 better than msi factory but doesn't support arabic
:'(

This is not very hard to using a dialog box in first screen of your setup for requesting a serial number and if entered serial was wrong, close the setup. Or you can create your main setup with MSI Factory, then wrap it in Setup Factory (Of course your setup file will be 600KB bigger in this way ;) )