<?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>
	Kommentare zu: Empirum Paket &#8211; Deinstallation ohne Quellen	</title>
	<atom:link href="https://www.wpm-blog.de/empirum-paket-deinstallation-ohne-quellen/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.wpm-blog.de/empirum-paket-deinstallation-ohne-quellen/</link>
	<description>... ideas and solutions making workplace management easier</description>
	<lastBuildDate>Thu, 01 Apr 2021 13:48:27 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.7</generator>
	<item>
		<title>
		Von: M.T.		</title>
		<link>https://www.wpm-blog.de/empirum-paket-deinstallation-ohne-quellen/#comment-1104</link>

		<dc:creator><![CDATA[M.T.]]></dc:creator>
		<pubDate>Thu, 01 Apr 2021 13:48:27 +0000</pubDate>
		<guid isPermaLink="false">https://www.wpm-blog.de/?p=2656#comment-1104</guid>

					<description><![CDATA[Hallo Jochen.
Das ist ja nur ein Beispiel, wie es gehen könnte. Viele Apps lassen sich einfach nicht mit dem lokalem Installer deininstallieren, da die Installersourcen nicht mehr &quot;auffindbar&quot; sind etc, etc.
Bei der De-Installation werden in der Standardpaktierung keine Sourcen übertragen, da Setup.exe versucht, die lokale &quot;Setup.inf&quot; zu benutzen. Das läuft in der Regel oft schief, wenn die Sourcen nach 90 Tagen gelöscht werden oder keine Berechtigung auf das %APP% Verzeichnis vorhanden ist.
Somit behandle ich die Deinistallation, wie eine Neuinstallation. Natürlich mit &quot;-&quot; als Präfix.

Danke für den Hinweis.

Gruß
Mike]]></description>
			<content:encoded><![CDATA[<p>Hallo Jochen.<br />
Das ist ja nur ein Beispiel, wie es gehen könnte. Viele Apps lassen sich einfach nicht mit dem lokalem Installer deininstallieren, da die Installersourcen nicht mehr &#8222;auffindbar&#8220; sind etc, etc.<br />
Bei der De-Installation werden in der Standardpaktierung keine Sourcen übertragen, da Setup.exe versucht, die lokale &#8222;Setup.inf&#8220; zu benutzen. Das läuft in der Regel oft schief, wenn die Sourcen nach 90 Tagen gelöscht werden oder keine Berechtigung auf das %APP% Verzeichnis vorhanden ist.<br />
Somit behandle ich die Deinistallation, wie eine Neuinstallation. Natürlich mit &#8222;-&#8220; als Präfix.</p>
<p>Danke für den Hinweis.</p>
<p>Gruß<br />
Mike</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Von: Jochen		</title>
		<link>https://www.wpm-blog.de/empirum-paket-deinstallation-ohne-quellen/#comment-1102</link>

		<dc:creator><![CDATA[Jochen]]></dc:creator>
		<pubDate>Sat, 27 Mar 2021 14:57:08 +0000</pubDate>
		<guid isPermaLink="false">https://www.wpm-blog.de/?p=2656#comment-1102</guid>

					<description><![CDATA[Als Antwort auf &lt;a href=&quot;https://www.wpm-blog.de/empirum-paket-deinstallation-ohne-quellen/#comment-1100&quot;&gt;M.T.&lt;/a&gt;.

Hallo,
ich versuche jeweils die lokal vorhandenen EXEcutables zu nutzen, um die Deinstallation durchzuführen. Deinen beschriebenen Wege nutze ich dann, wenn die Deinstallation tatsächlich nur mit der  Setup-Routine funktioniert. 

Du meinst im ersten Satz bestimmt - Aufruf der Installationssektion, oder?

Danke für Dein Mitwirken.
Grüße
Jochen]]></description>
			<content:encoded><![CDATA[<p>Als Antwort auf <a href="https://www.wpm-blog.de/empirum-paket-deinstallation-ohne-quellen/#comment-1100">M.T.</a>.</p>
<p>Hallo,<br />
ich versuche jeweils die lokal vorhandenen EXEcutables zu nutzen, um die Deinstallation durchzuführen. Deinen beschriebenen Wege nutze ich dann, wenn die Deinstallation tatsächlich nur mit der  Setup-Routine funktioniert. </p>
<p>Du meinst im ersten Satz bestimmt &#8211; Aufruf der Installationssektion, oder?</p>
<p>Danke für Dein Mitwirken.<br />
Grüße<br />
Jochen</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Von: M.T.		</title>
		<link>https://www.wpm-blog.de/empirum-paket-deinstallation-ohne-quellen/#comment-1100</link>

		<dc:creator><![CDATA[M.T.]]></dc:creator>
		<pubDate>Fri, 26 Mar 2021 13:46:29 +0000</pubDate>
		<guid isPermaLink="false">https://www.wpm-blog.de/?p=2656#comment-1100</guid>

					<description><![CDATA[Tipp:
Einfacher ist es beim Aufruf der Deinstallionssektion sich die aktuellen Sourcen lokal zu kopieren.
Dazu zippe ich die Sourcen und lasse das so laufen - hier am Beispiel Office 365.
Die Sourcen werden dann hier immer mit übertragen. Die Deininstallation erfolgt dann lokal, da die Variable %SRC% bedient wird.

Beispiel:

[Installer]
1:..\..\..\..\User\Setup.exe,          %CommonSetupDir%, OPTIONAL USEFILENAME DIRECTORY NOSIZEWARNING SETUP, 0
1:..\..\..\..\User\SetupDeu.chm,       %CommonSetupDir%, OPTIONAL USEFILENAME DIRECTORY NOSIZEWARNING SETUP, 0
1:..\..\..\..\User\SetupEnu.chm,       %CommonSetupDir%, OPTIONAL USEFILENAME DIRECTORY NOSIZEWARNING SETUP, 0
1:%SetupInfDir%\Setup.inf,                             , NORMAL,                                             0
1:%Temp%\Setup64.exe,                  %CommonSetupDir%\Setup.exe, OPTIONAL NOSIZEWARNING SETUP ALWAYS WINDOWS64,      0
; 1:%SetupInfDir%\Logo.bmp,                              , NORMAL,                                             0
1:%SetupInfDir%\Setup.ico,                             , NORMAL,                                             0
1:%SetupInfDir%\ErrorCode2Text.ini,                    , NORMAL,                                             0
; 1:Source\Setup.exe,                          %APP%\ , NORMAL USEFILENAME DIRECTORY,                       0
; 1:Source\configuration.xml,                         , ALWAYS,                                             0
; 1Source\configuration_ALL.xml,                     , ALWAYS,                                             0
; 1Source\remove.xml,                                , ALWAYS,                                             0
1:7z.dll,                                       %APP%\ , NORMAL USEFILENAME DIRECTORY,                       0
1:7z.exe,                                       %APP%\ , NORMAL USEFILENAME DIRECTORY,                       0
1:Source.7z,                                 %APP%\ , NORMAL USEFILENAME DIRECTORY,                       0

[Set:Sourcen]
Callhidden &quot;%SRC%\7z.exe&quot; x &quot;%SRC%\Source.7z&quot; -o&quot;%APP%\&quot; -r -aoa
1:%APP%\Source\Setup.exe,                          %APP%\ , NORMAL USEFILENAME DIRECTORY,                       0
1:%APP%\Source\configuration.xml,                         , ALWAYS,                                             0
1:%APP%\Source\configuration_ALL.xml,                     , ALWAYS,                                             0
1:%APP%\Source\remove.xml,                                , ALWAYS,                                             0]]></description>
			<content:encoded><![CDATA[<p>Tipp:<br />
Einfacher ist es beim Aufruf der Deinstallionssektion sich die aktuellen Sourcen lokal zu kopieren.<br />
Dazu zippe ich die Sourcen und lasse das so laufen &#8211; hier am Beispiel Office 365.<br />
Die Sourcen werden dann hier immer mit übertragen. Die Deininstallation erfolgt dann lokal, da die Variable %SRC% bedient wird.</p>
<p>Beispiel:</p>
<p>[Installer]<br />
1:..\..\..\..\User\Setup.exe,          %CommonSetupDir%, OPTIONAL USEFILENAME DIRECTORY NOSIZEWARNING SETUP, 0<br />
1:..\..\..\..\User\SetupDeu.chm,       %CommonSetupDir%, OPTIONAL USEFILENAME DIRECTORY NOSIZEWARNING SETUP, 0<br />
1:..\..\..\..\User\SetupEnu.chm,       %CommonSetupDir%, OPTIONAL USEFILENAME DIRECTORY NOSIZEWARNING SETUP, 0<br />
1:%SetupInfDir%\Setup.inf,                             , NORMAL,                                             0<br />
1:%Temp%\Setup64.exe,                  %CommonSetupDir%\Setup.exe, OPTIONAL NOSIZEWARNING SETUP ALWAYS WINDOWS64,      0<br />
; 1:%SetupInfDir%\Logo.bmp,                              , NORMAL,                                             0<br />
1:%SetupInfDir%\Setup.ico,                             , NORMAL,                                             0<br />
1:%SetupInfDir%\ErrorCode2Text.ini,                    , NORMAL,                                             0<br />
; 1:Source\Setup.exe,                          %APP%\ , NORMAL USEFILENAME DIRECTORY,                       0<br />
; 1:Source\configuration.xml,                         , ALWAYS,                                             0<br />
; 1Source\configuration_ALL.xml,                     , ALWAYS,                                             0<br />
; 1Source\remove.xml,                                , ALWAYS,                                             0<br />
1:7z.dll,                                       %APP%\ , NORMAL USEFILENAME DIRECTORY,                       0<br />
1:7z.exe,                                       %APP%\ , NORMAL USEFILENAME DIRECTORY,                       0<br />
1:Source.7z,                                 %APP%\ , NORMAL USEFILENAME DIRECTORY,                       0</p>
<p>[Set:Sourcen]<br />
Callhidden &#8222;%SRC%\7z.exe&#8220; x &#8222;%SRC%\Source.7z&#8220; -o&#8220;%APP%\&#8220; -r -aoa<br />
1:%APP%\Source\Setup.exe,                          %APP%\ , NORMAL USEFILENAME DIRECTORY,                       0<br />
1:%APP%\Source\configuration.xml,                         , ALWAYS,                                             0<br />
1:%APP%\Source\configuration_ALL.xml,                     , ALWAYS,                                             0<br />
1:%APP%\Source\remove.xml,                                , ALWAYS,                                             0</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Page Caching using Disk: Enhanced 
Minified using Disk
Database Caching using Disk

Served from: www.wpm-blog.de @ 2026-08-07 21:53:36 by W3 Total Cache
-->