Strange events ...Help!

Marauder

New member
Local time
6:51 PM
Messages
1
I developed a small program and generated a setup routine that works, but the only way I can get the program to work properly on Win7 is to right-click the shortcut and select "Run as administrator." If I just do the regular double-click, all kinds of crazy things happen, mainly the data I wish to edit is invariably read-only.
I strongly suspect it's some kind of permissions issue across my small home network, but setting all-access for "everyone" has no effect. Anyone have an idea about this?
 

My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
HP
OS
Win7
CPU
Intel 64bit
Motherboard
Don't know offhand
Memory
8 GB
Graphics Card(s)
onboard
Hard Drives
HGST HTS541010A7E630
Antivirus
Avast
Browser
Edge
I don't know code, but what I suspect is that the program is installed in the programs folder and since that folder is protected by Windows that may be why you're getting all kinds of issues. It's probably the nature of what your program is doing.
 

My Computer

Computer type
PC/Desktop
OS
Windows 7 Ultimate x64
It's very difficult to say without any idea of what the program actually does, but a blind guess is that the program is trying to save data or its settings in its installation folder, which is a big no-no.
Depending on what the program does, it's also possible that it may legitimaly require admin rights to do its job, in which case the proper solution is to manifest it as such and add a check before acting.

What the program does, exactly? Where does it save any thing? Did any problem manifest while debugging?
 

My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
Toshiba Sattelite A665-S6092
OS
Windows 7 Ultimate x64
CPU
Intel Core i7-740QM
Memory
8 GB DDR3
Graphics Card(s)
NVIDIA GeForce 330GT
Screen Resolution
1366x768
Hard Drives
Samsung 840 SSD 500GB
1TB USB3 external HD
Cooling
Coolermaster Notepal U3 notebook cooling pad
Internet Speed
3mbps ASDL
Antivirus
ClamWin 0.98.7
Browser
Opera 12.17 x86 (main), Firefox 38 (sec), IE11 (last resort)
It could just be UAC
 

My Computer

Computer type
PC/Desktop
OS
win 8 32 bit
Back
Top