{"id":128,"date":"2010-04-17T23:05:15","date_gmt":"2010-04-18T08:05:15","guid":{"rendered":"\/blog\/?p=128"},"modified":"2023-09-21T09:39:21","modified_gmt":"2023-09-21T00:39:21","slug":"nsis-pages-%ec%97%90-%eb%8c%80%ed%95%98%ec%97%ac2","status":"publish","type":"post","link":"https:\/\/hasu0707.duckdns.org\/blog\/?p=128","title":{"rendered":"NSIS-Pages \uc5d0 \ub300\ud558\uc5ec(2)"},"content":{"rendered":"\n<P>PageCallbacks \ub77c\ub294 \uae30\ub2a5\uc744 \uc54c\uc544 \ubcf4\ub3c4\ub85d \ud558\uaca0\ub2e4.<br \/><br \/>PageCallbacks\ub294 PageEx ~ PageExEnd \uc0ac\uc774\uc5d0\uc11c\ub9cc \uc4f8 \uc218 \uc788\ub294 \uae30\ub2a5\uc73c\ub85c \ubb38\ubc95\uc740 \ub2e4\uc74c\uacfc \uac19\ub2e4.<br \/><CODE><\/P>\n<OL>\n<LI style=\"FONT-STYLE: normal; FONT-FAMILY: 'Courier New', Courier, monospace; COLOR: black; FONT-WEIGHT: normal\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\"><SPAN>(<\/SPAN><SPAN>[<\/SPAN>creator_function<SPAN>]<\/SPAN> <SPAN>[<\/SPAN>leave_function<SPAN>]<\/SPAN><SPAN>)<\/SPAN> | <SPAN>(<\/SPAN><SPAN>[<\/SPAN>pre_function<SPAN>]<\/SPAN> <SPAN>[<\/SPAN>show_function<SPAN>]<\/SPAN> <SPAN>[<\/SPAN>leave_function<SPAN>]<\/SPAN><SPAN>)<\/SPAN><\/DIV><\/LI><\/OL><\/CODE><br \/><FONT face=\"Times New Roman\">\uc704\uc5d0 \ubcf4\ub294 \uac83\uacfc \uac19\uc774 \ub450 \uac1c\uc758 \ud568\uc218 \uc774\ub984\uc744 \uc4f0\uba74 creator\uc640 leave \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uaca0\ub2e4\ub294 \uac83\uc774\uace0, \uc138 \uac1c\uc758 \ud568\uc218 \uc774\ub984\uc744 \uc4f0\uba74 Page\uc5d0 \ub4e4\uc5b4 \uac00\uae30 \uc804\uc5d0 \uc2e4\ud589\ub418\uace0 \uc2e4\uc81c \ubcf4\uc5ec \uc8fc\ub294 \ud568\uc218 \uadf8\ub9ac\uace0 \ud398\uc774\uc9c0\ub97c \ubc97\uc5b4\ub0a0 \ub54c \ud568\uc218 \uc774\ub2e4. \ub9d0\ub85c \ud558\uba74 \uc880 \uc5b4\ub824\uc6b0\ub2c8 \uc608\uc81c\ub97c \ubcf4\uba74\uc11c \ud55c \ubc88 \ud574\ubcf4\uc790.<br \/><br \/><\/FONT><CODE>\n<OL>\n<LI style=\"FONT-STYLE: normal; FONT-FAMILY: 'Courier New', Courier, monospace; COLOR: black; FONT-WEIGHT: normal\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\"><SPAN style=\"FONT-STYLE: italic; COLOR: #666666\"># set the name of the installer<\/SPAN><\/DIV>\n<LI style=\"FONT-WEIGHT: bold\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\"><SPAN style=\"COLOR: #000066\">outfile<\/SPAN> <SPAN style=\"COLOR: #660066\">\"pages.exe\"<\/SPAN><\/DIV>\n<LI style=\"FONT-STYLE: normal; FONT-FAMILY: 'Courier New', Courier, monospace; COLOR: black; FONT-WEIGHT: normal\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\">&nbsp;<\/DIV>\n<LI style=\"FONT-WEIGHT: bold\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\"><SPAN style=\"COLOR: #000066\">Var<\/SPAN> ANOTHER_DIR<\/DIV>\n<LI style=\"FONT-STYLE: normal; FONT-FAMILY: 'Courier New', Courier, monospace; COLOR: black; FONT-WEIGHT: normal\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\">&nbsp;<\/DIV>\n<LI style=\"FONT-WEIGHT: bold\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\"><SPAN style=\"COLOR: #000066\">InstallDir<\/SPAN> <SPAN style=\"COLOR: #660066\">\"$PROGRAMFILES\\testing\"<\/SPAN><\/DIV>\n<LI style=\"FONT-STYLE: normal; FONT-FAMILY: 'Courier New', Courier, monospace; COLOR: black; FONT-WEIGHT: normal\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\">&nbsp;<\/DIV>\n<LI style=\"FONT-WEIGHT: bold\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\"><SPAN style=\"COLOR: #000066\">LicenseText<\/SPAN> <SPAN style=\"COLOR: #660066\">\"\ub77c\uc774\uc13c\uc2a4 \ub3d9\uc758\ud574 \uc8fc\uc138\uc694~~~ \"<\/SPAN> <SPAN style=\"COLOR: #660066\">\"\ub3d9\uc758\"<\/SPAN><\/DIV>\n<LI style=\"FONT-STYLE: normal; FONT-FAMILY: 'Courier New', Courier, monospace; COLOR: black; FONT-WEIGHT: normal\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\"><SPAN style=\"FONT-STYLE: italic; COLOR: #666666\"># set license data file<\/SPAN><\/DIV>\n<LI style=\"FONT-WEIGHT: bold\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\"><SPAN style=\"COLOR: #000066\">LicenseData<\/SPAN> <SPAN style=\"COLOR: #660066\">\".\\license.txt\"<\/SPAN><\/DIV>\n<LI style=\"FONT-STYLE: normal; FONT-FAMILY: 'Courier New', Courier, monospace; COLOR: black; FONT-WEIGHT: normal\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\"><SPAN style=\"COLOR: #000066\">LicenseForceSelection<\/SPAN> <SPAN style=\"COLOR: #ff6600\">checkbox<\/SPAN> <SPAN style=\"COLOR: #660066\">\"\uc704 \ub77c\uc774\uc13c\uc2a4\uc5d0 \ub3d9\uc758 \ud569\ub2c8\ub2e4.\"<\/SPAN><\/DIV>\n<LI style=\"FONT-WEIGHT: bold\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\">&nbsp;<\/DIV>\n<LI style=\"FONT-STYLE: normal; FONT-FAMILY: 'Courier New', Courier, monospace; COLOR: black; FONT-WEIGHT: normal\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\"><SPAN style=\"COLOR: #000066\">ComponentText<\/SPAN> <SPAN style=\"COLOR: #660066\">\"\ud544\uc694\ud55c \ucef4\ud3ec\ub10c\ud2b8\ub97c \uc778\uc2a4\ud1a8 \ud569\ub2c8\ub2e4.\"<\/SPAN> \\<\/DIV>\n<LI style=\"FONT-WEIGHT: bold\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <SPAN style=\"COLOR: #660066\">\"\ub0b4\ubd80\uc801\uc778 \uc18c\uc81c\ubaa9\uc785\ub2c8\ub2e4.\"<\/SPAN> <SPAN style=\"COLOR: #660066\">\"\uc778\uc2a4\ud1a8 \ud558\ub294 \uc124\uba85\uc744 \uc790\uc138\ud558\uac8c \uc5ec\uae30\uc5d0 \uc501\ub2c8\ub2e4.\"<\/SPAN><\/DIV>\n<LI style=\"FONT-STYLE: normal; FONT-FAMILY: 'Courier New', Courier, monospace; COLOR: black; FONT-WEIGHT: normal\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\"><SPAN style=\"COLOR: #000066\">DirText<\/SPAN> <SPAN style=\"COLOR: #660066\">\"\uc778\uc2a4\ud1a8 \ud560 \ub514\ub809\ud1a0\ub9ac \uc120\ud0dd \ucc3d\uc785\ub2c8\ub2e4.\"<\/SPAN> <SPAN style=\"COLOR: #660066\">\"\ubcf8 \ud504\ub85c\uadf8\ub7a8\uc744 \uc778\uc2a4\ud1a8 \ud560 \ub514\ub809\ud1a0\ub9ac\ub97c \uc120\ud0dd\ud574 \uc8fc\uc2ed\uc2dc\uc624.\"<\/SPAN> \\<\/DIV>\n<LI style=\"FONT-WEIGHT: bold\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\">&nbsp; &nbsp; &nbsp; &nbsp; <SPAN style=\"COLOR: #660066\">\"\ud074\ub9ad\ud574\uc918!\"<\/SPAN> <SPAN style=\"COLOR: #660066\">\"\ub514\ub809\ud1a0\ub9ac \uc120\ud0dd\ud558\ub294 \ub2e4\uc774\uc5bc\ub85c\uadf8 \uc124\uba85\uc785\ub2c8\ub2e4.\"<\/SPAN><\/DIV>\n<LI style=\"FONT-STYLE: normal; FONT-FAMILY: 'Courier New', Courier, monospace; COLOR: black; FONT-WEIGHT: normal\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\"><SPAN style=\"COLOR: #000066\">PageEx<\/SPAN> <SPAN style=\"COLOR: #ff6600\">License<\/SPAN><\/DIV>\n<LI style=\"FONT-WEIGHT: bold\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\">&nbsp; &nbsp; &nbsp; &nbsp;<SPAN style=\"COLOR: #003366\">PageCallbacks<\/SPAN> li_cre li_leave<\/DIV>\n<LI style=\"FONT-STYLE: normal; FONT-FAMILY: 'Courier New', Courier, monospace; COLOR: black; FONT-WEIGHT: normal\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\"><SPAN style=\"COLOR: #000066\">PageExEnd<\/SPAN><\/DIV>\n<LI style=\"FONT-WEIGHT: bold\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\"><SPAN style=\"COLOR: #000066\">Page<\/SPAN> <SPAN style=\"COLOR: #ff6600\">Components<\/SPAN><\/DIV>\n<LI style=\"FONT-STYLE: normal; FONT-FAMILY: 'Courier New', Courier, monospace; COLOR: black; FONT-WEIGHT: normal\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\"><SPAN style=\"COLOR: #000066\">PageEx<\/SPAN> <SPAN style=\"COLOR: #ff6600\">directory<\/SPAN><\/DIV>\n<LI style=\"FONT-WEIGHT: bold\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\">&nbsp; &nbsp; &nbsp; &nbsp;<SPAN style=\"COLOR: #000066\">DirVar<\/SPAN> <SPAN style=\"COLOR: #660000\">$ANOTHER_DIR<\/SPAN><\/DIV>\n<LI style=\"FONT-STYLE: normal; FONT-FAMILY: 'Courier New', Courier, monospace; COLOR: black; FONT-WEIGHT: normal\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\"><SPAN style=\"COLOR: #000066\">PageExEnd<\/SPAN><\/DIV>\n<LI style=\"FONT-WEIGHT: bold\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\"><SPAN style=\"COLOR: #000066\">PageEx<\/SPAN> <SPAN style=\"COLOR: #ff6600\">instfiles<\/SPAN><\/DIV>\n<LI style=\"FONT-STYLE: normal; FONT-FAMILY: 'Courier New', Courier, monospace; COLOR: black; FONT-WEIGHT: normal\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\">&nbsp; &nbsp; &nbsp; &nbsp;<SPAN style=\"COLOR: #000066\">DetailsButtonText<\/SPAN> <SPAN style=\"COLOR: #660066\">\"\uc790\uc138\ud788 \ubcf4\uc5ec\uc918~~\"<\/SPAN><\/DIV>\n<LI style=\"FONT-WEIGHT: bold\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\">&nbsp; &nbsp; &nbsp; &nbsp;<SPAN style=\"COLOR: #000066\">CompletedText<\/SPAN> <SPAN style=\"COLOR: #660066\">\"\ub05d\ub0ac\ub2f9~~\"<\/SPAN><\/DIV>\n<LI style=\"FONT-STYLE: normal; FONT-FAMILY: 'Courier New', Courier, monospace; COLOR: black; FONT-WEIGHT: normal\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\"><SPAN style=\"COLOR: #000066\">PageExEnd<\/SPAN><\/DIV>\n<LI style=\"FONT-WEIGHT: bold\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\"><SPAN style=\"COLOR: #000066\">function<\/SPAN> <SPAN style=\"COLOR: #006600\">.onInit<\/SPAN><\/DIV>\n<LI style=\"FONT-STYLE: normal; FONT-FAMILY: 'Courier New', Courier, monospace; COLOR: black; FONT-WEIGHT: normal\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\">&nbsp; &nbsp; &nbsp; &nbsp;<SPAN style=\"COLOR: #000099\">StrCpy<\/SPAN> <SPAN style=\"COLOR: #660000\">$ANOTHER_DIR<\/SPAN> <SPAN style=\"COLOR: #660066\">\"$WINDIR\"<\/SPAN><\/DIV>\n<LI style=\"FONT-WEIGHT: bold\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\"><SPAN style=\"COLOR: #000066\">functionEnd<\/SPAN><\/DIV>\n<LI style=\"FONT-STYLE: normal; FONT-FAMILY: 'Courier New', Courier, monospace; COLOR: black; FONT-WEIGHT: normal\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\">&nbsp;<\/DIV>\n<LI style=\"FONT-WEIGHT: bold\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\"><SPAN style=\"COLOR: #000066\">function<\/SPAN> li_cre<\/DIV>\n<LI style=\"FONT-STYLE: normal; FONT-FAMILY: 'Courier New', Courier, monospace; COLOR: black; FONT-WEIGHT: normal\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<SPAN style=\"COLOR: #000099\">MessageBox<\/SPAN> <SPAN style=\"COLOR: #ff6600\">MB_OK<\/SPAN> <SPAN style=\"COLOR: #660066\">\"License creator pagecallbacks\"<\/SPAN><\/DIV>\n<LI style=\"FONT-WEIGHT: bold\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\"><SPAN style=\"COLOR: #000066\">functionEnd<\/SPAN><\/DIV>\n<LI style=\"FONT-STYLE: normal; FONT-FAMILY: 'Courier New', Courier, monospace; COLOR: black; FONT-WEIGHT: normal\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\">&nbsp;<\/DIV>\n<LI style=\"FONT-WEIGHT: bold\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\"><SPAN style=\"COLOR: #000066\">function<\/SPAN> li_leave<\/DIV>\n<LI style=\"FONT-STYLE: normal; FONT-FAMILY: 'Courier New', Courier, monospace; COLOR: black; FONT-WEIGHT: normal\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<SPAN style=\"COLOR: #000099\">MessageBox<\/SPAN> <SPAN style=\"COLOR: #ff6600\">MB_OK<\/SPAN> <SPAN style=\"COLOR: #660066\">\"License leave pagecallbacks\"<\/SPAN><\/DIV>\n<LI style=\"FONT-WEIGHT: bold\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\"><SPAN style=\"COLOR: #000066\">functionEnd<\/SPAN><\/DIV>\n<LI style=\"FONT-STYLE: normal; FONT-FAMILY: 'Courier New', Courier, monospace; COLOR: black; FONT-WEIGHT: normal\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\"><SPAN style=\"FONT-STYLE: italic; COLOR: #666666\"># create a default section.<\/SPAN><\/DIV>\n<LI style=\"FONT-WEIGHT: bold\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\"><SPAN style=\"COLOR: #000066\">section<\/SPAN><\/DIV>\n<LI style=\"FONT-STYLE: normal; FONT-FAMILY: 'Courier New', Courier, monospace; COLOR: black; FONT-WEIGHT: normal\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\">&nbsp;<\/DIV>\n<LI style=\"FONT-WEIGHT: bold\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\"><SPAN style=\"COLOR: #000099\">MessageBox<\/SPAN> <SPAN style=\"COLOR: #ff6600\">MB_OK<\/SPAN> <SPAN style=\"COLOR: #660066\">\"$INSTDIR, $ANOTHER_DIR\"<\/SPAN><\/DIV>\n<LI style=\"FONT-STYLE: normal; FONT-FAMILY: 'Courier New', Courier, monospace; COLOR: black; FONT-WEIGHT: normal\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\">&nbsp;<\/DIV>\n<LI style=\"FONT-WEIGHT: bold\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\"><SPAN style=\"COLOR: #000066\">sectionEnd<\/SPAN><\/DIV>\n<LI style=\"FONT-STYLE: normal; FONT-FAMILY: 'Courier New', Courier, monospace; COLOR: black; FONT-WEIGHT: normal\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\">&nbsp;<\/DIV>\n<LI style=\"FONT-WEIGHT: bold\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\"><SPAN style=\"COLOR: #000066\">section<\/SPAN> <SPAN style=\"COLOR: #660066\">\"Component1\"<\/SPAN><\/DIV>\n<LI style=\"FONT-STYLE: normal; FONT-FAMILY: 'Courier New', Courier, monospace; COLOR: black; FONT-WEIGHT: normal\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\">&nbsp; &nbsp; &nbsp; &nbsp; <SPAN style=\"COLOR: #000099\">MessageBox<\/SPAN> <SPAN style=\"COLOR: #ff6600\">MB_OK<\/SPAN> <SPAN style=\"COLOR: #660066\">\"You select component1\"<\/SPAN><\/DIV>\n<LI style=\"FONT-WEIGHT: bold\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\"><SPAN style=\"COLOR: #000066\">SectionEnd<\/SPAN><\/DIV>\n<LI style=\"FONT-STYLE: normal; FONT-FAMILY: 'Courier New', Courier, monospace; COLOR: black; FONT-WEIGHT: normal\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\">&nbsp;<\/DIV>\n<LI style=\"FONT-WEIGHT: bold\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\"><SPAN style=\"COLOR: #000066\">Section<\/SPAN> <SPAN style=\"COLOR: #660066\">\"Component2\"<\/SPAN><\/DIV>\n<LI style=\"FONT-STYLE: normal; FONT-FAMILY: 'Courier New', Courier, monospace; COLOR: black; FONT-WEIGHT: normal\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\">&nbsp; &nbsp; &nbsp; &nbsp; <SPAN style=\"COLOR: #000099\">MessageBox<\/SPAN> <SPAN style=\"COLOR: #ff6600\">MB_OK<\/SPAN> <SPAN style=\"COLOR: #660066\">\"You select component2\"<\/SPAN><\/DIV>\n<LI style=\"FONT-WEIGHT: bold\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\"><SPAN style=\"COLOR: #000066\">SectionEnd<\/SPAN><\/DIV><\/LI><\/OL><\/CODE><br \/><br \/><FONT face=\"Times New Roman\">\uc704 \ucf54\ub4dc\ub294 \uc55e\uc5d0 \uc801\uc740 \uae00\uc5d0\uc11c \uba87 \uac00\uc9c0 \ubd80\ubd84\ub9cc \uc218\uc815\ub41c \uac83\uc774\ub2e4. \uccab \ubc88\uc9f8\ub85c 17\ubc88\uc9f8 \uc904\uc778 PageEx License \uc544\ub798\uc5d0 PageCallbacks\ub97c \uc801\uc5c8\ub2e4. \ud568\uc218\ub97c \ub450 \uac1c\ub9cc \uc801\uc5c8\uc73c\ub2c8 \uc2e4\ud589\ub418\ub294 \uac83\uc744 \uc54c \uc218 \uc788\ub2e4. \uc704 \ucf54\ub4dc\ub97c \uc2e4\ud589 \uc2dc\ud0a4\uba74 \uc0dd\uac01\uacfc \ub2e4\ub974\uac8c li_leave \ud568\uc218\uac00 \uc2e4\uc81c\ub85c \ub77c\uc774\uc13c\uc2a4\ub97c \ubcf4\uc5ec \uc8fc\ub294 \ud654\uba74 \ubcf4\ub2e4 \uba3c\uc800 \ub098\uc628\ub2e4. \uc989 \uc544\ub798\uc640 \uac19\uc740 \ud654\uba74\ub4e4\uc774 \ub098\uc624\uace0 \ub098\uc11c \ub77c\uc774\uc13c\uc2a4\ub97c \ubcf4\ub294 \ud654\uba74\uc774 \ub098\uc628\ub2e4.<br \/><br \/><\/FONT>\n<DIV style=\"TEXT-ALIGN: center\" class=\"imageblock dual\">\n<TABLE style=\"MARGIN: 0px auto\" border=0 cellSpacing=5 cellPadding=0>\n<TBODY>\n<TR>\n<TD><FONT face=\"Times New Roman\"><IMG style=\"CURSOR: pointer\" onclick=\"popview(this, '90000003_000000000000000DFC0A6D5A')\" src=\"http:\/\/www.cipher.pe.kr\/tt\/attach\/1\/1073884423.png\" width=203 height=94><\/FONT><\/TD>\n<TD><FONT face=\"Times New Roman\"><IMG style=\"CURSOR: pointer\" onclick=\"popview(this, '90000003_000000000000000DFC0A6D5A')\" src=\"http:\/\/www.cipher.pe.kr\/tt\/attach\/1\/1179414065.png\" width=195 height=95><\/FONT><\/TD><\/TR><\/TBODY><\/TABLE><\/DIV>\uc774\ubc88\uc5d0\ub294 \ud568\uc218 \uc138 \uac1c\ub97c \uc774\uc6a9\ud574 \ubcf4\uc790. \uc138 \uac1c\ub97c \uc774\uc6a9\ud558\ub294 \uacbd\uc6b0\uc5d0\ub294 creator \ud568\uc218\uac00 \uc2e4\ud589\ub418\uace0 show \ud568\uc218\uac00 \uc2e4\ud589\ub418\uba70, \ub77c\uc774\uc13c\uc2a4\ub97c \ubcf4\uc5ec \uc8fc\ub294 \ud654\uba74\uc774 \ubcf4\uc774\uace0 \uadf8 \ub2e4\uc74c\uc73c\ub85c leave \ud568\uc218\uac00 \uc2e4\ud589\ub41c\ub2e4. \uc5ec\uae30\uc11c \uc8fc\uc758\ud560 \uac83\uc740 leave \ud568\uc218\uac00 \uc2e4\ud589\ub418\ub294 \uac83\uc774 \ub77c\uc774\uc13c\uc2a4\ub97c \ubcf4\uc5ec \uc8fc\ub294 \ud654\uba74\uc744 \ubc97\uc5b4 \ub098\uc11c\uac00 \uc544\ub2c8\uace0 \ubc97\uc5b4 \ub098\uae30 \uc9c1\uc804\uc774\ubbc0\ub85c \ubc14\ud0d5\uc5d0\ub294 \uc5ec\uc804\ud788 \ub77c\uc774\uc13c\uc2a4\ub97c \ubcf4\uc5ec \uc8fc\ub294 \ud654\uba74\uc774 \uc788\uac8c \ub41c\ub2e4. \uc774 \ubd80\ubd84\uc740 \uc544\ub798\uc5d0 \ucf54\ub4dc\ub9cc \ud3ec\ud568\uc2dc\ud0a4\uaca0\ub2e4. \uc2e4\uc81c \uc801\uc6a9\uc740 \uc9c1\uc811 \ud574\ubcf4\uae30 \ubc14\ub780\ub2e4.<br \/><br \/><CODE>\n<OL>\n<LI style=\"FONT-STYLE: normal; FONT-FAMILY: 'Courier New', Courier, monospace; COLOR: black; FONT-WEIGHT: normal\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\"><SPAN style=\"FONT-STYLE: italic; COLOR: #666666\"># set the name of the installer<\/SPAN><\/DIV>\n<LI style=\"FONT-WEIGHT: bold\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\"><SPAN style=\"COLOR: #000066\">outfile<\/SPAN> <SPAN style=\"COLOR: #660066\">\"pages.exe\"<\/SPAN><\/DIV>\n<LI style=\"FONT-STYLE: normal; FONT-FAMILY: 'Courier New', Courier, monospace; COLOR: black; FONT-WEIGHT: normal\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\">&nbsp;<\/DIV>\n<LI style=\"FONT-WEIGHT: bold\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\"><SPAN style=\"COLOR: #000066\">Var<\/SPAN> ANOTHER_DIR<\/DIV>\n<LI style=\"FONT-STYLE: normal; FONT-FAMILY: 'Courier New', Courier, monospace; COLOR: black; FONT-WEIGHT: normal\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\">&nbsp;<\/DIV>\n<LI style=\"FONT-WEIGHT: bold\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\"><SPAN style=\"COLOR: #000066\">InstallDir<\/SPAN> <SPAN style=\"COLOR: #660066\">\"$PROGRAMFILES\\testing\"<\/SPAN><\/DIV>\n<LI style=\"FONT-STYLE: normal; FONT-FAMILY: 'Courier New', Courier, monospace; COLOR: black; FONT-WEIGHT: normal\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\">&nbsp;<\/DIV>\n<LI style=\"FONT-WEIGHT: bold\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\"><SPAN style=\"COLOR: #000066\">LicenseText<\/SPAN> <SPAN style=\"COLOR: #660066\">\"\ub77c\uc774\uc13c\uc2a4 \ub3d9\uc758\ud574 \uc8fc\uc138\uc694~~~ \"<\/SPAN> <SPAN style=\"COLOR: #660066\">\"\ub3d9\uc758\"<\/SPAN><\/DIV>\n<LI style=\"FONT-STYLE: normal; FONT-FAMILY: 'Courier New', Courier, monospace; COLOR: black; FONT-WEIGHT: normal\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\"><SPAN style=\"FONT-STYLE: italic; COLOR: #666666\"># set license data file<\/SPAN><\/DIV>\n<LI style=\"FONT-WEIGHT: bold\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\"><SPAN style=\"COLOR: #000066\">LicenseData<\/SPAN> <SPAN style=\"COLOR: #660066\">\".\\license.txt\"<\/SPAN><\/DIV>\n<LI style=\"FONT-STYLE: normal; FONT-FAMILY: 'Courier New', Courier, monospace; COLOR: black; FONT-WEIGHT: normal\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\"><SPAN style=\"COLOR: #000066\">LicenseForceSelection<\/SPAN> <SPAN style=\"COLOR: #ff6600\">checkbox<\/SPAN> <SPAN style=\"COLOR: #660066\">\"\uc704 \ub77c\uc774\uc13c\uc2a4\uc5d0 \ub3d9\uc758 \ud569\ub2c8\ub2e4.\"<\/SPAN><\/DIV>\n<LI style=\"FONT-WEIGHT: bold\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\">&nbsp;<\/DIV>\n<LI style=\"FONT-STYLE: normal; FONT-FAMILY: 'Courier New', Courier, monospace; COLOR: black; FONT-WEIGHT: normal\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\"><SPAN style=\"COLOR: #000066\">ComponentText<\/SPAN> <SPAN style=\"COLOR: #660066\">\"\ud544\uc694\ud55c \ucef4\ud3ec\ub10c\ud2b8\ub97c \uc778\uc2a4\ud1a8 \ud569\ub2c8\ub2e4.\"<\/SPAN> \\<\/DIV>\n<LI style=\"FONT-WEIGHT: bold\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <SPAN style=\"COLOR: #660066\">\"\ub0b4\ubd80\uc801\uc778 \uc18c\uc81c\ubaa9\uc785\ub2c8\ub2e4.\"<\/SPAN> <SPAN style=\"COLOR: #660066\">\"\uc778\uc2a4\ud1a8 \ud558\ub294 \uc124\uba85\uc744 \uc790\uc138\ud558\uac8c \uc5ec\uae30\uc5d0 \uc501\ub2c8\ub2e4.\"<\/SPAN><\/DIV>\n<LI style=\"FONT-STYLE: normal; FONT-FAMILY: 'Courier New', Courier, monospace; COLOR: black; FONT-WEIGHT: normal\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\"><SPAN style=\"COLOR: #000066\">DirText<\/SPAN> <SPAN style=\"COLOR: #660066\">\"\uc778\uc2a4\ud1a8 \ud560 \ub514\ub809\ud1a0\ub9ac \uc120\ud0dd \ucc3d\uc785\ub2c8\ub2e4.\"<\/SPAN> <SPAN style=\"COLOR: #660066\">\"\ubcf8 \ud504\ub85c\uadf8\ub7a8\uc744 \uc778\uc2a4\ud1a8 \ud560 \ub514\ub809\ud1a0\ub9ac\ub97c \uc120\ud0dd\ud574 \uc8fc\uc2ed\uc2dc\uc624.\"<\/SPAN> \\<\/DIV>\n<LI style=\"FONT-WEIGHT: bold\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\">&nbsp; &nbsp; &nbsp; &nbsp; <SPAN style=\"COLOR: #660066\">\"\ud074\ub9ad\ud574\uc918!\"<\/SPAN> <SPAN style=\"COLOR: #660066\">\"\ub514\ub809\ud1a0\ub9ac \uc120\ud0dd\ud558\ub294 \ub2e4\uc774\uc5bc\ub85c\uadf8 \uc124\uba85\uc785\ub2c8\ub2e4.\"<\/SPAN><\/DIV>\n<LI style=\"FONT-STYLE: normal; FONT-FAMILY: 'Courier New', Courier, monospace; COLOR: black; FONT-WEIGHT: normal\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\"><SPAN style=\"COLOR: #000066\">PageEx<\/SPAN> <SPAN style=\"COLOR: #ff6600\">License<\/SPAN><\/DIV>\n<LI style=\"FONT-WEIGHT: bold\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\">&nbsp; &nbsp; &nbsp; &nbsp;<SPAN style=\"COLOR: #003366\">PageCallbacks<\/SPAN> li_cre li_show li_leave<\/DIV>\n<LI style=\"FONT-STYLE: normal; FONT-FAMILY: 'Courier New', Courier, monospace; COLOR: black; FONT-WEIGHT: normal\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\"><SPAN style=\"COLOR: #000066\">PageExEnd<\/SPAN><\/DIV>\n<LI style=\"FONT-WEIGHT: bold\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\"><SPAN style=\"COLOR: #000066\">Page<\/SPAN> <SPAN style=\"COLOR: #ff6600\">Components<\/SPAN><\/DIV>\n<LI style=\"FONT-STYLE: normal; FONT-FAMILY: 'Courier New', Courier, monospace; COLOR: black; FONT-WEIGHT: normal\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\"><SPAN style=\"COLOR: #000066\">PageEx<\/SPAN> <SPAN style=\"COLOR: #ff6600\">directory<\/SPAN><\/DIV>\n<LI style=\"FONT-WEIGHT: bold\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\">&nbsp; &nbsp; &nbsp; &nbsp;<SPAN style=\"COLOR: #000066\">DirVar<\/SPAN> <SPAN style=\"COLOR: #660000\">$ANOTHER_DIR<\/SPAN><\/DIV>\n<LI style=\"FONT-STYLE: normal; FONT-FAMILY: 'Courier New', Courier, monospace; COLOR: black; FONT-WEIGHT: normal\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\"><SPAN style=\"COLOR: #000066\">PageExEnd<\/SPAN><\/DIV>\n<LI style=\"FONT-WEIGHT: bold\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\"><SPAN style=\"COLOR: #000066\">PageEx<\/SPAN> <SPAN style=\"COLOR: #ff6600\">instfiles<\/SPAN><\/DIV>\n<LI style=\"FONT-STYLE: normal; FONT-FAMILY: 'Courier New', Courier, monospace; COLOR: black; FONT-WEIGHT: normal\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\">&nbsp; &nbsp; &nbsp; &nbsp;<SPAN style=\"COLOR: #000066\">DetailsButtonText<\/SPAN> <SPAN style=\"COLOR: #660066\">\"\uc790\uc138\ud788 \ubcf4\uc5ec\uc918~~\"<\/SPAN><\/DIV>\n<LI style=\"FONT-WEIGHT: bold\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\">&nbsp; &nbsp; &nbsp; &nbsp;<SPAN style=\"COLOR: #000066\">CompletedText<\/SPAN> <SPAN style=\"COLOR: #660066\">\"\ub05d\ub0ac\ub2f9~~\"<\/SPAN><\/DIV>\n<LI style=\"FONT-STYLE: normal; FONT-FAMILY: 'Courier New', Courier, monospace; COLOR: black; FONT-WEIGHT: normal\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\"><SPAN style=\"COLOR: #000066\">PageExEnd<\/SPAN><\/DIV>\n<LI style=\"FONT-WEIGHT: bold\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\"><SPAN style=\"COLOR: #000066\">function<\/SPAN> <SPAN style=\"COLOR: #006600\">.onInit<\/SPAN><\/DIV>\n<LI style=\"FONT-STYLE: normal; FONT-FAMILY: 'Courier New', Courier, monospace; COLOR: black; FONT-WEIGHT: normal\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\">&nbsp; &nbsp; &nbsp; &nbsp;<SPAN style=\"COLOR: #000099\">StrCpy<\/SPAN> <SPAN style=\"COLOR: #660000\">$ANOTHER_DIR<\/SPAN> <SPAN style=\"COLOR: #660066\">\"$WINDIR\"<\/SPAN><\/DIV>\n<LI style=\"FONT-WEIGHT: bold\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\"><SPAN style=\"COLOR: #000066\">functionEnd<\/SPAN><\/DIV>\n<LI style=\"FONT-STYLE: normal; FONT-FAMILY: 'Courier New', Courier, monospace; COLOR: black; FONT-WEIGHT: normal\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\">&nbsp;<\/DIV>\n<LI style=\"FONT-WEIGHT: bold\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\"><SPAN style=\"COLOR: #000066\">function<\/SPAN> li_cre<\/DIV>\n<LI style=\"FONT-STYLE: normal; FONT-FAMILY: 'Courier New', Courier, monospace; COLOR: black; FONT-WEIGHT: normal\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<SPAN style=\"COLOR: #000099\">MessageBox<\/SPAN> <SPAN style=\"COLOR: #ff6600\">MB_OK<\/SPAN> <SPAN style=\"COLOR: #660066\">\"License creator pagecallbacks\"<\/SPAN><\/DIV>\n<LI style=\"FONT-WEIGHT: bold\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\"><SPAN style=\"COLOR: #000066\">functionEnd<\/SPAN><\/DIV>\n<LI style=\"FONT-STYLE: normal; FONT-FAMILY: 'Courier New', Courier, monospace; COLOR: black; FONT-WEIGHT: normal\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\">&nbsp;<\/DIV>\n<LI style=\"FONT-WEIGHT: bold\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\"><SPAN style=\"COLOR: #000066\">function<\/SPAN> li_show<\/DIV>\n<LI style=\"FONT-STYLE: normal; FONT-FAMILY: 'Courier New', Courier, monospace; COLOR: black; FONT-WEIGHT: normal\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<SPAN style=\"COLOR: #000099\">MessageBox<\/SPAN> <SPAN style=\"COLOR: #ff6600\">MB_OK<\/SPAN> <SPAN style=\"COLOR: #660066\">\"License show pagecallbacks\"<\/SPAN><\/DIV>\n<LI style=\"FONT-WEIGHT: bold\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\"><SPAN style=\"COLOR: #000066\">functionEnd<\/SPAN><\/DIV>\n<LI style=\"FONT-STYLE: normal; FONT-FAMILY: 'Courier New', Courier, monospace; COLOR: black; FONT-WEIGHT: normal\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\">&nbsp;<\/DIV>\n<LI style=\"FONT-WEIGHT: bold\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\"><SPAN style=\"COLOR: #000066\">function<\/SPAN> li_leave<\/DIV>\n<LI style=\"FONT-STYLE: normal; FONT-FAMILY: 'Courier New', Courier, monospace; COLOR: black; FONT-WEIGHT: normal\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<SPAN style=\"COLOR: #000099\">MessageBox<\/SPAN> <SPAN style=\"COLOR: #ff6600\">MB_OK<\/SPAN> <SPAN style=\"COLOR: #660066\">\"License leave pagecallbacks\"<\/SPAN><\/DIV>\n<LI style=\"FONT-WEIGHT: bold\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\"><SPAN style=\"COLOR: #000066\">functionEnd<\/SPAN><\/DIV>\n<LI style=\"FONT-STYLE: normal; FONT-FAMILY: 'Courier New', Courier, monospace; COLOR: black; FONT-WEIGHT: normal\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\"><SPAN style=\"FONT-STYLE: italic; COLOR: #666666\"># create a default section.<\/SPAN><\/DIV>\n<LI style=\"FONT-WEIGHT: bold\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\"><SPAN style=\"COLOR: #000066\">section<\/SPAN><\/DIV>\n<LI style=\"FONT-STYLE: normal; FONT-FAMILY: 'Courier New', Courier, monospace; COLOR: black; FONT-WEIGHT: normal\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\">&nbsp;<\/DIV>\n<LI style=\"FONT-WEIGHT: bold\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\"><SPAN style=\"COLOR: #000099\">MessageBox<\/SPAN> <SPAN style=\"COLOR: #ff6600\">MB_OK<\/SPAN> <SPAN style=\"COLOR: #660066\">\"$INSTDIR, $ANOTHER_DIR\"<\/SPAN><\/DIV>\n<LI style=\"FONT-STYLE: normal; FONT-FAMILY: 'Courier New', Courier, monospace; COLOR: black; FONT-WEIGHT: normal\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\">&nbsp;<\/DIV>\n<LI style=\"FONT-WEIGHT: bold\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\"><SPAN style=\"COLOR: #000066\">sectionEnd<\/SPAN><\/DIV>\n<LI style=\"FONT-STYLE: normal; FONT-FAMILY: 'Courier New', Courier, monospace; COLOR: black; FONT-WEIGHT: normal\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\">&nbsp;<\/DIV>\n<LI style=\"FONT-WEIGHT: bold\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\"><SPAN style=\"COLOR: #000066\">section<\/SPAN> <SPAN style=\"COLOR: #660066\">\"Component1\"<\/SPAN><\/DIV>\n<LI style=\"FONT-STYLE: normal; FONT-FAMILY: 'Courier New', Courier, monospace; COLOR: black; FONT-WEIGHT: normal\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\">&nbsp; &nbsp; &nbsp; &nbsp; <SPAN style=\"COLOR: #000099\">MessageBox<\/SPAN> <SPAN style=\"COLOR: #ff6600\">MB_OK<\/SPAN> <SPAN style=\"COLOR: #660066\">\"You select component1\"<\/SPAN><\/DIV>\n<LI style=\"FONT-WEIGHT: bold\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\"><SPAN style=\"COLOR: #000066\">SectionEnd<\/SPAN><\/DIV>\n<LI style=\"FONT-STYLE: normal; FONT-FAMILY: 'Courier New', Courier, monospace; COLOR: black; FONT-WEIGHT: normal\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\">&nbsp;<\/DIV>\n<LI style=\"FONT-WEIGHT: bold\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\"><SPAN style=\"COLOR: #000066\">Section<\/SPAN> <SPAN style=\"COLOR: #660066\">\"Component2\"<\/SPAN><\/DIV>\n<LI style=\"FONT-STYLE: normal; FONT-FAMILY: 'Courier New', Courier, monospace; COLOR: black; FONT-WEIGHT: normal\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\">&nbsp; &nbsp; &nbsp; &nbsp; <SPAN style=\"COLOR: #000099\">MessageBox<\/SPAN> <SPAN style=\"COLOR: #ff6600\">MB_OK<\/SPAN> <SPAN style=\"COLOR: #660066\">\"You select component2\"<\/SPAN><\/DIV>\n<LI style=\"FONT-WEIGHT: bold\">\n<DIV style=\"FONT-FAMILY: 'Courier New', Courier, monospace; FONT-WEIGHT: normal\"><SPAN style=\"COLOR: #000066\">SectionEnd \n<\/SPAN><\/DIV><\/LI><\/OL><\/CODE>\n","protected":false},"excerpt":{"rendered":"<p>PageCallbacks \ub77c\ub294 \uae30\ub2a5\uc744 \uc54c\uc544 \ubcf4\ub3c4\ub85d \ud558\uaca0\ub2e4. PageCallbacks\ub294 PageEx ~ PageExEnd \uc0ac\uc774\uc5d0\uc11c\ub9cc \uc4f8 \uc218 \uc788\ub294 \uae30\ub2a5\uc73c\ub85c \ubb38\ubc95\uc740 \ub2e4\uc74c\uacfc \uac19\ub2e4. ([creator_function] [leave_function]) | ([pre_function] [show_function] [leave_function])\uc704\uc5d0 \ubcf4\ub294 \uac83\uacfc \uac19\uc774 \ub450 \uac1c\uc758 \ud568\uc218 \uc774\ub984\uc744 \uc4f0\uba74 creator\uc640 leave \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uaca0\ub2e4\ub294 \uac83\uc774\uace0, \uc138 \uac1c\uc758 \ud568\uc218 \uc774\ub984\uc744 \uc4f0\uba74 Page\uc5d0 \ub4e4\uc5b4 \uac00\uae30 \uc804\uc5d0 \uc2e4\ud589\ub418\uace0 \uc2e4\uc81c \ubcf4\uc5ec \uc8fc\ub294 \ud568\uc218 \uadf8\ub9ac\uace0 \ud398\uc774\uc9c0\ub97c \ubc97\uc5b4\ub0a0 \ub54c [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_import_markdown_pro_load_document_selector":0,"_import_markdown_pro_submit_text_textarea":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[17],"tags":[],"class_list":["post-128","post","type-post","status-publish","format-standard","hentry","category-development_dev_tools"],"_links":{"self":[{"href":"https:\/\/hasu0707.duckdns.org\/blog\/index.php?rest_route=\/wp\/v2\/posts\/128","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hasu0707.duckdns.org\/blog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/hasu0707.duckdns.org\/blog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/hasu0707.duckdns.org\/blog\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/hasu0707.duckdns.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=128"}],"version-history":[{"count":0,"href":"https:\/\/hasu0707.duckdns.org\/blog\/index.php?rest_route=\/wp\/v2\/posts\/128\/revisions"}],"wp:attachment":[{"href":"https:\/\/hasu0707.duckdns.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=128"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/hasu0707.duckdns.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=128"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/hasu0707.duckdns.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=128"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}