<?xml version="1.0"?><rss version="2.0"><channel><title>Flexera Software KB Articles - AdminStudio</title><description /><link>http://kb.flexerasoftware.com/</link><item><title>Q203820 HOTFIX: Virtualization Assistant Tabs not present in the InstallShield IDE [AdminStudio Pro/Enterprise with Virtualization for Symantec Edition only]</title><description>&lt;DIV&gt;&lt;STRONG&gt;&lt;U&gt;Important note:&lt;/U&gt;&lt;/STRONG&gt;&amp;nbsp; This issue occurs only with the following AdminStudio for Symantec Editions: 
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;AdminStudio Professional Edition with Virtualization for Symantec Edition&lt;/DIV&gt;
&lt;DIV&gt;AdminStudio Enterprise Edition with Virualization for Symantec Edition&lt;/DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;When a Basic MSI project is created in the InstallShield Editor, the three standard Virtualization Assistant Tabs:&amp;nbsp; Microsoft App-V, VMware ThinApp, and Citrix XenApp are missing&amp;nbsp;from the IDE (please see screenshot below)&amp;nbsp;:&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;IMG title="" border=0 src="http://kb.flexerasoftware.com/selfservice/images/KB/images/AS4SProVPTab.JPG"&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description><link>http://kb.flexerasoftware.com/selfservice/documentLink.do?externalID=Q203820</link><pubDate>Tue, 31 Jan 2012 22:37:57 GMT</pubDate></item><item><title>Q203890 : License Server machine is down or not responding (-96, 491)</title><description>When trying to connect to a license server from a remote client behind a firewall a -96 error is recieved and no connection to the license server is made. This results in no vald license for the client.</description><link>http://kb.flexerasoftware.com/selfservice/documentLink.do?externalID=Q203890</link><pubDate>Mon, 30 Jan 2012 09:48:09 GMT</pubDate></item><item><title>Q103319: HOWTO: Creating a Custom Action that Displays a Property</title><description>&lt;P&gt;&lt;FONT size=2 face=Arial&gt;When debugging problems with AppSearch, a UI control, or any custom action that deals with properties, it is useful to have something that displays the property in question. This article explains how to quickly create a custom action that will display the value of a property using VB script.&lt;/FONT&gt;&lt;/P&gt;</description><link>http://kb.flexerasoftware.com/selfservice/documentLink.do?externalID=Q103319</link><pubDate>Fri, 20 Jan 2012 22:47:45 GMT</pubDate></item><item><title>Q105621: INFO: Retrieve and Set Properties in a VBScript Custom Action</title><description>&lt;P&gt;&lt;FONT size=2 face=Arial&gt;This article discusses how to retrieve and set properties, such as INSTALLDIR, in a VBScript custom action.&lt;/FONT&gt;&lt;/P&gt;</description><link>http://kb.flexerasoftware.com/selfservice/documentLink.do?externalID=Q105621</link><pubDate>Fri, 20 Jan 2012 22:45:09 GMT</pubDate></item><item><title>Q110667: ERRDOC: Build Error 6243</title><description>&lt;P&gt;&lt;FONT size=2 face=Arial&gt;When you are building a project, the following error may occur:&lt;/FONT&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;FONT size=2 face=Arial&gt;Error -6243: InstallUtilLib.dll cannot be located on your system. This file is required for Installer custom actions. You can set the path to InstallUtilLib.dll using Tools | Options. The file is part of the Microsoft .NET Framework redistributable. %1&lt;/FONT&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;</description><link>http://kb.flexerasoftware.com/selfservice/documentLink.do?externalID=Q110667</link><pubDate>Fri, 20 Jan 2012 22:41:58 GMT</pubDate></item><item><title>Q211843: INFO: Warning About the File sysdrvr.exe </title><description>&lt;P&gt;'sysdrvr.exe'&amp;nbsp;is a running process on the machine that now no longer appears to run as expected.&amp;nbsp; &lt;/P&gt;</description><link>http://kb.flexerasoftware.com/selfservice/documentLink.do?externalID=Q211843</link><pubDate>Fri, 13 Jan 2012 21:08:31 GMT</pubDate></item><item><title>Q105756: HOWTO: Restricting Features Available to End Users Using Tuner</title><description>&lt;P&gt;InstallShield Tuner provides a GUI-driven method of creating transforms and then can create an executable that applies the transform to the MSI at run time. By using transforms to customize a setup, you can apply changes without having to go inside the setup, which lowers the risk of accidentally breaking it. In fact, Microsoft recommends that you change third-party applications in this way. &lt;/P&gt;
&lt;P&gt;This example shows how to restrict the features available to end users so that specific parts of the application cannot be chosen or installed.&lt;/P&gt;</description><link>http://kb.flexerasoftware.com/selfservice/documentLink.do?externalID=Q105756</link><pubDate>Fri, 13 Jan 2012 16:54:13 GMT</pubDate></item><item><title>Q105355: FAQ: What Should I Do If Prevalidation Fails?</title><description>&lt;P&gt;What should I do if MSI prevalidation fails?&lt;/P&gt;</description><link>http://kb.flexerasoftware.com/selfservice/documentLink.do?externalID=Q105355</link><pubDate>Fri, 13 Jan 2012 16:53:17 GMT</pubDate></item><item><title>Q105357: FAQ: How Do I Prevent a Feature from Displaying During Custom Installation?</title><description>&lt;P&gt;How do I prevent a feature from displaying during custom installation in InstallShield Tuner?&lt;/P&gt;</description><link>http://kb.flexerasoftware.com/selfservice/documentLink.do?externalID=Q105357</link><pubDate>Fri, 13 Jan 2012 16:52:28 GMT</pubDate></item><item><title>Q112370: HOWTO: Configuring FLEXnet AdminStudio for SSL</title><description>&lt;P&gt;SSL, or Secure Socket Layer, allows Web browsers and Web servers to communicate over a secured connection using the HTTPS protocol where both the server and the browser encrypt data before sending it.&lt;/P&gt;
&lt;P&gt;SSL also authenticates the credentials of your Web server as proof that the Web site is what it claims to be. In order to implement SSL, a Web server must have a certificate for each IP address that accepts secure connections. Certificates to test the SSL listener can be self-signed; trusted certificates are issued by a certificate authority. &lt;/P&gt;
&lt;P&gt;The following steps are briefly described in this section:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Generating a test certificate. 
&lt;LI&gt;Configuring FLEXnet AdminStudio with the test certificate. 
&lt;LI&gt;Testing that the HTTPS connection to FLEXnet AdminStudio works (testing the SSL listener). 
&lt;LI&gt;Obtaining a trusted certificate. 
&lt;LI&gt;Configuring FLEXnet AdminStudio with the trusted certificate.&lt;/LI&gt;&lt;/OL&gt;&lt;BR&gt;</description><link>http://kb.flexerasoftware.com/selfservice/documentLink.do?externalID=Q112370</link><pubDate>Thu, 12 Jan 2012 22:51:27 GMT</pubDate></item></channel></rss>
