PDA

View Full Version : Actix on windows 7 ultimate x64



davidbrayan
2011-01-04, 01:44 AM
Hi all,

due to 3Gb limit in 32 bit OS and High RAM requirement by Actix when working with huge data(many logfiles) i switched to 64 bit OS to increase RAM beyond 3Gb limit.
Two challanges while doing so were.
1. i was unable to install .NET 1
2. i was unable to use and install Multikey.

So now when i am finished with all this, i thought to share it here for all of you and future references as well.

to install .NET on windows 7 x64


Create a new folder named DotNet in C:\ drive (C:\DotNet is used in this guide, you can change to any folder you prefer, but ensure that you use correct path in the following steps).
Download Microsoft .NET Framework 1.1 Redistributable Package (http://www.microsoft.com/downloads/details.aspx?familyid=262D25E3-F589-4842-8157-034D1E7CF3A3&displaylang=en) (dotnetfx.exe (http://download.microsoft.com/download/a/a/c/aac39226-8825-44ce-90e3-bf8203e74006/dotnetfx.exe) ). Make sure the setup file is saved asdotnetfx.exe .
Download Microsoft .NET Framework 1.1 Service Pack 1 (http://www.microsoft.com/downloads/details.aspx?familyid=a8f5654f-088e-40b2-bbdb-a83353618b38&displaylang=en) (NDP1.1sp1-KB867460-X86.exe (http://download.microsoft.com/download/8/b/4/8b4addd8-e957-4dea-bdb8-c4e00af5b94b/NDP1.1sp1-KB867460-X86.exe) ). Make sure that the file is renamed and saved asdotnetfxsp1.exe , so that the rest of the steps can be followed easily.
Move both installation files into the same directory (i.e. C:\DotNet), if you’re not saving them together.
Open command prompt as Administrator .
Change to the directory where the two installation setup files for .NET 1.1 are saved (i.e. C:\DotNet).
Run the following commands one by one, press Enter after each one.

dotnetfx.exe /c:"msiexec.exe /a netfx.msi TARGETDIR=C:\DotNet"
Then click on “Yes” when prompted to answer “would you like to install Microsoft .NET Framework 1.1. Package?”
dotnetfxsp1.exe /Xp:C:\DotNet\netfxsp.msp
msiexec.exe /a c:\DotNet\netfx.msi /p c:\DotNet\netfxsp.msp

Install Microsoft .Net Framework 1.1 with slipstreamed/integrated Service Pack 1 by running netfx.msi created in the working folder

and Now install Actix the way you do.

Now here comes the licensing part.

1. Disable and turn off UAC
Control Panel-User Accounts and Family Safety-User Accounts-Change Use Account Control Settings-Move Slider to "Never Notify"
REBOOT!!
2. Disable Digital Driver Signing using command prompt with admin rights.
Type in the following 2 separate commands:
bcdedit.exe -set loadoptions DDISABLE_INTEGRITY_CHECKS
bcdedit.exe -set TESTSIGNING ON
REBOOT!!!
3. Install Multikey in command prompt with admin rights.
Move to Multikey directory (c:\Multikey)
Input the following command:
devcon install multikey.inf root\multikey
Dos window should state this was successfull.
REBOOT!!
4. Digitally sign the installed driver using DSEO13b
(c:\windows\system 32\drivers\multikey.sys)
REBOOT!!

Use same registry file. Here are
http://rapidshare.com/#!download|942tl|419156777|SuperPRO.Emu.Tools.For.x64.OS-FIXED.rar|1083
other tools and x64 devcon.exe which i used to get it done.

All the above work is of respective authors , i just summed it up.
thanks for all this info.

BR
dB

proy1_10
2011-01-04, 04:12 AM
David!!!!!!
WHat's up, man!!!!
There's a lot of time without some info about you!!!!!

Happy new year!!!!
BR

blackantt
2011-01-04, 12:31 PM
thanks for david.
this is a great event for actix on windows 7.
thanks again!




Hi all,

due to 3Gb limit in 32 bit OS and High RAM requirement by Actix when working with huge data(many logfiles) i switched to 64 bit OS to increase RAM beyond 3Gb limit.
Two challanges while doing so were.
1. i was unable to install .NET 1
2. i was unable to use and install Multikey.

So now when i am finished with all this, i thought to share it here for all of you and future references as well.

to install .NET on windows 7 x64


Create a new folder named DotNet in C:\ drive (C:\DotNet is used in this guide, you can change to any folder you prefer, but ensure that you use correct path in the following steps).
Download Microsoft .NET Framework 1.1 Redistributable Package (http://www.microsoft.com/downloads/details.aspx?familyid=262D25E3-F589-4842-8157-034D1E7CF3A3&displaylang=en) (dotnetfx.exe (http://download.microsoft.com/download/a/a/c/aac39226-8825-44ce-90e3-bf8203e74006/dotnetfx.exe) ). Make sure the setup file is saved asdotnetfx.exe .
Download Microsoft .NET Framework 1.1 Service Pack 1 (http://www.microsoft.com/downloads/details.aspx?familyid=a8f5654f-088e-40b2-bbdb-a83353618b38&displaylang=en) (NDP1.1sp1-KB867460-X86.exe (http://download.microsoft.com/download/8/b/4/8b4addd8-e957-4dea-bdb8-c4e00af5b94b/NDP1.1sp1-KB867460-X86.exe) ). Make sure that the file is renamed and saved asdotnetfxsp1.exe , so that the rest of the steps can be followed easily.
Move both installation files into the same directory (i.e. C:\DotNet), if you’re not saving them together.
Open command prompt as Administrator .
Change to the directory where the two installation setup files for .NET 1.1 are saved (i.e. C:\DotNet).
Run the following commands one by one, press Enter after each one.

dotnetfx.exe /c:"msiexec.exe /a netfx.msi TARGETDIR=C:\DotNet"
Then click on “Yes” when prompted to answer “would you like to install Microsoft .NET Framework 1.1. Package?”
dotnetfxsp1.exe /Xp:C:\DotNet\netfxsp.msp
msiexec.exe /a c:\DotNet\netfx.msi /p c:\DotNet\netfxsp.msp

Install Microsoft .Net Framework 1.1 with slipstreamed/integrated Service Pack 1 by running netfx.msi created in the working folder

and Now install Actix the way you do.

Now here comes the licensing part.

1. Disable and turn off UAC
Control Panel-User Accounts and Family Safety-User Accounts-Change Use Account Control Settings-Move Slider to "Never Notify"
REBOOT!!
2. Disable Digital Driver Signing using command prompt with admin rights.
Type in the following 2 separate commands:
bcdedit.exe -set loadoptions DDISABLE_INTEGRITY_CHECKS
bcdedit.exe -set TESTSIGNING ON
REBOOT!!!
3. Install Multikey in command prompt with admin rights.
Move to Multikey directory (c:\Multikey)
Input the following command:
devcon install multikey.inf root\multikey
Dos window should state this was successfull.
REBOOT!!
4. Digitally sign the installed driver using DSEO13b
(c:\windows\system 32\drivers\multikey.sys)
REBOOT!!

Use same registry file. Here are
RapidShare AG, Cham, Switzerland (http://rapidshare.com/#!download|942tl|419156777|SuperPRO.Emu.Tools.For.x64.OS-FIXED.rar|1083)
other tools and x64 devcon.exe which i used to get it done.

All the above work is of respective authors , i just summed it up.
thanks for all this info.

BR
dB

blackantt
2011-01-04, 01:49 PM
can't download from http://rapidshare.com/files/419156777/SuperPRO.Emu.Tools.For.x64.OS-FIXED.rar ???

TEMS
2011-01-04, 02:17 PM
Hi all,

due to 3Gb limit in 32 bit OS and High RAM requirement by Actix when working with huge data(many logfiles) i switched to 64 bit OS to increase RAM beyond 3Gb limit.
Two challanges while doing so were.
1. i was unable to install .NET 1
2. i was unable to use and install Multikey.

So now when i am finished with all this, i thought to share it here for all of you and future references as well.

to install .NET on windows 7 x64


Create a new folder named DotNet in C:\ drive (C:\DotNet is used in this guide, you can change to any folder you prefer, but ensure that you use correct path in the following steps).
Download Microsoft .NET Framework 1.1 Redistributable Package (http://www.microsoft.com/downloads/details.aspx?familyid=262D25E3-F589-4842-8157-034D1E7CF3A3&displaylang=en) (dotnetfx.exe (http://download.microsoft.com/download/a/a/c/aac39226-8825-44ce-90e3-bf8203e74006/dotnetfx.exe) ). Make sure the setup file is saved asdotnetfx.exe .
Download Microsoft .NET Framework 1.1 Service Pack 1 (http://www.microsoft.com/downloads/details.aspx?familyid=a8f5654f-088e-40b2-bbdb-a83353618b38&displaylang=en) (NDP1.1sp1-KB867460-X86.exe (http://download.microsoft.com/download/8/b/4/8b4addd8-e957-4dea-bdb8-c4e00af5b94b/NDP1.1sp1-KB867460-X86.exe) ). Make sure that the file is renamed and saved asdotnetfxsp1.exe , so that the rest of the steps can be followed easily.
Move both installation files into the same directory (i.e. C:\DotNet), if you’re not saving them together.
Open command prompt as Administrator .
Change to the directory where the two installation setup files for .NET 1.1 are saved (i.e. C:\DotNet).
Run the following commands one by one, press Enter after each one.

dotnetfx.exe /c:"msiexec.exe /a netfx.msi TARGETDIR=C:\DotNet"
Then click on “Yes” when prompted to answer “would you like to install Microsoft .NET Framework 1.1. Package?”
dotnetfxsp1.exe /Xp:C:\DotNet\netfxsp.msp
msiexec.exe /a c:\DotNet\netfx.msi /p c:\DotNet\netfxsp.msp



Install Microsoft .Net Framework 1.1 with slipstreamed/integrated Service Pack 1 by running netfx.msi created in the working folder

and Now install Actix the way you do.

Now here comes the licensing part.

1. Disable and turn off UAC
Control Panel-User Accounts and Family Safety-User Accounts-Change Use Account Control Settings-Move Slider to "Never Notify"
REBOOT!!
2. Disable Digital Driver Signing using command prompt with admin rights.
Type in the following 2 separate commands:
bcdedit.exe -set loadoptions DDISABLE_INTEGRITY_CHECKS
bcdedit.exe -set TESTSIGNING ON
REBOOT!!!
3. Install Multikey in command prompt with admin rights.
Move to Multikey directory (c:\Multikey)
Input the following command:
devcon install multikey.inf root\multikey
Dos window should state this was successfull.
REBOOT!!
4. Digitally sign the installed driver using DSEO13b
(c:\windows\system 32\drivers\multikey.sys)
REBOOT!!

Use same registry file. Here are
http://rapidshare.com/#!download|942tl|419156777|SuperPRO.Emu.Tools.For.x64.OS-FIXED.rar|1083 (http://rapidshare.com/#%21download%7C942tl%7C419156777%7CSuperPRO.Emu.Tools.For.x64.OS-FIXED.rar%7C1083)
other tools and x64 devcon.exe which i used to get it done.

All the above work is of respective authors , i just summed it up.
thanks for all this info.

BR
dB


hi brother
did you had solution on actix when we load with huge data(many logfiles more than 4gb) don't had problem with Memmory

Cheers,

proy1_10
2011-01-04, 05:14 PM
All links are working. Maybe your country have problems

cm_rao29
2011-01-04, 09:05 PM
Hi David,

can we use the same method for Nemo analyzer?? Thanks

davidbrayan
2011-01-05, 03:23 PM
Thanks friends , and happy new year to all.

below are the commands for those using windows 7 32 bit to get access to more RAM beyond the 3GB limit.
run command prompt with administrator rights and enter these commands.

bcdedit /set nx alwaysoff

bcdedit /set pae forceenable

one after another and both commands should return command successful message

and restart your machine.you can see the changes in resource monitor.

BR
dB

tpkj
2011-01-05, 05:40 PM
Thanks friends , and happy new year to all.

below are the commands for those using windows 7 32 bit to get access to more RAM beyond the 3GB limit.
run command prompt with administrator rights and enter these commands.

bcdedit /set nx alwaysoff

bcdedit /set pae forceenable

one after another and both commands should return command successful message

and restart your machine.you can see the changes in resource monitor.

BR
dB

Thank you David,

Do you have advice for Windows XP Professional to go beoynd 3GB of RAM as well?:)

blackantt
2011-01-11, 05:44 PM
davidbrayan,

i have been installed as your instruction on win7 x64.
at the final,after the actix start,it need license,still.

1.please details your instruction after "install Actix the way you do".step3
2.what's your ver. of actix? need lservrc after setup your multikey ?

thanks!

blackantt
2011-01-12, 07:41 PM
help us! thanks!

blackantt
2011-01-12, 07:57 PM
and a error appear,too.

drJaser
2011-02-09, 08:18 PM
I would like to put an alternative option (easiest way) to david's post ...
I discover there is no need for installing multikey, drivers, digital signing... etc
just follow david's procedure up to the point where it says:
"and Now install Actix the way you do. ...
at the end of installation you will probably get an error saying something about sentinel driver (see BlackAnt's post before this one)..
just click OK and forget it..

now copy your license file (lservrc) to those 2 already mentioned locations on your disk..

That's all folks..

ps:
of course you are locked to your comp only because of specific license file (hard disk ID, Ethernet UID)..

here is my screenshoot (thanks to ali56s for putting my name in the license holder :lol )

BR,
drJ.

GSM_Huawei
2011-02-10, 10:20 PM
Thanks davidbrayan ,today I had try installed Actix and Atoll ....running on OS Win7 ultimate 64bit . And add 1.7GB logfile Tems into Actix .
-Very easily installing multikey, drivers, digital signing... etc on win7 64bit.
-if you have a problem with windows 7 64bit can't find SefeNet Sentinel systems driver ,you must install SentinelProtectionInstaller support OS 64bit .
-if you want use dongle emulate on win7 -64bit you must be convert dongle dump file 32bit into 64bit after running with multikey 64bit .

--------> here is my screenshoot that i running Actix and Atoll with multikey 64bit on Win7 64bit. The Physical Memory over 4GB

blackantt
2011-02-20, 08:43 PM
Thanks davidbrayan ,today I had try installed Actix and Atoll ....running on OS Win7 ultimate 64bit . And add 1.7GB logfile Tems into Actix .
-Very easily installing multikey, drivers, digital signing... etc on win7 64bit.
-if you have a problem with windows 7 64bit can't find SefeNet Sentinel systems driver ,you must install SentinelProtectionInstaller support OS 64bit .
-if you want use dongle emulate on win7 -64bit you must be convert dongle dump file 32bit into 64bit after running with multikey 64bit .

--------> here is my screenshoot that i running Actix and Atoll with multikey 64bit on Win7 64bit. The Physical Memory over 4GB

hi,GSM_Huawei

please detail the process(after davidbrayan's step "and Now install Actix the way you do")
and how to convert dongle dump file,too.

thanks again!

blackantt
2011-02-20, 09:12 PM
I would like to put an alternative option (easiest way) to david's post ...
I discover there is no need for installing multikey, drivers, digital signing... etc
just follow david's procedure up to the point where it says:
"and Now install Actix the way you do. ...
at the end of installation you will probably get an error saying something about sentinel driver (see BlackAnt's post before this one)..
just click OK and forget it..

now copy your license file (lservrc) to those 2 already mentioned locations on your disk..

That's all folks..

ps:
of course you are locked to your comp only because of specific license file (hard disk ID, Ethernet UID)..

here is my screenshoot (thanks to ali56s for putting my name in the license holder :lol )

BR,
drJ.

hi, drJ.

how to get the hard disk ID, Ethernet ID under old style from win7_X64.
my "wechoid.exe" don't check the box "Old Style" on win7_x64.

drJaser
2011-02-21, 12:16 AM
right click on "wechoid.exe" ..
select Properties
select 2nd tab (Compatibility)
check "Run this program in compatibility mode for:"
select "Windows XP (Service Pack 3)"
click Apply
click OK
double click on "wechoid.exe" ..

that all.

BR,
drJ.

blackantt
2011-02-21, 02:29 PM
thanks to drJaser

Processor
2011-02-21, 07:41 PM
Used the same method as DrJaser but i'm a bit worried that there might be shortfall in the memory side.

Let us know if u've tried out both ways but nway the method explained by DrJAser is easiest.

drJaser
2011-02-21, 08:13 PM
I think it's not possible to have any problems...

Actix uses 3 different licensing approaches:
1. Dongle (we have solution for that with emus and dongle dumps)
2. License servers (floating licenses,.. common in enterprise environment)
3. license file (calculated/locked for particular computer and/or CPU)

regarding my procedure:
I didn't discover anything new.. I just used 1st part of davidbrayan's procedure how to install Actix on win7 .. for 2nd part instead of using emulator and regkey I just simply use license file which was calculated for my comp.

pros:
1.there is no need to run emulator services so more CPU power stays for main purpose
2.easy install , no possible to fail

cons:
1.my license file works only on my computer

All credits goes to david and guys who can do calculations for us :handshake

Regards as always,
drJ.

oldie
2011-02-21, 08:26 PM
right click on "wechoid.exe" ..
select Properties
select 2nd tab (Compatibility)
check "Run this program in compatibility mode for:"
select "Windows XP (Service Pack 3)"
click Apply
click OK
double click on "wechoid.exe" ..

that all.

BR,
drJ.

I have used wechoid to get my disk id
How do I use this to generate license file (lservrc) for my pc?
I want to instal the Jan Update of Actix

Who are the guys who can calculate this?
Any help will be appreciated
Thx

oswe
2011-04-19, 05:51 AM
Hi all,

due to 3Gb limit in 32 bit OS and High RAM requirement by Actix when working with huge data(many logfiles) i switched to 64 bit OS to increase RAM beyond 3Gb limit.
Two challanges while doing so were.
1. i was unable to install .NET 1
2. i was unable to use and install Multikey.

So now when i am finished with all this, i thought to share it here for all of you and future references as well.

to install .NET on windows 7 x64


Create a new folder named DotNet in C:\ drive (C:\DotNet is used in this guide, you can change to any folder you prefer, but ensure that you use correct path in the following steps).
Download Microsoft .NET Framework 1.1 Redistributable Package (http://www.microsoft.com/downloads/details.aspx?familyid=262D25E3-F589-4842-8157-034D1E7CF3A3&displaylang=en) (dotnetfx.exe (http://download.microsoft.com/download/a/a/c/aac39226-8825-44ce-90e3-bf8203e74006/dotnetfx.exe) ). Make sure the setup file is saved asdotnetfx.exe .
Download Microsoft .NET Framework 1.1 Service Pack 1 (http://www.microsoft.com/downloads/details.aspx?familyid=a8f5654f-088e-40b2-bbdb-a83353618b38&displaylang=en) (NDP1.1sp1-KB867460-X86.exe (http://download.microsoft.com/download/8/b/4/8b4addd8-e957-4dea-bdb8-c4e00af5b94b/NDP1.1sp1-KB867460-X86.exe) ). Make sure that the file is renamed and saved asdotnetfxsp1.exe , so that the rest of the steps can be followed easily.
Move both installation files into the same directory (i.e. C:\DotNet), if you’re not saving them together.
Open command prompt as Administrator .
Change to the directory where the two installation setup files for .NET 1.1 are saved (i.e. C:\DotNet).
Run the following commands one by one, press Enter after each one.

dotnetfx.exe /c:"msiexec.exe /a netfx.msi TARGETDIR=C:\DotNet"
Then click on “Yes” when prompted to answer “would you like to install Microsoft .NET Framework 1.1. Package?”
dotnetfxsp1.exe /Xp:C:\DotNet\netfxsp.msp
msiexec.exe /a c:\DotNet\netfx.msi /p c:\DotNet\netfxsp.msp



Install Microsoft .Net Framework 1.1 with slipstreamed/integrated Service Pack 1 by running netfx.msi created in the working folder

and Now install Actix the way you do.

Now here comes the licensing part.

1. Disable and turn off UAC
Control Panel-User Accounts and Family Safety-User Accounts-Change Use Account Control Settings-Move Slider to "Never Notify"
REBOOT!!
2. Disable Digital Driver Signing using command prompt with admin rights.
Type in the following 2 separate commands:
bcdedit.exe -set loadoptions DDISABLE_INTEGRITY_CHECKS
bcdedit.exe -set TESTSIGNING ON
REBOOT!!!
3. Install Multikey in command prompt with admin rights.
Move to Multikey directory (c:\Multikey)
Input the following command:
devcon install multikey.inf root\multikey
Dos window should state this was successfull.
REBOOT!!
4. Digitally sign the installed driver using DSEO13b
(c:\windows\system 32\drivers\multikey.sys)
REBOOT!!

Use same registry file. Here are
http://rapidshare.com/#!download|942tl|419156777|SuperPRO.Emu.Tools.For.x64.OS-FIXED.rar|1083 (http://rapidshare.com/#%21download%7C942tl%7C419156777%7CSuperPRO.Emu.Tools.For.x64.OS-FIXED.rar%7C1083)
other tools and x64 devcon.exe which i used to get it done.

All the above work is of respective authors , i just summed it up.
thanks for all this info.

BR
dB


my best regards David, IT WORKED !! .... if you come to SouthAmerica we invite you a good bbq !!!
thanx again...

kahnoie
2011-06-06, 08:50 AM
I get this error while running: devcon install multikey.inf root\multikey
-> devcon failed

wnsworld
2011-06-06, 05:58 PM
Simple copy and replace attach file in C:\...\Bin folder and let me know if not working..


I get this error while running: devcon install multikey.inf root\multikey
-> devcon failed

kahnoie
2011-06-06, 07:18 PM
I am unable to download the sample file.
Moreover, I put the multikey files under C:/Multikey then ran cmd as administrator and ran the commands

Regards,
Amit

wnsworld
2011-06-07, 11:29 PM
Share some useful materials, once you get credit form members you can download :lol


I am unable to download the sample file.
Moreover, I put the multikey files under C:/Multikey then ran cmd as administrator and ran the commands

Regards,
Amit

kahnoie
2011-06-07, 11:55 PM
Dear wnsworld,
I tried the sample file with the edgespro1 and the SENTEMUL2010 from 64 Bit Sentemul 2010.exe - 4shared.com - online file sharing and storage - download (http://www.4shared.com/get/ORSVFawe/64_Bit_Sentemul_2010.html) but it gave some error and It asks me to contact the dongle manuacturer. Do you have the right SENTEMUL to be used?

kahnoie
2011-06-10, 07:55 PM
Thanks to kamy and wnsworld. I have managed to get ACTIX to work on 64 bit. But it still throws up some error windows while opening but It does seem to work fine after that.

Regards!!

kamy
2011-06-10, 10:30 PM
Thanks to kamy and wnsworld. I have managed to get ACTIX to work on 64 bit. But it still throws up some error windows while opening but It does seem to work fine after that.

Regards!!

you've got some problem actually, it can by pass the license but not useful

you know where to find me.

kamy

Processor
2011-06-10, 11:56 PM
:(I get the error below when trying to install on my machine;

'msiexec.exe" is not recognized as an internal or external command, operable program or batch file

PLEASE HELP!!!

Processor
2011-06-13, 06:56 PM
Please guys help me here :(

wnsworld
2011-06-13, 11:54 PM
Please guys help me here :(


Try these.

Go to Start > Run, and type CMD or press Key Window+R type CMD


Type::
msiexec /unregister <Enter>
msiexec /register <Enter>

Then, Run:
regedit

Find:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSIServer

Make sure that the value data on the right for ImagePath is:
C:\WINDOWS\system32\msiexec.exe /V
(If the /V is missing, add it.)


still not working download Windows Installer(search in google) and install..

Processor
2011-06-14, 03:25 AM
Try these.

Go to Start > Run, and type CMD or press Key Window+R type CMD


Type::
msiexec /unregister <Enter>
msiexec /register <Enter>

Then, Run:
regedit

Find:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSIServer

Make sure that the value data on the right for ImagePath is:
C:\WINDOWS\system32\msiexec.exe /V
(If the /V is missing, add it.)


still not working download Windows Installer(search in google) and install..

None of this worked and the value data in the Reg is correct as stated here, however, i went to the DotNet folder and ran the netfx.msi and netfxsp.msp files instead of using the last command prompt

Hope it works

nieckyz
2011-06-14, 02:21 PM
I use this method to install VUSB for Nemo Analyzer, the vusb already detected by windows, but it says that the device is not working. I already follow all instructions.. Could someone please help me how to make it work..?

Thanks in advance

note:I modified .bat file a bit to make it work

RFDude_PMA
2011-09-27, 01:18 PM
Hi guys.

I need a little help.. Friends

I have Win 7 x64 and with David info I manage to register multikey.sys

Then after that I do not have a step process to follow.

I did install sentinel protectioninstall7.6.4 but when I run sentinel emulator2007 the service is not running.

I try the sample file (link with two files) copy to the directory /Bin. But a message comes "ok to copy lservrc to its proper location /programdata/" then it say no lic where found on the lservrc file.

So please help me I really need this ...

Thanks

wnsworld
2011-09-28, 12:08 AM
http://www.finetopix.com/133209-post24.html

PM me for any concern..


Hi guys.

I need a little help.. Friends

I have Win 7 x64 and with David info I manage to register multikey.sys

Then after that I do not have a step process to follow.

I did install sentinel protectioninstall7.6.4 but when I run sentinel emulator2007 the service is not running.

I try the sample file (link with two files) copy to the directory /Bin. But a message comes "ok to copy lservrc to its proper location /programdata/" then it say no lic where found on the lservrc file.

So please help me I really need this ...

Thanks

josrobme
2012-04-06, 07:47 AM
Hi Guys,

Under my Universal Serial Bus controller, finally my "SafeNet USB superPro/UtraPro " appeared , but went I try to install Actix. It still ask for license . Please help me. I think that after my PC recognize the USB pro must be more easy install actix on Vista 64.

BR//