Before Getting started:

1.) Download latest driver package from bellow, and add package contents to this folder:
https://gitlab.devtools.intel.com/SPGGeneralSoftware/nuc-software-studio-service/-/releases
2.) Copy Updated .bat scripts, from "Scripts" dir (in root directory) to here (you may have 
to overwrite the old .bat files already existing).


- Anytime directories/files (Do this when files need to be added/updated or removed)
  - Add/replace with latest signed services and driver files (driver package)
  - Run Harvest.bat to generate a new file "out.wxs"
  - Start sln "NSS Service", navigate to proj "NSSServiceInstaller" and open file "Product.wxs"
    - Replace Components in DirectoryRef "INSTALLFOLDER" from file "out.wxs"
    - Replace ComponentRefs in ComponentGroup "MyComponentGroup" from file "out.wxs"
  - Find all "SourceDir\Service\" and replace with "$(var.FileSourcePath)\Service\"
  - Find all "SourceDir\" and replace with "$(var.FileSourcePath)\"
  - Upgrade the "Product" version number to ext version in both .wxs and .proj files.
  - Rebuild release "NSSServiceInstaller" (MSI built to bin\Release)

- Install and run, verify that it's working
  - Add/run new MSI on desired platform (BC, PH, etc.)
  - After re-boot, verify service are running in the background...
    - Use Windows "Services" admin tool to find "Intel® NUC Software Studio Service"
    - Open Device Manager, navigate to "View->Show hidden devices", and find 
    "Intel(R) NUC Performance Driver" under "System Devices"
  - Run and verify new version of NSS is working (better to run latest version).
  - Verify service and driver can be uninstalled and no longer run.
    - Add/Remove program "Intel® NUC Software Studio Service" (this will also remove the driver)
    - Check "Services" and "Device Manager" to verify (if you don't see them, we're good)
    - Run new version of NSS and verify that it no longer works properly.
  
NOTE: MSI installs the temporary driver package under "C:\Users\USERNAME\AppData\Local\Temp\",
      and removes all files (except the uninstaller and or associated log file) after install...
  