Subject |
Re: Project read only on newly created database correction |
From |
Charlie <tm@tc.com> |
Date |
Mon, 27 May 2024 13:45:50 -0400 |
Newsgroups |
dbase.getting-started |
Thanks Ken.. I figured out how to remove the read only and happy to say so far everything is working.
Curious how do you figure out the users name? Is that part of the iss code?C:\Users\username\AppData\...
One other thing. There is [code] at the bottom of the iss script. If I allow the code to work, that is where the error 'canceled by user' comes in. So I have disabled it. I have a feeling that something is happening in that code that doesn't let the script finish and create the program.
At any rate I'll figure that out eventually. Thanks for your help. Hope everyone has a great memorial day!
Ken Mayer Wrote:
> On 5/27/2024 10:04 AM, Charlie wrote:
> > I was wrong below. It isn't a coding problem it is windows for some reason has the entire database folder in c:\programdata as read only. Glad this is the problem but can I prevent this from happening in yje iss script? I doubt users will know how to drop the read only as I haven't figured that iyt yet!
> >
>
> Compare against your working ISS scripts. That's about all I can
> suggest. It is very likely that the actual data should be in a different
> folder. When I deploy an application, the data ends up in the
>
> C:\Users\username\AppData\...
>
> folder structure. That should be completely safe and not set as read-only.
>
> Ken
>
> --
> *Ken Mayer*
> Ken's dBASE Page: http://www.goldenstag.net/dbase
> The dUFLP: http://www.goldenstag.net/dbase/index.htm#duflp
> dBASE Books: http://www.goldenstag.net/dbase/Books/dBASEBooks.htm
> dBASE Tutorial: http://www.goldenstag.net/dbase/Tutorial/00_Preface.htm
> dBASE Web Tutorial: http://www.goldenstag.net/dbase/WebTutorial/00_Menu.htm
> dBASE DOS to Windows Tutorial:
> http://www.goldenstag.net/dbase/DtoWTutorial/00_Menu.htm
>
|
|