Dec 17, 2012
12:20 PM
Just guessing, but if you click on "Direct Editor" and then on the "LaunchCondition" table, is there a row that checks for .Net? Remove that row and see if it helps. Make sure you do it through a transform or make a copy of your MSI first.
... View more
Sep 08, 2011
12:14 PM
Cory, I have IIS installed on a Windows Server 2008 machine along with Microsoft SQL Server 2008 R2. When I try to install AES I get this error: Product: AdminStudio Web Server -- AdminStudio Web Server can only be installed on Windows server operating systems including Windows 2000 Server, Windows 2003 Server, and Windows 2008 Server. -- The OS is 64 bit and the Release Notes say Workflow Manager won't run on 64 bit for v9.5, but shouldn't I still be able to run the Enterprise piece? We are not using Workflow manager. I do have a ticket open with support, but so far this is getting a quicker response.
... View more
Sep 07, 2011
10:15 AM
Is there a separate installation for the server tools for AdminStudio Enterprise Edition 9.5? I have the Enterprise Edition installed on a Windows Server 2008, but don't see anyplace to manage roles and permissions. In the help Library there is mention of an Enterprise Server tab on the console, but I don't see it. ---more info--- When I try to connect to a catalogue through the Enterprise Server tab I get this error: ********* Error: 0x800A1518 If you are using a Web Portal with custom security zone settings and your AdminStudio Enterprise Server URL is using an IP address, change the AdminStudio Enterprise Server URL to the NetBios equivalent then try again. ************ Changing the AES server URL made no difference. I don't have Workflow manager, just Enterprise Edition Thanks!
... View more
Mar 06, 2003
07:36 AM
One way to get around this is to run a Custom Action in the system context and use the cacls.exe command. This probably isn't the answer your looking for, but I've used it in the past when I couldn't get LockPermissions to behave like I wanted. Displays or modifies access control lists (ACLs) of files CACLS filename [/G user:perm] [/R user [...]] [/P user:perm [...]] [/D user [...]] filename Displays ACLs. /T Changes ACLs of specified files in the current directory and all subdirectories. /E Edit ACL instead of replacing it. /C Continue on access denied errors. /G user:perm Grant specified user access rights. Perm can be: R Read W Write C Change (write) F Full control /R user Revoke specified user's access rights (only valid with /E). /P user:perm Replace specified user's access rights. Perm can be: N None R Read W Write C Change (write) F Full control /D user Deny specified user access. Wildcards can be used to specify more that one file in a command. You can specify more than one user in a command. Abbreviations: CI - Container Inherit. The ACE will be inherited by directories. OI - Object Inherit. The ACE will be inherited by files. IO - Inherit Only. The ACE does not apply to the current file/directory. ******************************************** To put in a custom action: The CACLS.EXE command line utility does not provide a /Y switch that automatically answers with Y for Yes to the ARE YOU SURE? Y/N prompt. However, you can use the echo command to pipe the character Y as input to the ARE YOU SURE? Y/N prompt when you call Cacls.exe in a batch file. To programmatically answer with Yes to the ARE YOU SURE? Y/N prompt during batch file execution, use the following command line in your batch file: echo y| cacls filename /g username:permission NOTE: Do not type a space between the "y" and the pipe symbol (|), otherwise, Cacls.exe fails to make the permission changes.
... View more
Sep 10, 2002
07:54 AM
Try using [AppDataFolder]. This is a MSI property that will resolve to the current user's application data folder. That did the trick, THANKS!! 🙂
... View more
Sep 09, 2002
11:01 AM
Nicholas, When I try that it comes out as: C:\Documents and Settings\\Application Data\Exceed. The brackets and their contents don't show up. Thanks, Brian
... View more
Sep 06, 2002
03:49 PM
I need to have a variable in the registry table put the hardcoded value in the registry of the client machine. For example, if I use %APPDATA%\Exceed in the Current User section of the registry, it puts that exact text in the registry. Most apps would read the variable correctly. Unfortunately the version of Exceed I have doesn't recognize %APPDATA%. If JoeBlow logs in, I need the key to read C:\Documents and Settings\JoeBlow\Application Data\Exceed. I still need to keep a variable in case a 2nd user logs in. Any help is much appreciated!!!
... View more
Latest posts by baking
Subject | Views | Posted |
---|---|---|
1004 | Dec 17, 2012 12:20 PM | |
816 | Sep 08, 2011 12:14 PM | |
3597 | Sep 07, 2011 10:15 AM | |
391 | Mar 06, 2003 07:36 AM | |
581 | Sep 10, 2002 07:54 AM | |
712 | Sep 09, 2002 11:01 AM | |
10256 | Sep 06, 2002 03:49 PM |
Activity Feed
- Posted Re: Prerequisites - I'm prompted to install the prerequisite although it's installed on InstallShield Forum. Dec 17, 2012 12:20 PM
- Posted Re: Missing server piece of Enterprise Edition on AdminStudio Forum. Sep 08, 2011 12:14 PM
- Posted Missing server piece of Enterprise Edition on AdminStudio Forum. Sep 07, 2011 10:15 AM
- Posted Re: File Permissions problem on AdminStudio Forum. Mar 06, 2003 07:36 AM
- Posted Re: Registry variables on AdminStudio Forum. Sep 10, 2002 07:54 AM
- Posted Re: Registry variables on AdminStudio Forum. Sep 09, 2002 11:01 AM
- Posted Registry variables on AdminStudio Forum. Sep 06, 2002 03:49 PM