Skip to content

Building AutoPrintr

geruchvitaliy edited this page Nov 22, 2016 · 1 revision

Required tools:

Building process

  1. Open "Visual Studio"
  2. Clone repository via "Team Explorer"
  3. Open "AutoPrintr" project
  4. Select build type "Release"
  5. Press menu item "Build Solution"
  6. Create "Release" folder (for example "e:\Release")
  7. Copy files from "AutoPrintr-wpf\AutoPrintr\AutoPrintr\bin\Release" into "Release" folder
  8. Copy "Icon.ico" file from "AutoPrintr-wpf\AutoPrintr\AutoPrintr" folder into "Release" folder
  9. Open "AutoPrintr.smm" installer project form "AutoPrintr-wpf\Installer"
  10. Click on "Files" menu item from "Installer" section. Make sure source files have right paths to "Release" folder
  11. Click on "Files" menu item from "Uninstaller" section. Make sure source files have right paths to "Release" folder
  12. Click on "Run installer"

Building result

  • Setup.exe
Clone this wiki locally