Commit 7fe62dc
committed
fix: resolve WiX INSTALLDIR symbol reference error in Electron desktop app
Added proper INSTALLDIR directory definition to WiX template to fix
"Unresolved reference to symbol 'Directory:INSTALLDIR'" error during
Windows installer generation.
Changes:
- Added INSTALLDIR directory definition under ProgramFilesFolder
- Named installation directory "API Testing"
- Ensures INSTALLDIR symbol is available for component references
This resolves the Windows MSI build failure in the desktop packaging workflow.
Fixes: error LGHT0094 - Unresolved reference to symbol 'Directory:INSTALLDIR'1 parent 3b0b687 commit 7fe62dc
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
74 | 83 | | |
75 | 84 | | |
76 | 85 | | |
| |||
0 commit comments