<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Maurizio Condini - Defcon.it Blog &#187; MSI</title>
	<atom:link href="http://blog.defcon.it/tag/msi/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.defcon.it</link>
	<description>Solo un altro blog...</description>
	<lastBuildDate>Sat, 21 Jan 2012 22:35:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Installare e rimuovere applicazioni in modalità provvisoria con Windows Installer</title>
		<link>http://blog.defcon.it/2008/10/installare-e-rimuovere-applicazioni-in-modalita-provvisoria-con-windows-installer/</link>
		<comments>http://blog.defcon.it/2008/10/installare-e-rimuovere-applicazioni-in-modalita-provvisoria-con-windows-installer/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 14:39:38 +0000</pubDate>
		<dc:creator>acecondor</dc:creator>
				<category><![CDATA[Sistemi operativi]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[disinstallare]]></category>
		<category><![CDATA[installare]]></category>
		<category><![CDATA[modalità provvisoria]]></category>
		<category><![CDATA[MSI]]></category>
		<category><![CDATA[rimozione]]></category>
		<category><![CDATA[safe mode]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows Installer]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://blog.defcon.it/?p=179</guid>
		<description><![CDATA[Se si tenta di installare, modificare, rimuovere applicazioni con setup basato su Windows Installar in modalit&#224; provvisoria ri ricever&#224; in seguente errore: Impossibile accedere al servizio Windows Installer. Windows potrebbe essere in esecuzione in modalit&#224; provvisoria o l&#8217;installazione di Windows Installer potrebbe non essere stata eseguita correttamente. Per avviare il servizio di Windows Installer seguite [...]]]></description>
			<content:encoded><![CDATA[<div style="padding-top:5px;padding-right:0px;padding-bottom:5px;padding-left:0px;;">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:550px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=Maurizio+Condini+-+Defcon.it+Blog&link=http%3A%2F%2Fblog.defcon.it%2F2008%2F10%2Finstallare-e-rimuovere-applicazioni-in-modalita-provvisoria-con-windows-installer%2F&title=Installare+e+rimuovere+applicazioni+in+modalit%C3%A0+provvisoria+con+Windows+Installer&desc=%0D%0ASe+si+tenta+di+installare%2C+modificare%2C+rimuovere+applicazioni+con+setup+basato+su+Windows+Installar+in+modalit%26agrave%3B+provvisoria+ri+ricever%26agrave%3B+in+seguente+errore%3A%0D%0AImpossibile+accedere+al+ser&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=it_IT&fblshow=1&fbsbutton=1&fbsctr=1&fbslang=en&fbsendbutton=0&twbutton=0&twlang=it&twmention=acecondor&twrelated1=&twrelated2=&twctr=1&lnkdshow=noshow&lnkdctr=1&buzzbutton=0&buzzlang=it&buzzctr=1&diggbutton=1&diggctr=1&stblbutton=0&stblctr=1&g1button=1&g1ctr=1&g1lang=it">
											</iframe>
										</div><p><img width="363" height="133" border="0" alt="windows_installer.png" src="/wp-content/uploads/2008/10/windows_installer.png" title="windows_installer.png" /></p>
<p>Se si tenta di installare, modificare, rimuovere applicazioni con setup basato su Windows Installar in modalit&agrave; provvisoria ri ricever&agrave; in seguente errore:</p>
<blockquote><p>Impossibile accedere al servizio Windows Installer. Windows potrebbe essere in esecuzione in modalit&agrave; provvisoria o l&#8217;installazione di Windows Installer potrebbe non essere stata eseguita correttamente.</p></blockquote>
<p>Per avviare il servizio di Windows Installer seguite queste indicazioni:</p>
<p><span id="more-179"></span></p>
<p>Cliccare su START &gt; Esegui.. &gt; Digitare <strong>CMD </strong>e premere OK (per Vista Start &gt; Digitare <strong>CMD </strong>nel campo <em>&quot;Inizio ricerca&quot;</em> e premere INVIO)</p>
<p><span style="color: rgb(51, 153, 102);"><strong>Modalit&agrave; provvisoria:</strong></span></p>
<ol>
<li>Digitare <strong>REG ADD HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\MSIServer /VE /T REG_SZ /F /D &quot;Service&quot;</strong> e premere INVIO</li>
<li>Digitare <strong>net start msiserver</strong> e premere INVIO</li>
</ol>
<p><span style="color: rgb(51, 153, 102);"><strong>Modalit&agrave; provvisoria <u>con rete</u>:</strong></span></p>
<ol>
<li>Digitare <strong>REG ADD HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Network\MSIServer /VE /T REG_SZ /F /D &quot;Service&quot;</strong> e premere INVIO</li>
<li>Digitare <strong>net start msiserver </strong>e premere INVIO</li>
</ol>
<p><a href="http://blog.defcon.it/wp-content/uploads/2008/10/MSI-SafeMode.zip"><span style="color: rgb(255, 0, 0);"><strong>I pi&ugrave; sfaticati possono scaricarsi i file batch gi&agrave; pronti, basta fare doppio click e confermare&#8230;</strong></span></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.defcon.it/2008/10/installare-e-rimuovere-applicazioni-in-modalita-provvisoria-con-windows-installer/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

