diff --git a/README.md b/README.md index 2225452..b799566 100644 --- a/README.md +++ b/README.md @@ -72,4 +72,22 @@ | **ApplyNonTDDB** | jomtTesterDB.jomtNonTDTbl | Product_SN, TestStep, ... | TD 미사용(ALTO 등) 제품 등록 정보 | | **ApplyReturnDB** | jomtTesterDB.jomtReturnTbl | Product_SN, ReturnCount, DataRegDate, DataRegTime, ... | 반품 제품 이력 | | **LoginDB** | jomtAccountDB.jomtTesterUserIDTbl | UserID, UserPW, UserName, ... | 사용자 로그인 정보 | -| **InfoRegStateDB** | jomtTesterDB.jomtInfoRegStateTbl | Tray1State ~ TrayNState, UserID, ModelNum, ... | 트레이 상태 저장 | \ No newline at end of file +| **InfoRegStateDB** | jomtTesterDB.jomtInfoRegStateTbl | Tray1State ~ TrayNState, UserID, ModelNum, ... | 트레이 상태 저장 | + +--- +## 참고 +### 프로그램 실행시 Setup\Setup.vdproj 파일이 호환 되지 않음 해결 방법 + +### ⚙️ Visual Studio에서 사용하는 방법 + +1. **확장 설치** + + * Visual Studio 2022 기준, [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=VisualStudioClient.MicrosoftVisualStudio2022InstallerProjects)에서 `Microsoft Visual Studio Installer Projects` 확장 설치 + +2. **프로젝트 열기** + + * `.vdproj` 파일을 Visual Studio에서 직접 열 수 있음 + +3. **빌드 실행** + + * 설치 프로젝트 빌드를 통해 `.msi` 파일 생성 \ No newline at end of file