<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Lotus Notes R8.5.1: SnTT &#8211; Updated (V2) Step-By-Step Presentation on Deploying R8.5.1 Clients using Smart Upgrade, the Install Shield Tuner, SURunAsWizard and Policies</title>
	<atom:link href="http://www.thenewdominoadmin.com/blog/?feed=rss2&#038;p=636" rel="self" type="application/rss+xml" />
	<link>http://www.thenewdominoadmin.com/blog/?p=636</link>
	<description>Got Notes? Need Help?</description>
	<lastBuildDate>Fri, 03 Sep 2010 15:57:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: JC Jensen</title>
		<link>http://www.thenewdominoadmin.com/blog/?p=636&#038;cpage=1#comment-6761</link>
		<dc:creator>JC Jensen</dc:creator>
		<pubDate>Thu, 22 Jul 2010 18:24:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.thenewdominoadmin.com/blog/?p=636#comment-6761</guid>
		<description>Just got a new desktop and ran the V3 of the doc on it and all went well. Must have been some bad stuff on my old desktop. (had numerous installs/uninstalls of different clients on it whcih could have messed things up. Thanks!</description>
		<content:encoded><![CDATA[<p>Just got a new desktop and ran the V3 of the doc on it and all went well. Must have been some bad stuff on my old desktop. (had numerous installs/uninstalls of different clients on it whcih could have messed things up. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JC Jensen</title>
		<link>http://www.thenewdominoadmin.com/blog/?p=636&#038;cpage=1#comment-6760</link>
		<dc:creator>JC Jensen</dc:creator>
		<pubDate>Thu, 22 Jul 2010 18:05:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.thenewdominoadmin.com/blog/?p=636#comment-6760</guid>
		<description>I was getting that error with your V2 presentation. I am now trying V3, and I don&#039;t thing the quotes need to go in the batch file (no batch file in V2 process). I am talking about in the V2 doc (page 61-64) or V3 doc (page 64-67) the paths of the Notes folder. Ours is c:\program files\lotus\notes and c:\program files\lotus\notes\data, and from what the error says &quot;Error applying tranforms. Verify that the specified transform paths are valid&quot; it looks like something is wrong with the paths. I have tried putting &quot; &quot; around the entire path in pages 64-67 in V3 doc, but it tells me I can&#039;t add &quot; &quot; in the lines.</description>
		<content:encoded><![CDATA[<p>I was getting that error with your V2 presentation. I am now trying V3, and I don&#8217;t thing the quotes need to go in the batch file (no batch file in V2 process). I am talking about in the V2 doc (page 61-64) or V3 doc (page 64-67) the paths of the Notes folder. Ours is c:\program files\lotus\notes and c:\program files\lotus\notes\data, and from what the error says &#8220;Error applying tranforms. Verify that the specified transform paths are valid&#8221; it looks like something is wrong with the paths. I have tried putting &#8221; &#8221; around the entire path in pages 64-67 in V3 doc, but it tells me I can&#8217;t add &#8221; &#8221; in the lines.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc Champoux</title>
		<link>http://www.thenewdominoadmin.com/blog/?p=636&#038;cpage=1#comment-6759</link>
		<dc:creator>Marc Champoux</dc:creator>
		<pubDate>Thu, 22 Jul 2010 15:32:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.thenewdominoadmin.com/blog/?p=636#comment-6759</guid>
		<description>Hi JC,
   

Yes, I think you will need to add quotes around certain paths of the batch file. I think you&#039;ll just need to add double quotes or single quotes at the beginning and then around the .mst file ... try the following:
   

SET R85FILESPATH=%~dp0
&quot;%R85FILESPATH%setup.exe&quot; /s /v&quot;ALLUSERS=1 TRANSFORMS=&quot;%R85FILESPATH%LotusNotes851Full.mst&quot; /qb+!&quot;
&quot;%R85FILESPATH%FixPack3\setup.exe&quot; /S /v&quot;/qb+&quot;
  

Regards,
 

Marc</description>
		<content:encoded><![CDATA[<p>Hi JC,</p>
<p>Yes, I think you will need to add quotes around certain paths of the batch file. I think you&#8217;ll just need to add double quotes or single quotes at the beginning and then around the .mst file &#8230; try the following:</p>
<p>SET R85FILESPATH=%~dp0<br />
&#8220;%R85FILESPATH%setup.exe&#8221; /s /v&#8221;ALLUSERS=1 TRANSFORMS=&#8221;%R85FILESPATH%LotusNotes851Full.mst&#8221; /qb+!&#8221;<br />
&#8220;%R85FILESPATH%FixPack3\setup.exe&#8221; /S /v&#8221;/qb+&#8221;</p>
<p>Regards,</p>
<p>Marc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JC Jensen</title>
		<link>http://www.thenewdominoadmin.com/blog/?p=636&#038;cpage=1#comment-6758</link>
		<dc:creator>JC Jensen</dc:creator>
		<pubDate>Thu, 22 Jul 2010 13:53:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.thenewdominoadmin.com/blog/?p=636#comment-6758</guid>
		<description>So I have followed this document to a T about 5 times now and I am still having issues. First thing is, in your document when building the transforms, you show the path of the Notes install as c:\notes, our’s is c:\program files\lotus\notes. So I changed each path like your documentation says to c:\program files\lotus\notes. I get through the whole process and run the upgrade file to test it and keep getting the same error over and over. “Error applying tranforms. Verify that the specified transform paths are valid”. Do I need to add ” ” around the paths of c:\program files\lotus\notes and c:\program files\lotus\notes\data because of the space between program and files? Anyone PLEASE help. I am so frustrated!</description>
		<content:encoded><![CDATA[<p>So I have followed this document to a T about 5 times now and I am still having issues. First thing is, in your document when building the transforms, you show the path of the Notes install as c:\notes, our’s is c:\program files\lotus\notes. So I changed each path like your documentation says to c:\program files\lotus\notes. I get through the whole process and run the upgrade file to test it and keep getting the same error over and over. “Error applying tranforms. Verify that the specified transform paths are valid”. Do I need to add ” ” around the paths of c:\program files\lotus\notes and c:\program files\lotus\notes\data because of the space between program and files? Anyone PLEASE help. I am so frustrated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The New Domino Admin &#187; Blog Archive &#187; Lotus Notes R8.5.1: SnTT – Updated (V3) Step-By-Step Presentation on Deploying R8.5.1 Fix Pack 3 Clients using Smart Upgrade, the Install Shield Tuner, SURunAsWizard and Policies</title>
		<link>http://www.thenewdominoadmin.com/blog/?p=636&#038;cpage=1#comment-6703</link>
		<dc:creator>The New Domino Admin &#187; Blog Archive &#187; Lotus Notes R8.5.1: SnTT – Updated (V3) Step-By-Step Presentation on Deploying R8.5.1 Fix Pack 3 Clients using Smart Upgrade, the Install Shield Tuner, SURunAsWizard and Policies</dc:creator>
		<pubDate>Tue, 08 Jun 2010 15:39:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.thenewdominoadmin.com/blog/?p=636#comment-6703</guid>
		<description>[...] on how to get Smart Upgrade working for you. You may (or may not), have read the 1st version, the 2nd version or even the &#8220;how-to-smart-upgrade&#8221; guide for the Fix Pack 1 and, if you did read them, [...]</description>
		<content:encoded><![CDATA[<p>[...] on how to get Smart Upgrade working for you. You may (or may not), have read the 1st version, the 2nd version or even the &#8220;how-to-smart-upgrade&#8221; guide for the Fix Pack 1 and, if you did read them, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edwin Figueroa</title>
		<link>http://www.thenewdominoadmin.com/blog/?p=636&#038;cpage=1#comment-5602</link>
		<dc:creator>Edwin Figueroa</dc:creator>
		<pubDate>Fri, 16 Apr 2010 17:26:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.thenewdominoadmin.com/blog/?p=636#comment-5602</guid>
		<description>This is really strange.  I&#039;ve rebuilt the package from scratch ans it still refused to install the SSO feature.  Not even the files needed are installed (nslsvice and npnotes.dll).  Its as if I never selected the option when running the installation.  I tested the package on a non vm machine and the same result.  So I don&#039;t think its related to vm.  I can manuallly install it using msiexec /i &quot;\\path\to\installfiles\Lotus Notes 8.5.1.msi&quot; ADDLOCAL=ClientSingleLogon /qb+ but can&#039;t get it to be inclused in the package for some reason.  :(</description>
		<content:encoded><![CDATA[<p>This is really strange.  I&#8217;ve rebuilt the package from scratch ans it still refused to install the SSO feature.  Not even the files needed are installed (nslsvice and npnotes.dll).  Its as if I never selected the option when running the installation.  I tested the package on a non vm machine and the same result.  So I don&#8217;t think its related to vm.  I can manuallly install it using msiexec /i &#8220;\\path\to\installfiles\Lotus Notes 8.5.1.msi&#8221; ADDLOCAL=ClientSingleLogon /qb+ but can&#8217;t get it to be inclused in the package for some reason.  <img src='http://www.thenewdominoadmin.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc Champoux</title>
		<link>http://www.thenewdominoadmin.com/blog/?p=636&#038;cpage=1#comment-5507</link>
		<dc:creator>Marc Champoux</dc:creator>
		<pubDate>Thu, 15 Apr 2010 23:29:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.thenewdominoadmin.com/blog/?p=636#comment-5507</guid>
		<description>Hi Edwin,
   
On my side, the SSO service does get installed/upgraded ... however, it doesn&#039;t kick-in until I have rebooted the machine. But apart from that, I haven&#039;t needed to do anything special re: SSO when I created the package.
   
Maybe it&#039;s a known bug with the 7.0.3 client vs. Smart Upgrade ... I stopped counting how many PMRs I opened and got the answer &quot;oh, yes, we know about this, it&#039;s a known bug... here&#039;s the workaround (when there&#039;s one)&quot;.
 
Marc</description>
		<content:encoded><![CDATA[<p>Hi Edwin,</p>
<p>On my side, the SSO service does get installed/upgraded &#8230; however, it doesn&#8217;t kick-in until I have rebooted the machine. But apart from that, I haven&#8217;t needed to do anything special re: SSO when I created the package.</p>
<p>Maybe it&#8217;s a known bug with the 7.0.3 client vs. Smart Upgrade &#8230; I stopped counting how many PMRs I opened and got the answer &#8220;oh, yes, we know about this, it&#8217;s a known bug&#8230; here&#8217;s the workaround (when there&#8217;s one)&#8221;.</p>
<p>Marc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edwin Figueroa</title>
		<link>http://www.thenewdominoadmin.com/blog/?p=636&#038;cpage=1#comment-5466</link>
		<dc:creator>Edwin Figueroa</dc:creator>
		<pubDate>Thu, 15 Apr 2010 19:42:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.thenewdominoadmin.com/blog/?p=636#comment-5466</guid>
		<description>I was able to use WinRAR and to create a sfx file however I am now running into an issue with the Single Sign On feature not being installed when 7.0.3 is upgraded.  I have rebuilt the package 4 times and made sure to include the option during install.  

FYI I&#039;m testing the install on a VMWare windows XP session.  

Has anyone run into this?  Is there a file in the package I can check to see that it was added correctly when packaging?</description>
		<content:encoded><![CDATA[<p>I was able to use WinRAR and to create a sfx file however I am now running into an issue with the Single Sign On feature not being installed when 7.0.3 is upgraded.  I have rebuilt the package 4 times and made sure to include the option during install.  </p>
<p>FYI I&#8217;m testing the install on a VMWare windows XP session.  </p>
<p>Has anyone run into this?  Is there a file in the package I can check to see that it was added correctly when packaging?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc Champoux</title>
		<link>http://www.thenewdominoadmin.com/blog/?p=636&#038;cpage=1#comment-1997</link>
		<dc:creator>Marc Champoux</dc:creator>
		<pubDate>Fri, 02 Apr 2010 18:01:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.thenewdominoadmin.com/blog/?p=636#comment-1997</guid>
		<description>Hi Edwin,
   
Thanks for your comments, it&#039;s very appreciated!
   
   
In my particular case, I needed to create 1 big package so that could be downloaded by our remote sales force (with a bit of patience of course) and that needed to run with Admin rights (they only have Power User rights). If, in your case, all your users are in the same building and have access to a common network share, could you simply leave your &quot;tuned&quot; installation files on that network share and go into the Smart Upgrade Kits database and create a kit and tell it to execute the setup.exe of the &quot;tuned&quot; package on the network drive and pass the parameters that you would have normally passed to the SURunAsAdmin tool.
    
   

However, if you do need to create 1 large file, then I suggest that you use Winzip or 7Zip or whatever is your favorite &quot;zip&quot; utility to create a self extracting file that would run the setup.exe and pass it the parameters. I know that I can do this with Winzip where I work so maybe it&#039;s also an option for you.
   

Good luck!
   

Marc</description>
		<content:encoded><![CDATA[<p>Hi Edwin,</p>
<p>Thanks for your comments, it&#8217;s very appreciated!</p>
<p>In my particular case, I needed to create 1 big package so that could be downloaded by our remote sales force (with a bit of patience of course) and that needed to run with Admin rights (they only have Power User rights). If, in your case, all your users are in the same building and have access to a common network share, could you simply leave your &#8220;tuned&#8221; installation files on that network share and go into the Smart Upgrade Kits database and create a kit and tell it to execute the setup.exe of the &#8220;tuned&#8221; package on the network drive and pass the parameters that you would have normally passed to the SURunAsAdmin tool.</p>
<p>However, if you do need to create 1 large file, then I suggest that you use Winzip or 7Zip or whatever is your favorite &#8220;zip&#8221; utility to create a self extracting file that would run the setup.exe and pass it the parameters. I know that I can do this with Winzip where I work so maybe it&#8217;s also an option for you.</p>
<p>Good luck!</p>
<p>Marc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edwin Figueroa</title>
		<link>http://www.thenewdominoadmin.com/blog/?p=636&#038;cpage=1#comment-1934</link>
		<dc:creator>Edwin Figueroa</dc:creator>
		<pubDate>Fri, 02 Apr 2010 12:15:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.thenewdominoadmin.com/blog/?p=636#comment-1934</guid>
		<description>Great Article.  I have one question however.  How can we create a self extracting executable without using SURunAsWizard for admin rights.  We have no need to use it as our users have those rights to pc&#039;s.</description>
		<content:encoded><![CDATA[<p>Great Article.  I have one question however.  How can we create a self extracting executable without using SURunAsWizard for admin rights.  We have no need to use it as our users have those rights to pc&#8217;s.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
