<?xml version="1.0" encoding="us-ascii"?><!-- RSS generated by AppDeploy.com on 1/27/2012 6:16:22 AM --><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>AppDeploy Tips</title><link>http://www.appdeploy.com/tips/</link><description>AppDeploy.com provides tips and tricks in such subjects as distribution, imaging, migration, repackaging, setup authoring, file and settings migration and scripting.</description><lastBuildDate>Fri, 01 Jan 2012 09:00:00 EST</lastBuildDate><dc:creator>Bob Kelly</dc:creator><dc:rights>Copyright 2008 KACE Networks, Inc.</dc:rights><dc:publisher>KACE Networks, Inc.</dc:publisher><item><title>Run a Script Minimized</title><link>http://www.appdeploy.com/tips/detail.asp?id=187</link><description>if not &quot;%minimized%&quot;==&quot;&quot; goto :minimized
set minimized=true
start /min cmd /C &quot;%~dpnx0&quot;
goto :EOF
:minimized...</description><dc:date>2011-12-22T09:00:00-05:00</dc:date></item><item><title>Recorded Online version-Key Steps to Migrate from Wise Package Studio to AdminStudio for Symantec Webinar</title><link>http://www.appdeploy.com/tips/detail.asp?id=186</link><description>There are some important tips I understood related to migration in Q&amp; A section.

1)Wise script editor for 64-bit will be released in Q1 calendar1, 2012 &#226;&#8364;&#8220; AdminStudio for Symantec.

2)As of now there is no current mechanism to convert to WSI to...</description><dc:date>2011-12-13T09:00:00-05:00</dc:date></item><item><title>Handling Global Cache Assembly (GAC) for vendor .msi in WPS</title><link>http://www.appdeploy.com/tips/detail.asp?id=184</link><description>Gacutil.exe to Add an Assembly to GAC

Usually, We should avoid using GACUtil to install assemblies to the GAC for the following reasons:

Unless the /r option is used, there is no way to track installation references in the GAC. 
GACUtil.exe is...</description><dc:date>2011-11-28T09:00:00-05:00</dc:date></item><item><title>Changing install directory from c:\program files\Ultrascale to D:\Apps\Ultrscale</title><link>http://www.appdeploy.com/tips/detail.asp?id=185</link><description>I have a vendor MSI and created transforms for the same. Now I got to change installation drive from C to D. 

Here are my efforts on this using PUBLIC properties,

1) ROOTDRIVE= D:\ AND INSTALLDIR=D:\Apps\Ultrscale
2) TARGETDIR
3) PRIMARYVOLUM...</description><dc:date>2011-11-28T09:00:00-05:00</dc:date></item><item><title>Find And Delete Registry Keys From Every User Profile</title><link>http://www.appdeploy.com/tips/detail.asp?id=182</link><description>'-- Script To Delete Registry Key From All User Profiles in Windows XP
On Error Resume Next 

Const HKEY_USERS = &amp;H80000003 

strComputer = &quot;.&quot; 
strKeyPath = &quot;&quot;

Set objRegistry = GetObject(&quot;winmgmts:\\&quot; &amp; strComputer &amp; &quot;\root\default:StdReg...</description><dc:date>2011-11-21T09:00:00-05:00</dc:date></item><item><title>Delete Files And Folders From Each And Every User Profile At Time Of Uninstallation Without Using Active Setup</title><link>http://www.appdeploy.com/tips/detail.asp?id=183</link><description>On Error Resume Next 

Const HKEY_LOCAL_MACHINE = &amp;H80000002 

strComputer = &quot;.&quot; 
strKeyPath = &quot;&quot;

Set objRegistry = GetObject(&quot;winmgmts:\\&quot; &amp; strComputer &amp; &quot;\root\default:StdRegProv&quot;) 
Set filesys = CreateObject(&quot;Scripting.FileSystemObject&quot;)...</description><dc:date>2011-11-21T09:00:00-05:00</dc:date></item><item><title>MySQL Workbench crashes/does not launch on Windows 7</title><link>http://www.appdeploy.com/tips/detail.asp?id=181</link><description>If you install MySQL Workbench in Windows 7 (x64) and attempt to launch the application, you may notice it does not launch.  If you look in the Event log for Applications, you may find similar to the following:

Log Name:      Application
Source: ...</description><dc:date>2011-11-02T09:00:00-05:00</dc:date></item><item><title>Profile problems/understanding using Wise and Windows 7</title><link>http://www.appdeploy.com/tips/detail.asp?id=180</link><description>There may a be a better solution to the profile data problems in Wise Package Studio.  I am using version 8.0.0.69

I have had some difficulty, until now, weeding the profile data mystery/problems while using Wise and packaging for Windows 7.  

...</description><dc:date>2011-10-20T09:00:00-05:00</dc:date></item><item><title>Volume Activation Management Tool (VAMT) Error </title><link>http://www.appdeploy.com/tips/detail.asp?id=179</link><description>If I try to manage a Windows 7 machine (the machine is in a workgroup not in a domain!) with local administrator account, I get the Error &quot;Access denied&quot; (&quot;Zugriff verweigt&quot;)

work around: enabled Administrator account
* cmd (run as Administrator)...</description><dc:date>2011-09-28T09:00:00-05:00</dc:date></item><item><title>Error Applying Transforms</title><link>http://www.appdeploy.com/tips/detail.asp?id=177</link><description>&#226;&#8364;&#339;Error applying transforms. Verify that the specified transform paths are valid&#226;&#8364;&#157;

The above error may also depends on windows installer version, if windows installer version specified in MSI+MST is higher than windows installer version from the...</description><dc:date>2011-05-25T09:00:00-05:00</dc:date></item></channel></rss>

