I may or may not have the system attribute set on folders (for folder icons) via the installer, so I need it set to whatever it is currently when the uninstaller is running (this is a variety of installers because this is a large project).
I have tried moving the folder via the move command on the file operators menu (which I could have swore worked fine in the past) & I couldn't find any options that allow reading file or folder attributes. I was thinking of just storing a TRUE or FALSE value in a variable (when the system attribute is set in the installer) but I wasn't sure if I did that, the variable would still work with the uninstaller. I know I can set this in the registry but I didn't want to go through all of that if it was already set anyway.
Some feedback would be useful, thanks.
I have tried moving the folder via the move command on the file operators menu (which I could have swore worked fine in the past) & I couldn't find any options that allow reading file or folder attributes. I was thinking of just storing a TRUE or FALSE value in a variable (when the system attribute is set in the installer) but I wasn't sure if I did that, the variable would still work with the uninstaller. I know I can set this in the registry but I didn't want to go through all of that if it was already set anyway.
Some feedback would be useful, thanks.
Comment