Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
4answers
2k views

COM Interop without regasm

I'm a limited user, and I need to write an Outlook macro that exposes a C# library in Outlook 2003 and 2007. I do not have any admin privilges at all, not even at install time, so I can't run ...
4
votes
2answers
3k views

C# Application can't read/write to files created by administrator when run in limited user account XP

I have an application that is useable by all users (admin or limited) in .NET (C# specifically). When the application first launches - it creates a few files that it needs in the C:\Documents and ...
2
votes
3answers
728 views

What is the best way to specify whether InstallPrivileges is limited or elevated at the command line in WIX?

I want to create an MSI in WiX such that it can take a command line parameter to indicate whether it is a per-machine or per-user installation and consequently whether to raise a UAC dialog. What is ...
1
vote
1answer
236 views

RAMdisk without previous instalation with user privileges (portable mode) on windows

Is there a way to use some kind of RAMdisk without previous instalation of RAMdisk software of any kind with user privileges on system windows (XP, Vista or 7 at least)?
1
vote
3answers
479 views

Huh? Android Preferences page refuses to load after adding SDK 1.6

This one is really weird. I had a perfectly working Eclipse + Android 2.2 SDK working in both Administrator account and LUA (Limited User Account) under Windows XP. Then I decided to add the Android ...
1
vote
4answers
331 views

Firebird connection fails for limited user

In my Delphi7 app, I can connect to the database when logged in as Administrator ("Dave"), but not when logged in as a standard or limited user ("Paris"). Happens on XP Home & Vista Business ...
0
votes
1answer
124 views

Inno Setup won't install to “Program Files” on Win 7 for limited user

Per the subject... I made a Setup.exe with Inno Setup which is supposed to install to "{pf}{#MyAppName}". It does so on Win XP and also Win 7 if I'm logged in with admin rights, but if I try on Win 7 ...
0
votes
1answer
36 views

COM addin for MS Office doesn't load in a limited user account

I've created a toolbar for Word. It's a COM addin and is written in C++. It works when Word is started by an Administrator account in XP. But when Word is started from a limited account it's not even ...