Discussion:
Protected SciTE/properties folder
AndyS01
2012-09-19 23:36:52 UTC
Permalink
I recently reformatted my hard disk and re-installed Windows 7, AutoIt and SciTE, and when I edit the au3.properties file, I get errors trying to save it. It turns out that everything in the AutoIt folder and below is write protected. I tried changing the AutoIt/SciTE folder's properties and marked everything as Not Read-only, but I still couldn't create/edit files there.

I was running Windows 7 before the hard disk crapped out, and I was able to modify the au3.propertied file with no problem.

Can anyone suggest a way out of this?
--
You received this message because you are subscribed to the Google Groups "scite-interest" group.
To view this discussion on the web visit https://groups.google.com/d/msg/scite-interest/-/briQZUbXLY4J.
To post to this group, send email to scite-***@googlegroups.com.
To unsubscribe from this group, send email to scite-interest+***@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/scite-interest?hl=en.
Ferdinand Prantl
2012-09-20 06:46:46 UTC
Permalink
Apparently you had UAC turned off in your previous Windows installation but
you left it on in the current one which makes program installation folders
protected. Either comply and edit your scripts in a writable place like
your profile directory or turn UAC off to roam free aagain ;-)
Post by AndyS01
I recently reformatted my hard disk and re-installed Windows 7, AutoIt and
SciTE, and when I edit the au3.properties file, I get errors trying to save
it. It turns out that everything in the AutoIt folder and below is write
protected. I tried changing the AutoIt/SciTE folder's properties and
marked everything as Not Read-only, but I still couldn't create/edit files
there.
I was running Windows 7 before the hard disk crapped out, and I was able
to modify the au3.propertied file with no problem.
Can anyone suggest a way out of this?
--
You received this message because you are subscribed to the Google Groups
"scite-interest" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/scite-interest/-/briQZUbXLY4J.
To unsubscribe from this group, send email to
For more options, visit this group at
http://groups.google.com/group/scite-interest?hl=en.
--
You received this message because you are subscribed to the Google Groups "scite-interest" group.
To post to this group, send email to scite-***@googlegroups.com.
To unsubscribe from this group, send email to scite-interest+***@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/scite-interest?hl=en.
Philippe Lhoste
2012-09-20 08:20:16 UTC
Permalink
Post by AndyS01
I recently reformatted my hard disk and re-installed Windows 7, AutoIt and SciTE, and when I edit the au3.properties file, I get errors trying to save it. It turns out that everything in the AutoIt folder and below is write protected. I tried changing the AutoIt/SciTE folder's properties and marked everything as Not Read-only, but I still couldn't create/edit files there.
I was running Windows 7 before the hard disk crapped out, and I was able to modify the au3.propertied file with no problem.
Can anyone suggest a way out of this?
Personally, I just put my settings for SciTE in my document folder, and the SciTE_HOME
environment variable points there.
Moreover, it eases backup by separating programs and data. I suppose that's one of the
points of protecting Program Files from write (in most cases).
I went even further in my Win7 box at work (where I am denied to work as administrator)
and made my own ProgramFiles folder, where I can quietly add and update my freewares
without fuzz.
--
Philippe Lhoste
-- (near) Paris -- France
-- http://Phi.Lho.free.fr
-- -- -- -- -- -- -- -- -- -- -- -- -- --
--
You received this message because you are subscribed to the Google Groups "scite-interest" group.
To post to this group, send email to scite-***@googlegroups.com.
To unsubscribe from this group, send email to scite-interest+***@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/scite-interest?hl=en.
AndyS19
2012-09-20 13:03:05 UTC
Permalink
You created an environment variable called "SciTE_HOME" and set it to point to your documents folder, but do you put au3.properties in the documents folder?



Andy



