|
#1
|
|||
|
|||
|
How to write registry entries in Unicode ?
Does anyone how to write Unicode string withs Setup Factory scripting language ? (I need to write Japanese and Chinese entries, Setup Factory is on english computer)
|
|
#2
|
|||
|
|||
|
Its not possible I suppose ? Except executing my own code from installer ?
|
|
#3
|
||||
|
||||
|
you may add .reg files to your setup (for example like primer files) and silently merge them at install time by File.Run -ing
regedit /s "path_to_reg_file" |
|
#4
|
||||
|
||||
|
Hello pww,
Will you please explain it easier? |
|
#5
|
||||
|
||||
|
instead of using SF registry actions to modify the registry, you can make a .reg file that will do the same. There shouldn't be a problem with unicode strings.
Include this .reg file as a primer file in the SF project (Resources -> Primer files). When the installer is started, the file will be unpacked to the TempLaunchFolder, and you have to send a command to regedit.exe to silently merge the file into the registry. The script code to do that should be something like Code:
File.Run("regedit", "/s " .. "\"" .. _TempLaunchFolder .. "\\your_file.reg\"", "", SW_MINIMIZE, false);
|
![]() |
«
Previous Thread
|
Next Thread
»
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| allow write registry Permissions | atena | Setup Factory 7.0 Discussion | 4 | 05-14-2008 12:24 AM |
| Can I read and write registry and INI values? | Ted Sullivan | AutoPlay Media Studio 7.5 FAQ | 0 | 10-17-2007 11:27 AM |
| Unable to write a binary password to the registry | leedaman | Setup Factory 7.0 Discussion | 2 | 03-01-2005 09:12 AM |
| How to add registry entries to different packages? | Kai | Setup Factory 6.0 | 3 | 12-05-2003 03:17 PM |
| INFO: Finding Shell Folders in the Registry | Support | Setup Factory 6.0 Knowledge Base | 0 | 10-10-2002 04:52 PM |
All times are GMT -6. The time now is 01:40 PM.








Linear Mode

