snowtox Posted October 6, 2008 Posted October 6, 2008 Hi allI made an install file with Inno Setup for Adobe Photoshop CS3However I have to make some registry entries at[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\]and Regedit blocks them...Can anyone tell me how to do this?[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\Root\LEGACY_FLEXNET_LICENSING_SERVICE]"NextInstance"=dword:00000001[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\Root\LEGACY_FLEXNET_LICENSING_SERVICE\0000]"Service"="FLEXnet Licensing Service""Legacy"=dword:00000001"ConfigFlags"=dword:00000000"Class"="LegacyDriver""ClassGUID"="{8ECC055D-047F-11D1-A537-0000F8753ED1}""DeviceDesc"="FLEXnet Licensing Service"[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Enum\Root\LEGACY_FLEXNET_LICENSING_SERVICE]"NextInstance"=dword:00000001[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Enum\Root\LEGACY_FLEXNET_LICENSING_SERVICE\0000]"Service"="FLEXnet Licensing Service""Legacy"=dword:00000001"ConfigFlags"=dword:00000000"Class"="LegacyDriver""ClassGUID"="{8ECC055D-047F-11D1-A537-0000F8753ED1}""DeviceDesc"="FLEXnet Licensing Service"[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_FLEXNET_LICENSING_SERVICE]"NextInstance"=dword:00000001[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_FLEXNET_LICENSING_SERVICE\0000]"Service"="FLEXnet Licensing Service""Legacy"=dword:00000001"ConfigFlags"=dword:00000000"Class"="LegacyDriver""ClassGUID"="{8ECC055D-047F-11D1-A537-0000F8753ED1}""DeviceDesc"="FLEXnet Licensing Service"Hope you can help me with thatsnowtox
killerb255 Posted October 6, 2008 Posted October 6, 2008 Are you running Vista? If so, UAC may be blocking it...You'll have to run regedit elevated.
snowtox Posted October 6, 2008 Author Posted October 6, 2008 (edited) Your are right I'm running Vista however I deleted UAC with vlite...and how do I run regedit elevated? Edited October 7, 2008 by snowtox
x-Shadow-x Posted October 8, 2008 Posted October 8, 2008 You need to addWindows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\Root\LEGACY_FLEXNET_LICENSING_SERVICE]"NextInstance"=dword:00000001[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\Root\LEGACY_FLEXNET_LICENSING_SERVICE\0000]"Service"="FLEXnet Licensing Service""Legacy"=dword:00000001"ConfigFlags"=dword:00000000"Class"="LegacyDriver""ClassGUID"="{8ECC055D-047F-11D1-A537-0000F8753ED1}""DeviceDesc"="FLEXnet Licensing Service"[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Enum\Root\LEGACY_FLEXNET_LICENSING_SERVICE]"NextInstance"=dword:00000001[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Enum\Root\LEGACY_FLEXNET_LICENSING_SERVICE\0000]"Service"="FLEXnet Licensing Service""Legacy"=dword:00000001"ConfigFlags"=dword:00000000"Class"="LegacyDriver""ClassGUID"="{8ECC055D-047F-11D1-A537-0000F8753ED1}""DeviceDesc"="FLEXnet Licensing Service"[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_FLEXNET_LICENSING_SERVICE]"NextInstance"=dword:00000001[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_FLEXNET_LICENSING_SERVICE\0000]"Service"="FLEXnet Licensing Service""Legacy"=dword:00000001"ConfigFlags"=dword:00000000"Class"="LegacyDriver""ClassGUID"="{8ECC055D-047F-11D1-A537-0000F8753ED1}""DeviceDesc"="FLEXnet Licensing Service"
snowtox Posted October 8, 2008 Author Posted October 8, 2008 I knew that I have to add Windows Registry Editor Version 5.00on top...It is in my .reg-file but thx...
GrofLuigi Posted October 8, 2008 Posted October 8, 2008 Set permissions on the ENUM key. Give yourself or your group full control. If you want to use it programatically, use cacls or similar. That's Microsoft's idea of security. This was changed in XP SP2 and later OSes. To try to prevent a thief from entering your house, they leave the front door slightly closed, but double lock all inside doors. (The worm/virus that would install itself as a service here is already inside your system and running, so this would stop nobody except legitimate users.)GL
snowtox Posted October 8, 2008 Author Posted October 8, 2008 Solved it now... found a patch on the adobe homepage...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now