File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3232Name " 엔트리"
3333
3434; The file to write
35- OutFile " ${PRODUCT_NAME}_${PRODUCT_VERSEION }_Setup.exe"
35+ OutFile " ${PRODUCT_NAME}_${PRODUCT_VERSION }_Setup.exe"
3636
3737; The default installation directory
3838InstallDir " C:\${PRODUCT_NAME}"
@@ -113,8 +113,8 @@ Section $(TEXT_ENTRY_TITLE) SectionEntry
113113
114114 ; Write the uninstall keys for Windows
115115 WriteRegStr HKLM " Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}" " DisplayName" " 엔트리"
116- WriteRegStr HKLM " Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}" " DisplayVersion" " 1.2.0 "
117- WriteRegStr HKLM " Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}" " Publisher" " ${PRODUCT_NAME}Labs "
116+ WriteRegStr HKLM " Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}" " DisplayVersion" " ${PRODUCT_VERSION} "
117+ WriteRegStr HKLM " Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}" " Publisher" " ${PRODUCT_PUBLISHER} "
118118 WriteRegStr HKLM " Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}" " URLInfoAbout" " http://www.play-entry.org"
119119 WriteRegStr HKLM " Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}" " UninstallString" ' "$INSTDIR\엔트리 제거.exe"'
120120 WriteRegStr HKLM " Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}" " DisplayIcon" ' "$INSTDIR\icon.ico"'
You can’t perform that action at this time.
0 commit comments