Dji a écrit:Seul hic: il faut enregistrer une dll avant de lancer la première copie, par contre je crois que le portabilizer sait gérer ça.
oui et pour ceux qui tente de mettre cette 2.2beta en utilisant universel extractor
voici un moyen simple d'enregistrer la dll
créer un nouveau fichier txt (perso je l'ai nommé "Ajouter Right-Click_Register-UnRegister options.txt" )
ensuite y coller ce qui suit (trouvé sur forum fut un temps qui datait de 2003, testé avec XP, les autres OS je ne sais pas... si ce sont les mêmes clés):
- Code: Tout sélectionner
Windows Registry Editor Version 5.00
; This adds the ability to Right-Click on a .dll or .ocx
; and get the Register / UnRegister options.
; ==========
; .DLL files
; ==========
[HKEY_CLASSES_ROOT\.dll]
"Content Type"="application/x-msdownload"
@="dllfile"
[HKEY_CLASSES_ROOT\dllfile]
@="Application Extension"
[HKEY_CLASSES_ROOT\dllfile\Shell\Register\command]
@="regsvr32.exe \"%1\""
[HKEY_CLASSES_ROOT\dllfile\Shell\UnRegister\command]
@="regsvr32.exe /u \"%1\""
; ==========
; .OCX files
; ==========
[HKEY_CLASSES_ROOT\.ocx]
@="ocxfile"
[HKEY_CLASSES_ROOT\ocxfile]
@="OCX"
[HKEY_CLASSES_ROOT\ocxfile\Shell\Register\command]
@="regsvr32.exe \"%1\""
[HKEY_CLASSES_ROOT\ocxfile\Shell\UnRegister\command]
@="regsvr32.exe /u \"%1\""
; End
Enregistrer votre fichier puis modifier l'extension txt en reg
=> Ajouter Right-Click_Register-UnRegister options.reg
lancer le...accepter
maintenant sur la dll SC2ShellExt.dll du repertoire SC2.2beta (et n'importe quelle dll ou ocx, dc soyez prudent a ce que vous faites), clic droit et Register
voila lancer SC2.2 beta le Ctrl+C Ctrl+V de l'explorateur est pris en charge par SC2.2beta
pour "desenregistrer" le dll, clic droit Unregister