-----Original Message-----
From: Philippe Lhoste
Sent: Thursday, September 20, 2012 4:20 AM
To: scite-***@googlegroups.com
Subject: [scite] Re: Protected SciTE/properties folder
I recently reformatted my hard disk and re-installed Windows 7, AutoIt and SciTE, and when I edit the au3.properties file, I get errors trying to save it. It turns out that everything in the AutoIt folder and below is write protected. I tried changing the AutoIt/SciTE folder's properties and marked everything as Not Read-only, but I still couldn't create/edit files there.
I was running Windows 7 before the hard disk crapped out, and I was able to modify the au3.propertied file with no problem.
Can anyone suggest a way out of this?
Personally, I just put my settings for SciTE in my document folder, and the SciTE_HOME
environment variable points there.
Moreover, it eases backup by separating programs and data. I suppose that's one of the
points of protecting Program Files from write (in most cases).
I went even further in my Win7 box at work (where I am denied to work as administrator)
and made my own ProgramFiles folder, where I can quietly add and update my freewares
without fuzz.
--
Philippe Lhoste
-- (near) Paris -- France
-- http://Phi.Lho.free.fr
-- -- -- -- -- -- -- -- -- -- -- -- -- --
--
You received this message because you are subscribed to the Google Groups "scite-interest" group.
To post to this group, send email to scite-***@googlegroups.com.
To unsubscribe from this group, send email to scite-interest+***@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/scite-interest?hl=en.
--
You received this message because you are subscribed to the Google Groups "scite-interest" group.
To post to this group, send email to scite-***@googlegroups.com.
To unsubscribe from this group, send email to scite-interest+***@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/scite-interest?hl=en.
Philippe Lhoste
2012-09-20 16:07:54 UTC
Permalink
Post by AndyS19
You created an environment variable called "SciTE_HOME" and set it to point to your
documents folder, but do you put *au3.properties* in the documents folder?
Andy
-----Original Message-----
From: Philippe Lhoste
Sent: Thursday, September 20, 2012 4:20 AM
Subject: [scite] Re: Protected SciTE/properties folder
Post by AndyS01
I recently reformatted my hard disk and re-installed Windows 7, AutoIt and SciTE, and
when I edit the au3.properties file, I get errors trying to save it. It turns out that
everything in the AutoIt folder and below is write protected. I tried changing the
AutoIt/SciTE folder's properties and marked everything as Not Read-only, but I still
couldn't create/edit files there.
Post by AndyS01
I was running Windows 7 before the hard disk crapped out, and I was able to modify the
au3.propertied file with no problem.
Post by AndyS01
Can anyone suggest a way out of this?
Personally, I just put my settings for SciTE in my document folder, and the SciTE_HOME
environment variable points there.
Moreover, it eases backup by separating programs and data. I suppose that's one of the
points of protecting Program Files from write (in most cases).
I went even further in my Win7 box at work (where I am denied to work as administrator)
and made my own ProgramFiles folder, where I can quietly add and update my freewares
without fuzz.
I wrote "I just put my settings for SciTE in my document folder", which means I put all
settings coming from SciTE, plus my own, in this folder (which is a sub-folder of the
Documents folder, of course).
--
Philippe Lhoste
-- (near) Paris -- France
-- http://Phi.Lho.free.fr
-- -- -- -- -- -- -- -- -- -- -- -- -- --
--
You received this message because you are subscribed to the Google Groups "scite-interest" group.
To post to this group, send email to scite-***@googlegroups.com.
To unsubscribe from this group, send email to scite-interest+***@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/scite-interest?hl=en.
Andy Scharmer
2012-09-20 16:10:23 UTC
Permalink
I'm sorry to be obtuse, but by 'settings' do you mean all of the properties
files, or something else?
Post by Philippe Lhoste
Post by AndyS19
You created an environment variable called "SciTE_HOME" and set it to point to your
documents folder, but do you put *au3.properties* in the documents folder?
Andy
-----Original Message-----
From: Philippe Lhoste
Sent: Thursday, September 20, 2012 4:20 AM
Subject: [scite] Re: Protected SciTE/properties folder
Post by AndyS01
I recently reformatted my hard disk and re-installed Windows 7, AutoIt
and SciTE, and
when I edit the au3.properties file, I get errors trying to save it. It turns out that
everything in the AutoIt folder and below is write protected. I tried changing the
AutoIt/SciTE folder's properties and marked everything as Not Read-only, but I still
couldn't create/edit files there.
Post by AndyS01
I was running Windows 7 before the hard disk crapped out, and I was
able to modify the
au3.propertied file with no problem.
Post by AndyS01
Can anyone suggest a way out of this?
Personally, I just put my settings for SciTE in my document folder, and the SciTE_HOME
environment variable points there.
Moreover, it eases backup by separating programs and data. I suppose that's one of the
points of protecting Program Files from write (in most cases).
I went even further in my Win7 box at work (where I am denied to work as administrator)
and made my own ProgramFiles folder, where I can quietly add and update my freewares
without fuzz.
I wrote "I just put my settings for SciTE in my document folder", which
means I put all settings coming from SciTE, plus my own, in this folder
(which is a sub-folder of the Documents folder, of course).
--
Philippe Lhoste
-- (near) Paris -- France
-- http://Phi.Lho.free.fr
-- -- -- -- -- -- -- -- -- -- -- -- -- --
--
You received this message because you are subscribed to the Google Groups
"scite-interest" group.
.
For more options, visit this group at http://groups.google.com/**
group/scite-interest?hl=en<http://groups.google.com/group/scite-interest?hl=en>
.
--
You received this message because you are subscribed to the Google Groups "scite-interest" group.
To post to this group, send email to scite-***@googlegroups.com.
To unsubscribe from this group, send email to scite-interest+***@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/scite-interest?hl=en.
Loading...