06-11-2013 10:44 AM
My project resides in an EFS (Windows encrypted file system) directory. My destination directory for my builds are outside the EFS directory. When the build process copies files from the EFS directory, it copies them with encryption still 'on'. Since I will be deploying these files to other computers, I would like to have encryption turned off. Is there a way to do this?
The .exe and the .ini files that are created are not encrypted.
06-11-2013 11:50 AM
Don't use the encrypted file system. Store your project in a normal file system.
??