Windev 7.5, electronic key not recognized
franck1947
Posted messages
7
Registration date
Status
Membre
-
nckmru -
nckmru -
Good evening,
I would like to get help from someone!
I just acquired a second-hand Windev 7.5. After installation, when launching this application (under Windows XP), it freezes and after quite some time, I get the following message:
The electronic protection is not recognized, etc...
Do you have the solution, thank you in advance.
François
I would like to get help from someone!
I just acquired a second-hand Windev 7.5. After installation, when launching this application (under Windows XP), it freezes and after quite some time, I get the following message:
The electronic protection is not recognized, etc...
Do you have the solution, thank you in advance.
François
Configuration: WINDOWS XP
1 réponse
Maybe this will help you! CIAO
After installation on a new machine, WinDev won't start. What to do?
The first thing to do is to check that the "HInstall" module is properly activated!
Indeed, on certain configurations, the automatic installation may not install this module.
To check if this is the case, execute the following line
Hinstall.exe -i
in the command line.
If the message "Failed to start the Aladdin Device Driver" appears, install version 4.96 of the hinstall.exe module. You can download this module at the following address:
http://www.aladdin.com/support/hasp/enduser.aspx
Download HASP4_driver_cmdline.zip and unzip it into the /Programmes subdirectory of your PCSOFT product.
Then perform the following operations in command line mode in the /Programmes directory
-install the new version by typing the command "HINSTALL -i"
-check that the driver is properly installed with the command "HINSTALL -info"
Note: these operations should be performed in ADMINISTRATOR mode on the machine (information valid for Windows NT, 2000, and XP operating systems).
If the message "Failed to start the Aladdin Device Driver" persists, here’s a second manipulation to try:
1. Open Windows Explorer, then go to the root C:\
2. Select "Folder Options" in the "Tools" menu.
3. Then in the "View" tab, uncheck "Hide protected operating system files (recommended)" and click "OK".
4. Now you can see the 'boot.ini' file on C:\. Right-click on this file and select "Properties". Uncheck the "Read-only" attribute and click "OK".
5. Open the boot.ini file in Notepad and replace "/noexecute=OptIn" with "/noexecute=AlwaysOff". Save the file.
6. Restart the machine.
7. Install the HASP driver 5.12 (or higher). This can be downloaded via http://www.aladdin.com/support/hasp/enduser.asp
8. Open Windows Explorer and go to C:\
9. Select "Folder Options" in the "Tools" menu.
10. In the "View" tab, check "Hide protected operating system files (recommended)" and click "OK".
11. Go to the \Programmes subdirectory of WinDev and install Hinstall.exe with the following syntax in the command line
hinstall -i
If the problem persists, contact Free Technical Support.
https://faq.pcsoft.fr/faqread.awp?idfaq=2909&search=cl&idfaq=2909&search=cl
After installation on a new machine, WinDev won't start. What to do?
The first thing to do is to check that the "HInstall" module is properly activated!
Indeed, on certain configurations, the automatic installation may not install this module.
To check if this is the case, execute the following line
Hinstall.exe -i
in the command line.
If the message "Failed to start the Aladdin Device Driver" appears, install version 4.96 of the hinstall.exe module. You can download this module at the following address:
http://www.aladdin.com/support/hasp/enduser.aspx
Download HASP4_driver_cmdline.zip and unzip it into the /Programmes subdirectory of your PCSOFT product.
Then perform the following operations in command line mode in the /Programmes directory
-install the new version by typing the command "HINSTALL -i"
-check that the driver is properly installed with the command "HINSTALL -info"
Note: these operations should be performed in ADMINISTRATOR mode on the machine (information valid for Windows NT, 2000, and XP operating systems).
If the message "Failed to start the Aladdin Device Driver" persists, here’s a second manipulation to try:
1. Open Windows Explorer, then go to the root C:\
2. Select "Folder Options" in the "Tools" menu.
3. Then in the "View" tab, uncheck "Hide protected operating system files (recommended)" and click "OK".
4. Now you can see the 'boot.ini' file on C:\. Right-click on this file and select "Properties". Uncheck the "Read-only" attribute and click "OK".
5. Open the boot.ini file in Notepad and replace "/noexecute=OptIn" with "/noexecute=AlwaysOff". Save the file.
6. Restart the machine.
7. Install the HASP driver 5.12 (or higher). This can be downloaded via http://www.aladdin.com/support/hasp/enduser.asp
8. Open Windows Explorer and go to C:\
9. Select "Folder Options" in the "Tools" menu.
10. In the "View" tab, check "Hide protected operating system files (recommended)" and click "OK".
11. Go to the \Programmes subdirectory of WinDev and install Hinstall.exe with the following syntax in the command line
hinstall -i
If the problem persists, contact Free Technical Support.
https://faq.pcsoft.fr/faqread.awp?idfaq=2909&search=cl&idfaq=2909&search=cl
http://faq.pcsoft.fr/...
What to do if Windows fails to recognize the WINDEV, WEBDEV or WINDEV MOBILE key?
FAQ no. 3519, published on 29/10/2009 | Products concerned: WinDev, WebDev, WinDev Mobile
Windows update automatically installs the necessary driver for recognizing the key on Windows XP, Vista, and Seven. If the automatic driver installation fails, perform the following operations:
- open the following page in a browser:
http://www.aladdin.com/support/hasp-srm/enduser.aspx
- start the download of the file "Sentinel_HASP_Run-time_setup.zip",
- open the obtained zip archive once the download is complete,
- extract the files from the archive to a temporary folder,
- run the program \YourExtractionFolder\HASP_SRM_Runtime_setup\HASPUserSetup.exe
- on Windows Vista and Seven with UAC, allow the program to start,
- confirm the various installation steps of the driver,
- complete the wizard once you see the message "Sentinel HASP Run-time has been successfully installed".
You can reconnect your various keys, and they will be automatically recognized by Windows.
Notes:
- this procedure is detailed with images in the next post of our Blog:
http://blogs.pcsoft.fr/...
- the executable "HASPUserSetup.exe" can be used if needed to uninstall the drivers. Simply relaunch it when the drivers are in place.
- this version of the driver is automatically recognized by versions 9 to 16. To run version 7.5 or 8 of WINDEV, an update must be downloaded:
ftp://ftp.pcsoft.fr/windev7_mig/WD75_SRM.ZIP
ftp://ftp.pcsoft.fr/windev8_315/WD8_SRM.ZIP
It is enough to install this update by decompressing the downloaded archive into the \Programs\ folder of the corresponding version. When decompressing, you must accept the replacement of files with the same names already present.
The solution I found is to install version 12 to obtain driver version 4.104.5.24, and everything works correctly.