473,385 Members | 1,888 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Trusted with Distributed project?

19
I have an Access app that I want to distribute to some user. What can I do so that they don't run into Not a Trusted Site error?
Apr 8 '08 #1
7 1350
mshmyob
904 Expert 512MB
Create a text file with the .REG extension and put this in it and it will eliminate the Trusted Location on your computer.

Run this file on any computer you want to install the runtime on.

This will eliminate needing a trusted directory and will remove the message from Runtime.

Is this what you want?


Code: ( text )
REGEDIT4

[HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\A ccess\Security]
"VBAWarnings"=dword:00000001


cheers,

I have an Access app that I want to distribute to some user. What can I do so that they don't run into Not a Trusted Site error?
Apr 8 '08 #2
missinglinq
3,532 Expert 2GB
Changing the system settings of other users machines is highly frowned on, and changing the registry is never something to be done lightly! Changing it on clients machines sounds like a recipe for disaster to me. The Trusted Location is there for a reason, and probably should be left in place for others apps that may come along. I'd simply notify the customers that the app needs to be declared as Trusted, with the directions for doing this if need be.

Linq ;0)>
Apr 8 '08 #3
mshmyob
904 Expert 512MB
I agree, the problem with the Access 2007 runtime is that even if you set the trusted directory and everything correctly it still always pops up when starting an app.

After a lot of research this was the only way I found to disable that message.

cheers,

Changing the system settings of other users machines is highly frowned on, and changing the registry is never something to be done lightly! Changing it on clients machines sounds like a recipe for disaster to me. The Trusted Location is there for a reason, and probably should be left in place for others apps that may come along. I'd simply notify the customers that the app needs to be declared as Trusted, with the directions for doing this if need be.

Linq ;0)>
Apr 8 '08 #4
missinglinq
3,532 Expert 2GB
I knew there was something else I meant to say. Unless I missed something, nothing in the OP's post mentioned Access Runtime, did it?

BTW, is the problem you mentioned still there with the just released SP1 for the runtime version?

Linq ;0)>
Apr 8 '08 #5
mshmyob
904 Expert 512MB
After I responded to you I was wondering the same thing (if they fixed the problem with Runtime SP1). I haven't had a chance to test it yet.

I will say that it is the most annoying thing and clients hate that message popping up with runtime. Typical MS, you follow everything to the 'T' and it still doesn't work. I'm not complaining though since the runtime is free and I really do like the new Access (in particular the custom ribbons - they really give the app a nice look and feel).

I know the OP didn't mention Runtime but it appeared to me that they knew about setting the trusted locations in the main Access and since that works I assumed runtime.

Also if it isn't runtime they will let me know (lol).

cheers,

I knew there was something else I meant to say. Unless I missed something, nothing in the OP's post mentioned Access Runtime, did it?

BTW, is the problem you mentioned still there with the just released SP1 for the runtime version?

Linq ;0)>
Apr 8 '08 #6
Kirsten
19
Runtime.
If I didn't mention it in the text I was certainly thinking it. So thanks for reading my mind (usually in a font too small to be noticed).
Apr 8 '08 #7
mshmyob
904 Expert 512MB
Woohoo... Mark 1 for me...

cheers,

Runtime.
If I didn't mention it in the text I was certainly thinking it. So thanks for reading my mind (usually in a font too small to be noticed).
Apr 9 '08 #8

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: David N. | last post by:
Hi All, I have a C# project that was created using VS.NET 2003. The project is on a shared network drive. When I open the project using VS.NET, I got the following warning message: "The...
0
by: DotNetJunkies User | last post by:
I am writing a distributed transaction code. My current scenario include a client database(Suppose client- having 4 main database) which can be installed anywhere which would connect to a public...
3
by: Lewis | last post by:
I have "My Documents" redirected to a network share but when I go to open a project it says that the share is not fully trusted. I found this info: > The simplest (least work) in this situation...
39
by: Steven T. Hatton | last post by:
I came across this while looking for information on C++ and CORBA: http://www.zeroc.com/ice.html. It got me to wondering why I need two different languages in order to write distributed computing...
3
by: Joris Dobbelsteen | last post by:
Dear, I have some considerations I need to take designing a distributed application (it's for a school project). Basically I'm looking for some reference or guidiance material/literature and...
3
by: BWilliams | last post by:
Hello all, I'm working with the DotNetNuke project, and am getting the above error when trying to open it in Visual Studio 2003. The Zip file was extracted to a local hard drive - other than C:...
1
by: Neil Robbins | last post by:
I am getting the following message when attempting to open a solution from another computer on my network: "The project location is not fully trusted by the .NET runtime. This is usually because...
4
by: scott | last post by:
Hi, When opening a VS 2005 project on a server i get the following message: "The Project Location is Not Trusted Dialog Box" I then cannot see the project. Im opening the project from a...
4
by: oldeast | last post by:
Hi all, Read the posts about the trust centre, has anyone else encountered this? I've set up a trusted location for my front end, and that works OK on my development folder. I changed the trust...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.