Thursday, September 22, 2011

Shrinking Volumes

To shrink a volume on Windows 7 the Disk Defragmenting Service needs to be running.  If it is set to disabled a dialog box will appear:







Virtual Disk Manager
The service cannot be started, either because it is disabled or because it has no enabled devices associated with it.

Monday, September 19, 2011

App-V 4.6 Sequencing error due to trustedinstaller service running

An error can appear in the early part of a monitoring attempt if the trustedinstaller service is running.








"The Sequencer could not stop the "TrustedInstaller" service. Error 1052: The requested control is not valid for this service."

The trustedinstaller service is listed in the services applet as Windows Modules Installer.  It is recommended that this service be disabled on machines intended for sequencing.

You will be entertained to know that stopping the TrustedInstaller process will also BREAK certain installations such as Crystal Reports for DotNet 2008.  The words rocks and hard place come to mind.

Keywords: trusted

Friday, September 9, 2011

Sequencer 4.6SP1 substs Q: by default

4.6SP1 sequencer uses a subst approach to generate a Q: by default.  There have been concerns about this approach and it seems to be prefereable to create a proper Q:


Thursday, September 8, 2011

Check these settings if you are unable to enable "Show Hidden Files and Folders"

Check these settings if you are unable to enable "Show Hidden Files and Folders"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\Hidden\SHOWALL]
"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced"
"Text"="@shell32.dll,-30500"
"Type"="radio"
"CheckedValue"=dword:00000001
"ValueName"="Hidden"
"DefaultValue"=dword:00000002
"HKeyRoot"=dword:80000001
"HelpID"="shell.hlp#51105"



These keys control the state of relevant Windows Explorer settings.
Changes only apply once the explorer process has been restarted.  Explorer is also capable of reverting the settings in the meantime.

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced

"HideFileExt"=dword:00000000                                        1 is default
"HideDrivesWithNoMedia"=dword:00000000                   1 is default
"Hidden"=dword:00000001                                               2 is default on this key - Don't show.
"ShowSuperHidden"=dword:00000001                             0 is default


Friday, September 2, 2011

AutoCad LT 2011

AutoCad LT 2011

Creating a package for deployment over the network is significantly different from running the setup for a single user.  As a packager you'll probably get instructions on how to install the software but these will only be a guide to the requirements of the installation.  In reality you need to create a "deployment point" (DP) which you do be creating a sort of administrative installation and then arranging a call to the installation from there.

Chances are you've been given no license or a single user license for 1 installation, not much use if you're package maybe needed on unknown numbers of machines in the future.  The way to tackle this is to obtain at least 1 set of licensing numbers of the form: serial number 555-55555555 and product key XXXXX
Enter these details during the deployment point creation.  You HAVE to enter something, blanks are not possible.

Once the DP is created you'll be able to locate these values in the property table and remove the entire property.  This causes the installation from the DP to query the user at launch for their Autocad login (which has a license relationship) to validated the install OR enter a 30 day evaluation period.

The DP has a name that you set during the DP creation routine.  This becomes the name of a shortcut that can initiate the AutoCAD LT installation to a client.  If you look at the command of this shortcut you'll see that it references an ini file with a similar name that is also created with the DP.  This is the setup.exe configuration file and contains many setting that you may wish to modify including the DP share location.

Note that there may be problems with applying service packs (SPs) to the DP.  During the DP creation you can choose to download SPs and "merge" or "append" it to the DP.  Merging worked fine with an English DP, however only appending was possible when creating a German language DP.  Although the German Language DP was created with a merge selection, subsequent client installation attempts from it, failed.

http://docs.autodesk.com/ACDLT/2011/ENU/pdfs/acadlt_install.pdf

Note there is an earlier version of the above document with SCCM specific sections.