Blame | Last modification | View Log | Download
installDir "$PROGRAMFILES\OpenZWave"Name "OpenZWave"outFile "setup.exe"Page licensePage componentsPage directoryPage instfilesUninstPage uninstConfirmUninstPage instfilesLicenseData ..\..\..\..\license\lgpl.txtSection "Core Files"SectionIn ROsetOutPath "$INSTDIR"File ..\..\..\..\license\lgpl.txtFile ..\..\..\examples\windows\MinOZW\vs2010\ReleaseDLL\OpenZWave.dllsetOutPath "$INSTDIR\docs\"File ..\..\..\..\docs\default.htmsetOutPath "$INSTDIR\docs\images+css\"File ..\..\..\..\docs\images+css\*setOutPath "$INSTDIR\docs\general\"File ..\..\..\..\docs\general\*createShortCut "$SMPROGRAMS\OpenZWave\Getting Started.lnk" "$INSTDIR\docs\default.htm"SectionEndSection /o "Development Files"setOutPath "$INSTDIR\development\DebugDLL"File ..\..\..\examples\windows\MinOZW\vs2010\DebugDLL\OpenZWaved.dllFile ..\..\..\examples\windows\MinOZW\vs2010\DebugDLL\OpenZWaved.libsetOutPath "$INSTDIR\development\Debug"File ..\..\..\..\dotnet\examples\OZWForm\src\Debug\OpenZWave.libsetOutPath "$INSTDIR\development\ReleaseDLL"File ..\..\..\examples\windows\MinOZW\vs2010\ReleaseDLL\OpenZWave.dllFile ..\..\..\examples\windows\MinOZW\vs2010\ReleaseDLL\OpenZWave.libsetOutPath "$INSTDIR\development\Release"File ..\..\..\..\dotnet\examples\OZWForm\src\Release\OpenZWave.libsetOutPath "$INSTDIR\development\include\openzwave\"File ..\..\..\src\*.hsetOutPath "$INSTDIR\development\include\openzwave\command_classes\"file ..\..\..\src\command_classes\*.hsetOutPath "$INSTDIR\development\include\openzwave\value_classes\"file ..\..\..\src\value_classes\*.hsetOutPath "$INSTDIR\development\include\openzwave\platform\"file ..\..\..\src\platform\*.hsetOutPath "$INSTDIR\development\include\openzwave\platform\windows\"file ..\..\..\src\platform\windows\*.hSectionEndSection ".Net Component"SectionIn ROsetOutPath "$INSTDIR\dotnet\"File ..\..\..\..\dotnet\examples\OZWForm\src\Debug\OpenZWaveDotNetd.dllFile ..\..\..\..\dotnet\examples\OZWForm\src\Debug\OpenZWaveDotNetd.libFile ..\..\..\..\dotnet\examples\OZWForm\src\Release\OpenZWaveDotNet.dllFile ..\..\..\..\dotnet\examples\OZWForm\src\Release\OpenZWaveDotNet.libSectionEndSection "Examples"setOutPath "$INSTDIR\dotnet\"File ..\..\..\examples\windows\MinOZW\vs2010\ReleaseDLL\MinOZW.exeFile ..\..\..\..\dotnet\examples\OZWForm\src\bin\x86\Release\OZWForm.execreateShortCut "$SMPROGRAMS\OpenZWave\OpenZWave Form.lnk" "$INSTDIR\OZWForm.exe"SectionEnd