johanstryd
New member
I use XLSPadlock to compile and Paquet Builder for setup. When I choose “My Documents” directory as destination in Paquet Builder, saving .xlsc file works fine. When choosing “Program Files” directory in Paquet Builder, my program gets installed in the “Program Files” directory. However, no changes (.xlsc file) are (or can be) saved to my program folder in the Program Directory!
I am using code found in your User Guide to save the .xlsc file by calling “SaveSecureWorkbookToFile” from a module :
i.e.: SaveSecureWorkbookToFile (“c:\Program Files\MyProgramFolder\MySave.xlsc”)
As explained, saving to My Document Directory works fine, but trying to save to the Programs Directory doesn’t work. I am not sure whether Windows User Account Control (UAC) security features prohibits me from saving to the “Programs Directory” or am I missing something in your suggested code?
I am using code found in your User Guide to save the .xlsc file by calling “SaveSecureWorkbookToFile” from a module :
i.e.: SaveSecureWorkbookToFile (“c:\Program Files\MyProgramFolder\MySave.xlsc”)
As explained, saving to My Document Directory works fine, but trying to save to the Programs Directory doesn’t work. I am not sure whether Windows User Account Control (UAC) security features prohibits me from saving to the “Programs Directory” or am I missing something in your suggested code?