핸디소프트/일일일~2009. 8. 28. 12:45


InstallShield 로 작업중에 한 사이트로부터 해당 프로그램이 구동하는 서버 주소를 신뢰된 사이트에 등록해달라고 함.

찾아보니 registy 쪽을 살짝 추가해주면 됨.

예) *.handysoft.co.kr 을 추가해야할 경우
---------------------------------------------------------------------------------------------------------------
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains\handysoft.co.kr]
까지 폴더 생성후 New DWORD Value 로 추가하여 다음과 같은 키값 생성 "http"=dword:00000002
---------------------------------------------------------------------------------------------------------------
위와 같은 형태로 추가해주면 된다

예) bbs.test.com
---------------------------------------------------------------------------------------------------------------
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains\test.com]

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains\test.com\bbs]
까지 폴더 생성후 New DWORD Value 로 추가하여 다음과 같은 키값 생성 "http"=dword:00000002

예) 123.123.123.1
---------------------------------------------------------------------------------------------------------------
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Ranges\Range99]
까지 폴더 생성후 New DWORD Value 로 추가하여 다음과 같은 키값 생성 "http"=dword:00000002
                        New String Value 로 추가하여 다음과 같은 키값 생성 ":Range"="10.40.17.26"
---------------------------------------------------------------------------------------------------------------
Range숫자 // 부분은 사용자가 원하는대로 추가

Posted by 배터리