Installation problems for a non administrator domain account

General questions and announcements will be posted here.
Post Reply
Richard Mueller
Posts: 8
Joined: Thu Aug 23, 2012 2:49 pm

Installation problems for a non administrator domain account

Post by Richard Mueller »

I have two user accounts on my computer. One is an administrator account, the other is a non administrator domain account. After installation of the siLang components suite, the componets aren't accessible from the non administrator domain account (They are not installed into the IDE). Since I am obliged by my company only to work in the non administrator account, how can I install the components for the non administrator domain account?
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

You can install manually TsiLang package into IDE. Just select in menu Component | Install Packages and select TsiLang_XX.bpl to install (XX- is your IDE version)
Best regards,
Igor Siticov.
flashSICOMP
Posts: 5
Joined: Mon Mar 22, 2010 11:54 am

Post by flashSICOMP »

Hi
If I manually installed TsiLang package, in TSILang Expert menu items Dictionary Manager and Wizards - not available.

I found solution below , but under non administrator account in Windows 7, it does not work.
http://www.sicomponents.com/forum/viewt ... ht=dicmngr

Can someone to explain the correct way to install docmgr.exe and Wizards in TSILang subsystem manually for any cases?

Thanks in advance
Best regards
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

Hello,

To manually enable TsiLang Wizards in TsiLang Expert you need to add the following Registry keys:

Code: Select all

Root: HKEY_CURRENT_USER; 
Subkey: Software\SiComponents\TsiLang\Wizards; 
ValueType: string; 
ValueName: WizardExe1; 
ValueData: {app}\Wizards\siiniimport.exe; 

Root: HKEY_CURRENT_USER; 
Subkey: Software\SiComponents\TsiLang\Wizards; 
ValueType: string; 
ValueName: WizardName1; 
ValueData: Import strings from INI File; 

Root: HKEY_CURRENT_USER; 
Subkey: Software\SiComponents\TsiLang\Wizards; 
ValueType: string; 
ValueName: WizardExe0; 
ValueData: {app}\Wizards\siimporter.exe; 

Root: HKEY_CURRENT_USER; 
Subkey: Software\SiComponents\TsiLang\Wizards; 
ValueType: string; 
ValueName: WizardName0; 
ValueData: Import resource strings from executable; 
where {app} is the path where TsiLang installed.
Post Reply