Re: [WiX-users] Add system sub folder

2014-04-29 Thread Jeremiahf
Off the top of my head you can use conditions to install either. On Thu, Apr 24, 2014 at 10:55 AM, wrote: > > I have a service that outputs some definitions to an Excel file. As such, > I need to always add this folder on install: > > C:\Windows\system32\config\systemprofile\desktop > > Whe

[WiX-users] Add system sub folder

2014-04-24 Thread jpalmer1009
I have a service that outputs some definitions to an Excel file.  As such, I need to always add this folder on install:   C:\Windows\system32\config\systemprofile\desktop   When this is 64 bit I also need to add this folder on install:   C:\Windows\SysWow64\config\systemprofile\desktop