Tuesday, November 24, 2009
Silent install parameters for Inno Setup
http://www.jrsoftware.org/iskb.php
I found this handy website that provides the unattended installation parameters for making the setup file install in silent mode:
http://www.mail-archive.com/unattended-devel@lists.sourceforge.net/msg00075.html
setup.exe /sp- /verysilent
Wednesday, October 14, 2009
ERROR: "The command is not available" error message when you launch Outlook.
Problem:
When you try to use the "Out of Office reply" option is Microsoft Outlook you receive the following error:
"The command is not available. See the program documentation about how to use this extension."
Resolution:
There are two ways to go about fixing this problem.
Method 1:
From Outlook, select Help > About Microsoft Outlook > Disabled Items. Select "outex.dll" and click Enable. If this does not fix your issue then try method 2.
Method 2:
- Ensure Outlook is closed (and outlook.exe process is not running)
- Launch Regedit
- Remove HKCU\Software\Microsoft\Office\11.0\Outlook\Resiliency key
- Close Regedit
- Launch Outlook
Monday, October 5, 2009
HOWTO: Access Stored User Names and Passwords
The Stored User Names and Passwords applet lets you assign user names and passwords to use when needing to authenticate yourself to services in domains other than the one you are currently logged into. The normal way of running this applet can be difficult to find quickly, so here is a way to launch it using a desktop shortcut using the rundll32.exe program:
Click on START - RUN and type the following (follwed by ENTER):
rundll32.exe keymgr.dll,KRShowKeyMgr
Sunday, September 20, 2009
ERROR: App-V. No connection could be made because the target machine actively refused it. Error code: 4513CDC-19D0682A-0000274D"
--------------------------------------------------------------------------------
"The Application Virtualization Client could not update publishing
information from the server
No connection could be made because the target machine actively refused it.
Error code: 4513CDC-19D0682A-0000274D"
--------------------------------------------------------------------------------
Solution:
Ensure that the "Application Virtualization Management Server" service is Started.
Monday, September 14, 2009
HOWTO: Search Group Names in Active Directory using wildcards
In Active Directory Users and Computers:
1. Find
2. Use the Find drop down list and change to Custom Search
3. Advanced tab
4. Enter in your LDAP query, for example:
name=* Managers
name=UK Company *
To query multiple attributes you can use operaters like &, , !, etc.
Credits:
This post courtesy of
http://www.experts-exchange.com/Software/Server_Software/File_Servers/Active_Directory/Q_24236137.html
http://technet.microsoft.com/en-us/library/aa996205(EXCHG.65).aspx
Wednesday, September 9, 2009
HOWTO: Replace default VMWare VirtualCenter SSL certificate with Enterprise CA certificate
- Enterprise CA (or Public CA)
2. Navigate to OpenSSL\bin folder
3. Run the command "openssl req -new -nodes -out mycsr.csr -config openssl.cfg"
4. Follow the prompts. When asked to enter "Common Name (eg, YOUR name)" enter the FQDN of the VirtualCenter server.
5. Once complete, there are 2 files created in OpenSSL\bin folder: mycsr.csr and privkey.pem
6. Browse to your Enterprise CA web interface. eg http://enterpriseCA.domain.com/certsrv
7. Select "Request a certificate"
8. Select "advanced certificate request"
9. Select "Submit a certificate request by using a base-64-encoded CMC or PKCS #10 file, or submit a renewal request by using a base-64-encoded PKCS #7 file."
10. Open mycsr.csr (should be in your OpenSSL\bin folder) in Notepad, copy and paste the contents in the "Base-64-encoded certificate request (CMC or PKCS #10 or PKCS #7):" text field
11. Change the Certificate Template to "Web Server"
12. Click Submit
13. Once the certificate has been successfully issued, select "Base 64 encoded" then "Download certificate"
14. Save certnew.cer to a convenient location.
15. Browse to the folder on your VirtualCenter server: "C:\Documents and Settings\All Users\Application Data\VMware\VMware VirtualCenter\SSL"
16. Backup existing files to another location just in case
17. Copy certnew.cer file and privkey.pem to this folder (both files will be in your OpenSSL\bin folder)
18. Rename certnew.cer file to rui.crt
19. Rename privkey.pem to rui.key
20. Restart VirtualCenter
21. Browse to the FQDN of the VCI. (http://vci.domain.com) and verify certificate is correct and working
22. All done.
----------------
Reference Documents:
http://www.vmware.com/pdf/vi_vcserver_certificates.pdf
Wednesday, August 26, 2009
HOWTO: Convert .crt file into the Microsoft .cer format
-------------------------------------------------------------------------
Double-click on the yourwebsite.crt file to open it into the certificate display.
Select the Details tab, then select the Copy to file button.

Press Next on the Certificate Wizard.
Select Base-64 encoded X.509 (.CER), then Next.

Select Browse (to locate a destination) and type in the filename yourwebsite.
Select Next then Finished.
You now have the file yourwebsite.cer