From 0604d9ab93311212b3f8bc3526c3c711ee7dc165 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Wed, 6 Mar 2013 15:41:12 +0100 Subject: win/msi: don't create empty npm folder in %appdata% Npm creates this folder when it's needed. Creating it in the installer violates the per-user / per-machine scope separation. --- tools/msvs/msi/product.wxs | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'tools/msvs') diff --git a/tools/msvs/msi/product.wxs b/tools/msvs/msi/product.wxs index 0bb5dfb840..905b506d9f 100755 --- a/tools/msvs/msi/product.wxs +++ b/tools/msvs/msi/product.wxs @@ -109,18 +109,6 @@ - - - - - - - - - - - - @@ -159,7 +147,6 @@ - -- cgit v1.2.3