|
|
|
|
#1 |
|
Junior Member
Join Date: Nov 2006
Posts: 27
|
ProgramData Windows 8
Hello,
my installer use the "C:\ProgramData" folder to install files for all users. But in Windows 8 NSIS do not write to this folder. I use: code: On Windows 8 this C:\ProgramData only contains a "Microsoft" subfolder but none of the folder I install. Any ideas? BTW: On Vista/XP/Windows7 everything works fine. Ingo |
|
|
|
|
|
#2 |
|
Junior Member
Join Date: Apr 2009
Posts: 8
|
My code looks like this:
code: Works as expected. |
|
|
|
|
|
#3 |
|
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,442
|
If everyone needs write access to something in a common folder you probably have a design (and security) issue in your application.
Also, why not just use setshellvarcontext all? IntOp $PostCount $PostCount + 1 |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|