• Home
  • Documentation
  • Forum
  • Blog
  • Users
    • Map
    • Userlist
    • Businesses
    • Userpages
    • Connections
  • Contributions
    • All
    • Store
  • Downloads
    • vvvv beta
    • vvvv beta previews
  • Store
Show / Hide Table of Contents

vvvv dependency installer

Author: u7angel
Date: 04 Dec, 2018
Category: misc

Description

this is just a proof of concept script in order to install all vvvv dependencies automatically and add vvvv.exe to the Windows Defender Exceptions to improve startup time

https://github.com/wirmachenbunt/vvvv_installer (do you want to contribute ? yes please)

Comments

Comments are no longer accepted.
Please create a new topic in the vvvv beta forum to discuss this contribution.
andresc4
17 Dec, 2018 - 15:23

Just tested on W1064 clean install I got this error message at the end, but stil it worked out just fine great idea :D

u7angel
03 Jan, 2019 - 05:08

@andresc4 yeah, you might not be able to execute custom powershell scripts. you need to enable the following

Start Windows PowerShell with the "Run as Administrator" option. Only members of the Administrators group on the computer can change the execution policy. Enable running unsigned scripts by entering:

set-executionpolicy remotesigned

  • Improve this Doc

© 2020 by vvvv group. Imprint | Privacy Policy.
Thanks to DocFX for building this website. Analytics by Plausible.

Back to top