Skip to content

Commit

Permalink
Nv FrameView SDK installer
Browse files Browse the repository at this point in the history
  • Loading branch information
DevTechProfile committed Apr 28, 2023
1 parent baf910c commit e400538
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ pipeline {
bat "msbuild source\\CapFrameX.ADLX\\CapFrameX.ADLX.vcxproj /p:SolutionDir=${pwd()}\\ /p:Configuration=Release /p:Platform=x64 /p:DeployOnBuild=true /p:VisualStudioVersion=17.0"
}
}

tage('Build FrameView') {
steps {
bat "msbuild source\\CapFrameX.FrameView\\CapFrameX.FrameView.vcxproj /p:SolutionDir=${pwd()}\\ /p:Configuration=Release /p:Platform=x64 /p:DeployOnBuild=true /p:VisualStudioVersion=17.0"
}
}

stage('Build Installer') {
steps {
Expand Down
Binary file added installers/FVSDKSetup.exe
Binary file not shown.
4 changes: 2 additions & 2 deletions source/CapFrameX/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.7.2.7")]
[assembly: AssemblyFileVersion("1.7.2.7")]
[assembly: AssemblyVersion("1.7.2.8")]
[assembly: AssemblyFileVersion("1.7.2.8")]
6 changes: 6 additions & 0 deletions source/CapFrameXBootstrapper/Bundle.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,12 @@
<!--https://stackoverflow.com/questions/24068798/how-to-access-the-folder-where-the-exe-is-running-wix-bootstrapper-->
<MsiProperty Name="INSTALLLOCATION" Value="[OriginalSourceFolder]" />
</MsiPackage>

<!--Nvidia FrameView SDK package-->
<ExePackage Id='FrameView'
Compressed='yes'
SourceFile='../../installers/FVSDKSetup.exe'/>

</Chain>
</Bundle>

Expand Down

0 comments on commit e400538

Please sign in to comment.