Datei mit gleichem Namen wie Ordner in $Matrix42Scripts$

Post Reply
MarkStephan
Posts: 39
Joined: 06. Nov 2018, 11:10
Contact:

Datei mit gleichem Namen wie Ordner in $Matrix42Scripts$

Post by MarkStephan » 06. May 2025, 11:13

Hallo zusammen,
ich wusste es nicht besser im Betreff zu beschreiben....

Ich paketiere gerade AutoCAD 2026.

Das Paket läuft nicht durch, da unter C:\ProgramData\$Matrix42Scripts$\Autodesk eine Datei ohne Dateierweitung mit dem namen AutoCAD angelegt wird.

Dadurch kann matrix nicht in C:\ProgramData\$Matrix42Scripts$\Autodesk den Ordner AutoCAD anlegen und schlägt fehl -.-

Hier die Setup.inf:

Code: Select all

[SetupInfo]
Author                  = stepma-A
CreationDate            = 05.05.2025
InventoryID             = {B60249B4-A813-43A9-8318-7A6DF7F346DD}
Description             = Autodesk Autocad 25
Method                  = Unattend
Tested on               =   
Dependencies            =   
Command line options    = /S0
Last Change             = 05.05.2025
Build                   = 0

[VarDefInfo]
; <Variable>, <Type: 0=Computer 1=User>, <Allow NULL values: 0=No 1=Yes>

[Setup]
Version=14.2
ShowCaption=1
BlockInput=0
Platform=*

[Requirements]

[Application]
ProductName=Autocad
DeveloperName=Autodesk
Version=25
Revision=0
SetupName=%ProductName% %Version% %SetupWizard%
Text1="%ProductName% %Version%",         Arial,           30, , 2170F3, 4,    , LEFT BOLD ITALIC
Text2="%DeveloperName%",                 Arial,           24, , 2170F3, 4,    , LEFT BOLD ITALIC
Text8="%Company%",                       Arial,           18, , 2170F3, 4,  10, RIGHT BOLD ITALIC
Text9="%InstallationFor% %WindowsUser%", Arial,           16, , 2170F3, 4, -18, BOTTOM ITALIC LEFT
BackgroundColor=EFEFEF,000000
CopyDialogRect=0%, 0%, 100%, 100%, HCENTER VCENTER

; Register all installations in common registry key
UserKeyName=$Matrix42Packages$\%DeveloperName%\%ProductName%
MachineKeyName=$Matrix42Packages$\%DeveloperName%\%ProductName%\%Version%
UninstallKeyName=Matrix42 - %DeveloperName% %ProductName% %Version%
UninstallDisplayName=Matrix42 - %DeveloperName% %ProductName% %Version%
UninstallString=%ReinstallString% /U
ReinstallString="%CommonSetupDir%\Setup.exe" "%App%\%SetupInfDir%\Setup.inf"
;UninstallDisplayIcon="%ApplicationDir%\%SetupInfDir%\Setup.ico",0
UninstallOptions=NOREMOVE NOREPAIR NOMODIFY
ReinstallMode=1
SrcDir=..

; Matrix42 Scripts are copied in a common scripts directory
ApplicationDir=%CommonAppData%\$Matrix42Scripts$\%DeveloperName%\%ProductName%\%Version%

SetupInfDir=Install
DataDir=%Personal%
AskUninstallOld=0
ShellLinks=1
CommonShellLinks=1
CreateUnresolvableShellLinks=1
UseStringSection=Strings:09
UseSysStringSection=SysStrings:09
DateWarning=1
SizeWarning=0
Reboot=0
PreventExternalReboot=1
StartServicesOnReboot=0
CallTimeOut=3600
AbortAfterCallTimeOut=1
DisableCancelButton=1
ShowEndMessage=1
EndMessage=%EndMessageDesc%

[Strings:07]
Disk1=Installationsmedium 1
EndMessageDesc=Die Installation wurde erfolgreich abgeschlossen!
ErrorLogMessage=Die Installation/Deinstallation wurde mit einer Fehlermeldung abgebrochen!
InstallationFor=Installation für:
InstallerDesc=Dienstprogramm zum Installieren einzelner Komponenten.
InstallerName=Installationsprogramm
SetupWizard=Installations-Assistent
Uninstallation=deinstallieren
ErrorText=Fehler
CallingText=beim Aufruf von

[Strings:09]
Disk1=Installation media 1
EndMessageDesc=Installation was completed successfully!
ErrorLogMessage=The installation/uninstallation aborted with an error message!
InstallationFor=Installation for:
InstallerDesc=Service program to install single components.
InstallerName=Setup program
SetupWizard=Installation Wizard
Uninstallation=Uninstallation
ErrorText=Error
CallingText=launching

[SysStrings:07]
Users=Benutzer

[SysStrings:09]
Users=Users

[Environment]
CommonSetupDir=%CommonFilesDir%\Setup%SetupBits%
V_MachineValuesPath=\\%EmpirumServer%\Values$\MachineValues\%DomainName%
V_UserValuesPath=%HKLM,"Software\matrix42\Software Depot","HomeServer"%\Values$\UserValues\%UserDomain%

; Maschinenabhängige Variablen
; machine dependent variables
;VM_<Variable>=%%%V_MachineValuesPath%\%ComputerName%.ini,%ComputerName%,<Variable>%%

; Userabhängige Variablen
; user dependent variables
;VU_<Variable>=%%%V_UserValuesPath%\%WindowsUser%.ini,%WindowsUser%,<Variable>%%

; !!! Setzen der entsprechenden ReplaceEnv Befehle für die Variablen im Abschnitt [Product] nicht vergessen!!!
; !!! Don't forget to set the appropriate ReplaceEnv instructions for the variables in the section [Product]!!!

[Encryption]

[Disks]
1=%Disk1%

[Options]
Installer = %InstallerName%, COPYALWAYS, Installer, "%InstallerDesc%"
Product   = %ProductName%,   COPYALWAYS, Product,   "%ProductDesc%"

[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:%Temp%\Setup64.exe,                  %CommonSetupDir%\Setup.exe, OPTIONAL ALWAYS NOSIZEWARNING SETUP WINDOWS64,     0
1:..\..\..\..\User\Setup64.exe,        %CommonSetupDir%\Setup.exe, OPTIONAL ALWAYS NOSIZEWARNING SETUP WINDOWS64,     0
1:%SetupInfDir%\Setup.inf,                             , ALWAYS,                                             0
; 1:%SetupInfDir%\Setup.ico,                             , NORMAL,                                           0
; 1:%SetupInfDir%\Logo.bmp,                              , NORMAL,                                           0

[Product]
; ReplaceEnv <Variable>

#Set:Product
#Set:Installation, DONTDELETE
#Set:Deinstallation, DELETE
#Reg:OnUninstallProduct, DELETE
#Reg:Product
#Ini:Product
#Security:Product

[Set:Product]

[Set:Installation]
AddMeter -1
Call "%Src%\Source\Setup.exe" -q
If "%ErrorLevel%" <> "0" Then "SET:InstallationError" EndIf

[Set:Deinstallation]
If "%ErrorLevel%" <> "0" Then "SET:DeInstallationError" EndIf
-Call "C:\Program Files\Autodesk\AdODIS\V1\Installer.exe"  -i uninstall -q -m C:\ProgramData\Autodesk\ODIS\metadata\{1E367E17-4B25-39F3-9385-50927F995A98}\bundleManifest.xml 
-AddMeter -1

[Reg:OnUninstallProduct]

[Reg:Product]

[Ini:Product]

[Security:Product]

[Shell:Product]

[Set:InstallationError]
ErrorLogMsg %ErrorText% %ErrorLevel% %CallingText%
Abort

[Set:DeInstallationError]
-Abort
-ErrorLogMsg %ErrorText% %ErrorLevel% %CallingText%
habt ihr sowas schonmal gehabt?

Die Setup.inf ist eigentlich sehr einfach aufgebaut ....


Warum erstellt Matrix unter $Matrix42Scripts$ eine Datei, die genauso heißt wie der Ordner, der dort erstellt werden soll?

Gruß
Mark

User avatar
Hendrik_Ambrosius
Moderator
Moderator
Posts: 8086
Joined: 13. Dec 2004, 23:10
Location: Adendorf/Lüneburg

Re: Datei mit gleichem Namen wie Ordner in $Matrix42Scripts$

Post by Hendrik_Ambrosius » 07. May 2025, 10:32

Ich kann die Datei auf keinem meiner Testclients finden.
Was ist in der Datei drin?
Vielleicht vorab die Datei durch ein anderes Empirum Paket löschen?
Hendrik Ambrosius / Senior Presales Consultant
Mobile: +49 172 408 4447 | hendrik.ambrosius@matrix42.com
Matrix42 GmbH | Elbinger Straße 7 | 60487 Frankfurt am Main | Germany | www.matrix42.com

Disclaimer: I participate in this forum on a voluntary basis. Views expressed are not necessarily those of Matrix42 or of the support team.

MarkStephan
Posts: 39
Joined: 06. Nov 2018, 11:10
Contact:

Re: Datei mit gleichem Namen wie Ordner in $Matrix42Scripts$

Post by MarkStephan » 08. May 2025, 08:57

Hallo,
die Datei wird ja erst angelegt, wenn das AutoCAD Paket startet.

In der Datei sind logeinträge von Autocad selber (würde ich zumindest schätzen):

Code: Select all

[2E44:100C][2023-03-11T08:55:24]i001: Burn v3.10.2.2516, Windows v10.0 (Build 19045: Service Pack 0), path: C:\Windows\TEMP\{352606CC-55A9-4DB8-8FB7-06E3640066A1}\.cr\AutoCAD_2019.1.3_Update_64bit.exe
[2E44:100C][2023-03-11T08:55:24]i000: Initializing numeric variable 'PRODUCT_INSTALLED' to value '1'
[2E44:100C][2023-03-11T08:55:24]i000: Initializing string variable 'PRODUCT_GUID' to value '{28B89EEF-2001-0000-0102-CF3F3A09B77D}'
[2E44:100C][2023-03-11T08:55:24]i000: Initializing string variable 'OPTOUT_KB2918614' to value 'NO'
[2E44:100C][2023-03-11T08:55:24]i000: Initializing string variable 'AdskBundleTitle' to value 'Autodesk AutoCAD 2019.1.3 Update'
[2E44:100C][2023-03-11T08:55:24]i009: Command Line: '"-burn.clean.room=C:\EmpirumAgent\Packages\Autodesk\AutoCAD Update 2019.1.3\2019.1.3\Source\AutoCAD_2019.1.3_Update_64bit.exe" /install /passive / quiet /norestart /log C:\ProgramData\$Matrix42Scripts$\Autodesk\AutoCAD Update 2019.1.3\2019.1.3\AutoCAD2019.1.3.log'
[2E44:100C][2023-03-11T08:55:24]i000: Setting string variable 'WixBundleOriginalSource' to value 'C:\EmpirumAgent\Packages\Autodesk\AutoCAD Update 2019.1.3\2019.1.3\Source\AutoCAD_2019.1.3_Update_64bit.exe'
[2E44:100C][2023-03-11T08:55:24]i000: Setting string variable 'WixBundleOriginalSourceFolder' to value 'C:\EmpirumAgent\Packages\Autodesk\AutoCAD Update 2019.1.3\2019.1.3\Source\'
[2E44:100C][2023-03-11T08:55:24]i000: Setting string variable 'WixBundleLog' to value 'C:\ProgramData\$Matrix42Scripts$\Autodesk\AutoCAD'
[2E44:100C][2023-03-11T08:55:24]i000: Setting string variable 'WixBundleName' to value 'Autodesk AutoCAD 2019.1.3 Update'
[2E44:100C][2023-03-11T08:55:24]i000: Setting string variable 'WixBundleManufacturer' to value 'Autodesk'
[2E44:2994][2023-03-11T08:55:24]i000: Ignoring unknown argument: quiet
[2E44:2994][2023-03-11T08:55:24]i000: Ignoring unknown argument: Update
[2E44:2994][2023-03-11T08:55:24]i000: Ignoring unknown argument: 2019.1.3\2019.1.3\AutoCAD2019.1.3.log
[2E44:2994][2023-03-11T08:55:24]i000: Setting numeric variable 'WixStdBALanguageId' to value 1031
[2E44:2994][2023-03-11T08:55:24]i000: Setting version variable 'WixBundleFileVersion' to value '23.0.172.0'
[2E44:2994][2023-03-11T08:55:24]i000: Running detect BA function
[2E44:2994][2023-03-11T08:55:24]i000: >>> Running OnDetect function
[2E44:2994][2023-03-11T08:55:24]i000: Setting numeric variable 'PRODUCT_INSTALLED' to value 0
[2E44:2994][2023-03-11T08:55:24]i000: >>> Successfully located target product installation
[2E44:2994][2023-03-11T08:55:24]i000: OPTOUT_KB2918614== NO
[2E44:100C][2023-03-11T08:55:25]i100: Detect begin, 15 packages
[2E44:100C][2023-03-11T08:55:25]i000: Registry key not found. Key = 'SOFTWARE\Classes\Installer\Patches\D540877FDBC0E9A4084627E71D8DE7C5'
[2E44:100C][2023-03-11T08:55:25]i000: Setting numeric variable 'PreUpdateInstalled' to value 0
[2E44:100C][2023-03-11T08:55:25]i000: Setting version variable 'InstalledVersion' to value '23.0.162.0'
[2E44:100C][2023-03-11T08:55:25]i000: Trying per-machine extended info for property 'State' for product: {28B89EEF-2001-0000-0102-CF3F3A09B77D}
[2E44:100C][2023-03-11T08:55:25]i000: Setting numeric variable 'TargetProductInstalled' to value 5
[2E44:100C][2023-03-11T08:55:25]i106: Calculating patch applicability for target product code: {28B89EEF-2001-0000-0102-CF3F3A09B77D}, context: Machine
[2E44:100C][2023-03-11T08:55:25]i106: Calculating patch applicability for target product code: {28B89EEF-2001-0407-1102-CF3F3A09B77D}, context: Machine
[2E44:100C][2023-03-11T08:55:25]i101: Detected package: AutoCADCore, state: Absent, cached: None
[2E44:100C][2023-03-11T08:55:25]i105: Detected package: AutoCADCore target: {28B89EEF-2001-0000-0102-CF3F3A09B77D}, state: Absent
[2E44:100C][2023-03-11T08:55:25]i101: Detected package: AutoCADENULP, state: Absent, cached: None
[2E44:100C][2023-03-11T08:55:25]i101: Detected package: AutoCADCHSLP, state: Absent, cached: None
[2E44:100C][2023-03-11T08:55:25]i101: Detected package: AutoCADCHTLP, state: Absent, cached: None
[2E44:100C][2023-03-11T08:55:25]i101: Detected package: AutoCADCSYLP, state: Absent, cached: None
[2E44:100C][2023-03-11T08:55:25]i101: Detected package: AutoCADDEULP, state: Present, cached: Complete
[2E44:100C][2023-03-11T08:55:25]i105: Detected package: AutoCADDEULP target: {28B89EEF-2001-0407-1102-CF3F3A09B77D}, state: Present
[2E44:100C][2023-03-11T08:55:25]i101: Detected package: AutoCADESPLP, state: Absent, cached: None
[2E44:100C][2023-03-11T08:55:25]i101: Detected package: AutoCADFRALP, state: Absent, cached: None
[2E44:100C][2023-03-11T08:55:25]i101: Detected package: AutoCADHUNLP, state: Absent, cached: None
[2E44:100C][2023-03-11T08:55:25]i101: Detected package: AutoCADITALP, state: Absent, cached: None
[2E44:100C][2023-03-11T08:55:25]i101: Detected package: AutoCADJPNLP, state: Absent, cached: None
[2E44:100C][2023-03-11T08:55:25]i101: Detected package: AutoCADKORLP, state: Absent, cached: None
[2E44:100C][2023-03-11T08:55:25]i101: Detected package: AutoCADPLKLP, state: Absent, cached: None
[2E44:100C][2023-03-11T08:55:25]i101: Detected package: AutoCADPTBLP, state: Absent, cached: None
[2E44:100C][2023-03-11T08:55:25]i101: Detected package: AutoCADRUSLP, state: Absent, cached: None
[2E44:100C][2023-03-11T08:55:25]i000: Running detect complete BA function
[2E44:100C][2023-03-11T08:55:25]i000: Running OnDetectComplete 
[2E44:100C][2023-03-11T08:55:25]i052: Condition '0=0 OR VersionNT64' evaluates to true.
[2E44:100C][2023-03-11T08:55:25]i052: Condition '1=0 OR WixBundleInstalled OR TargetProductInstalled =5' evaluates to true.
[2E44:100C][2023-03-11T08:55:25]i052: Condition '1=0 OR WixBundleInstalled OR InstalledVersion < "23.0.172.0"' evaluates to true.
[2E44:100C][2023-03-11T08:55:25]i052: Condition '1=0 OR WixBundleInstalled OR InstalledVersion >= "23.0.46.0"' evaluates to true.
[2E44:100C][2023-03-11T08:55:25]i199: Detect complete, result: 0x0
[2E44:2994][2023-03-11T08:55:25]i000: Running plan BA function
[2E44:2994][2023-03-11T08:55:25]i000: Running OnPlan
[2E44:2994][2023-03-11T08:55:25]i052: Condition '0' evaluates to false.
[2E44:100C][2023-03-11T08:55:25]i200: Plan begin, 15 packages, action: Install
[2E44:100C][2023-03-11T08:55:25]i000: Setting string variable 'WixBundleLog_AutoCADCore' to value 'C:\ProgramData\$Matrix42Scripts$\Autodesk\AutoCAD_{28B89EEF-2001-0000-0102-CF3F3A09B77D}_000_AutoCADCore.log'
[2E44:100C][2023-03-11T08:55:25]i000: Setting string variable 'WixBundleRollbackLog_AutoCADCore' to value 'C:\ProgramData\$Matrix42Scripts$\Autodesk\AutoCAD_{28B89EEF-2001-0000-0102-CF3F3A09B77D}_000_AutoCADCore_rollback.log'
[2E44:100C][2023-03-11T08:55:25]i201: Planned package: AutoCADCore, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[2E44:100C][2023-03-11T08:55:25]i201: Planned package: AutoCADENULP, state: Absent, default requested: Present, ba requested: Present, execute: None, rollback: None, cache: No, uncache: No, dependency: None
[2E44:100C][2023-03-11T08:55:25]i201: Planned package: AutoCADCHSLP, state: Absent, default requested: Present, ba requested: Present, execute: None, rollback: None, cache: No, uncache: No, dependency: None
[2E44:100C][2023-03-11T08:55:25]i201: Planned package: AutoCADCHTLP, state: Absent, default requested: Present, ba requested: Present, execute: None, rollback: None, cache: No, uncache: No, dependency: None
[2E44:100C][2023-03-11T08:55:25]i201: Planned package: AutoCADCSYLP, state: Absent, default requested: Present, ba requested: Present, execute: None, rollback: None, cache: No, uncache: No, dependency: None
[2E44:100C][2023-03-11T08:55:25]i201: Planned package: AutoCADDEULP, state: Present, default requested: Present, ba requested: Present, execute: None, rollback: None, cache: No, uncache: No, dependency: Register
[2E44:100C][2023-03-11T08:55:25]i201: Planned package: AutoCADESPLP, state: Absent, default requested: Present, ba requested: Present, execute: None, rollback: None, cache: No, uncache: No, dependency: None
[2E44:100C][2023-03-11T08:55:25]i201: Planned package: AutoCADFRALP, state: Absent, default requested: Present, ba requested: Present, execute: None, rollback: None, cache: No, uncache: No, dependency: None
[2E44:100C][2023-03-11T08:55:25]i201: Planned package: AutoCADHUNLP, state: Absent, default requested: Present, ba requested: Present, execute: None, rollback: None, cache: No, uncache: No, dependency: None
[2E44:100C][2023-03-11T08:55:25]i201: Planned package: AutoCADITALP, state: Absent, default requested: Present, ba requested: Present, execute: None, rollback: None, cache: No, uncache: No, dependency: None
[2E44:100C][2023-03-11T08:55:25]i201: Planned package: AutoCADJPNLP, state: Absent, default requested: Present, ba requested: Present, execute: None, rollback: None, cache: No, uncache: No, dependency: None
[2E44:100C][2023-03-11T08:55:25]i201: Planned package: AutoCADKORLP, state: Absent, default requested: Present, ba requested: Present, execute: None, rollback: None, cache: No, uncache: No, dependency: None
[2E44:100C][2023-03-11T08:55:25]i201: Planned package: AutoCADPLKLP, state: Absent, default requested: Present, ba requested: Present, execute: None, rollback: None, cache: No, uncache: No, dependency: None
[2E44:100C][2023-03-11T08:55:25]i201: Planned package: AutoCADPTBLP, state: Absent, default requested: Present, ba requested: Present, execute: None, rollback: None, cache: No, uncache: No, dependency: None
[2E44:100C][2023-03-11T08:55:25]i201: Planned package: AutoCADRUSLP, state: Absent, default requested: Present, ba requested: Present, execute: None, rollback: None, cache: No, uncache: No, dependency: None
[2E44:100C][2023-03-11T08:55:25]i000: Running plan complete BA function
[2E44:100C][2023-03-11T08:55:25]i000: >>> Running OnPlanComplete 
[2E44:100C][2023-03-11T08:55:25]i000: OnPlanComplete:GetVariableString:WixBundleExecutePackageCacheFolder== (null)
[2E44:100C][2023-03-11T08:55:25]i000: OnPlanComplete:BalGetStringVariable:WixBundleExecutePackageCacheFolder== (null)
[2E44:100C][2023-03-11T08:55:25]i000: OnPlanComplete:WixBundleName== Autodesk AutoCAD 2019.1.3 Update
[2E44:100C][2023-03-11T08:55:25]i000: OnPlanComplete:WixBundleSourceProcessPath== C:\EmpirumAgent\Packages\Autodesk\AutoCAD Update 2019.1.3\2019.1.3\Source\AutoCAD_2019.1.3_Update_64bit.exe
[2E44:100C][2023-03-11T08:55:25]i000: OnPlanComplete:WixBundleProviderKey== {37C8CB0A-2001-0000-0102-6DD268397200}
[2E44:100C][2023-03-11T08:55:25]i299: Plan complete, result: 0x0
[2E44:100C][2023-03-11T08:55:25]i300: Apply begin
[2E44:100C][2023-03-11T08:55:25]i010: Launching elevated engine process.
[2E44:100C][2023-03-11T08:55:25]i011: Launched elevated engine process.
[2E44:100C][2023-03-11T08:55:25]i012: Connected to elevated engine.
[226C:2760][2023-03-11T08:55:25]i358: Pausing automatic updates.
[226C:2760][2023-03-11T08:55:25]i359: Paused automatic updates.
[226C:2760][2023-03-11T08:55:25]i360: Creating a system restore point.
[226C:2760][2023-03-11T08:55:34]i361: Created a system restore point.
[226C:2760][2023-03-11T08:55:34]i370: Session begin, registration key: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{f4f9ba0b-2001-0000-0102-f66cecbc7200}, options: 0x7, disable resume: No
[226C:2760][2023-03-11T08:55:34]i000: Caching bundle from: 'C:\Windows\TEMP\{03D7E611-3D98-40D1-B7AB-8051EED8F523}\.be\AutoCAD_2019.1.3_Update_64bit.exe' to: 'C:\ProgramData\Package Cache\{f4f9ba0b-2001-0000-0102-f66cecbc7200}\AutoCAD_2019.1.3_Update_64bit.exe'
[226C:2760][2023-03-11T08:55:34]i320: Registering bundle dependency provider: {37C8CB0A-2001-0000-0102-6DD268397200}, version: 23.0.172.0
[226C:2760][2023-03-11T08:55:34]i371: Updating session, registration key: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{f4f9ba0b-2001-0000-0102-f66cecbc7200}, resume: Active, restart initiated: No, disable resume: No
[2E44:10C8][2023-03-11T08:55:34]i336: Acquiring container: WixAttachedContainer, copy from: C:\EmpirumAgent\Packages\Autodesk\AutoCAD Update 2019.1.3\2019.1.3\Source\AutoCAD_2019.1.3_Update_64bit.exe
[2E44:10C8][2023-03-11T08:55:35]i000: Setting string variable 'WixBundleLastUsedSource' to value 'C:\EmpirumAgent\Packages\Autodesk\AutoCAD Update 2019.1.3\2019.1.3\Source\'
[226C:0A30][2023-03-11T08:55:36]i305: Verified acquired payload: AutoCADCore at path: C:\ProgramData\Package Cache\.unverified\AutoCADCore, moving to: C:\ProgramData\Package Cache\{F97DAA30-EAC5-4B2E-BB57-4ED8E990F3FB}\acad.msp.
[226C:2760][2023-03-11T08:55:36]i323: Registering package dependency provider: {F97DAA30-EAC5-4B2E-BB57-4ED8E990F3FB}, version: (null), package: AutoCADCore
[226C:2760][2023-03-11T08:55:36]i306: Applying package: AutoCADCore, target: {28B89EEF-2001-0000-0102-CF3F3A09B77D}, action: Install, path: C:\ProgramData\Package Cache\{F97DAA30-EAC5-4B2E-BB57-4ED8E990F3FB}\acad.msp, arguments: ' ADSK_SETUP_EXE="1"'
[2E44:100C][2023-03-11T08:56:36]i319: Applied execute package: AutoCADCore, result: 0x0, restart: None
[226C:2760][2023-03-11T08:56:36]i325: Registering dependency: {f4f9ba0b-2001-0000-0102-f66cecbc7200} on package provider: {F97DAA30-EAC5-4B2E-BB57-4ED8E990F3FB}, package: AutoCADCore
[226C:2760][2023-03-11T08:56:36]i323: Registering package dependency provider: {3C488FD8-D10A-434D-9D45-50913D657A46}, version: (null), package: AutoCADDEULP
[226C:2760][2023-03-11T08:56:36]i325: Registering dependency: {f4f9ba0b-2001-0000-0102-f66cecbc7200} on package provider: {3C488FD8-D10A-434D-9D45-50913D657A46}, package: AutoCADDEULP
[226C:2760][2023-03-11T08:56:36]i372: Session end, registration key: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{f4f9ba0b-2001-0000-0102-f66cecbc7200}, resume: ARP, restart: None, disable resume: No
[226C:2760][2023-03-11T08:56:36]i371: Updating session, registration key: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{f4f9ba0b-2001-0000-0102-f66cecbc7200}, resume: ARP, restart initiated: No, disable resume: No
[2E44:100C][2023-03-11T08:56:36]i052: Condition '1' evaluates to true.
[2E44:100C][2023-03-11T08:56:36]e000: HelperApp path:C:\Windows\TEMP\{03D7E611-3D98-40D1-B7AB-8051EED8F523}\.ba\AdskBAHelperApp.exe
[2E44:100C][2023-03-11T08:56:36]e000: HelperApp parameters: -Root "HKLM" -Key "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\" -Name "SystemComponent" -Type "integer" -Value "1" -Win64 "no"
[2E44:100C][2023-03-11T08:56:36]i052: Condition '1' evaluates to true.
[2E44:100C][2023-03-11T08:56:36]e000: HelperApp path:C:\Windows\TEMP\{03D7E611-3D98-40D1-B7AB-8051EED8F523}\.ba\AdskBAHelperApp.exe
[2E44:100C][2023-03-11T08:56:36]e000: HelperApp parameters: -Root "HKLM" -Key "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{F4F9BA0B-2001-0000-0102-F66CECBC6200}" -Name "SystemComponent" -Type "integer" -Value "1" -Win64 "no"
[2E44:100C][2023-03-11T08:56:36]i052: Condition '1' evaluates to true.
[2E44:100C][2023-03-11T08:56:36]e000: HelperApp path:C:\Windows\TEMP\{03D7E611-3D98-40D1-B7AB-8051EED8F523}\.ba\AdskBAHelperApp.exe
[2E44:100C][2023-03-11T08:56:36]e000: HelperApp parameters: -Root "HKLM" -Key "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{F4F9BA0B-2001-0000-0102-F66CECB16204}" -Name "SystemComponent" -Type "integer" -Value "1" -Win64 "no"
[2E44:100C][2023-03-11T08:56:36]i052: Condition '1' evaluates to true.
[2E44:100C][2023-03-11T08:56:36]e000: HelperApp path:C:\Windows\TEMP\{03D7E611-3D98-40D1-B7AB-8051EED8F523}\.ba\AdskBAHelperApp.exe
[2E44:100C][2023-03-11T08:56:36]e000: HelperApp parameters: -Root "HKLM" -Key "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{F4F9BA0B-2001-0000-0102-F66CECBB6100}" -Name "SystemComponent" -Type "integer" -Value "1" -Win64 "no"
[2E44:100C][2023-03-11T08:56:36]i052: Condition '1' evaluates to true.
[2E44:100C][2023-03-11T08:56:36]e000: HelperApp path:C:\Windows\TEMP\{03D7E611-3D98-40D1-B7AB-8051EED8F523}\.ba\AdskBAHelperApp.exe
[2E44:100C][2023-03-11T08:56:36]e000: HelperApp parameters: -Root "HKLM" -Key "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{F4F9BA0B-2001-0000-0102-F66CECBB0300}" -Name "SystemComponent" -Type "integer" -Value "1" -Win64 "no"
[2E44:100C][2023-03-11T08:56:36]i052: Condition '1' evaluates to true.
[2E44:100C][2023-03-11T08:56:36]e000: HelperApp path:C:\Windows\TEMP\{03D7E611-3D98-40D1-B7AB-8051EED8F523}\.ba\AdskBAHelperApp.exe
[2E44:100C][2023-03-11T08:56:36]e000: HelperApp parameters: -Root "HKLM" -Key "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{F4F9BA0B-2001-0000-0102-F66CECBB5200}" -Name "SystemComponent" -Type "integer" -Value "1" -Win64 "no"
[2E44:100C][2023-03-11T08:56:36]i052: Condition '1' evaluates to true.
[2E44:100C][2023-03-11T08:56:36]e000: HelperApp path:C:\Windows\TEMP\{03D7E611-3D98-40D1-B7AB-8051EED8F523}\.ba\AdskBAHelperApp.exe
[2E44:100C][2023-03-11T08:56:36]e000: HelperApp parameters: -Root "HKLM" -Key "SOFTWARE\Autodesk\ASP\{f4f9ba0b-2001-0000-0102-f66cecbc7200}\DependentProducts" -Name "{28B89EEF-2001-0000-0102-CF3F3A09B77D}" -Type "string" -Value "AutoCAD 2019" -Win64 "yes"
[2E44:100C][2023-03-11T08:56:36]i052: Condition '1' evaluates to true.
[2E44:100C][2023-03-11T08:56:36]e000: HelperApp path:C:\Windows\TEMP\{03D7E611-3D98-40D1-B7AB-8051EED8F523}\.ba\AdskBAHelperApp.exe
[2E44:100C][2023-03-11T08:56:36]e000: HelperApp parameters: -Root "HKLM" -Key "SOFTWARE\Autodesk\ASP\{f4f9ba0b-2001-0000-0102-f66cecbc7200}\Packages" -Name "{F97DAA30-EAC5-4B2E-BB57-4ED8E990F3FB}" -Type "string" -Value "AutoCADCore" -Win64 "yes"
[2E44:100C][2023-03-11T08:56:37]i052: Condition '1' evaluates to true.
[2E44:100C][2023-03-11T08:56:37]e000: HelperApp path:C:\Windows\TEMP\{03D7E611-3D98-40D1-B7AB-8051EED8F523}\.ba\AdskBAHelperApp.exe
[2E44:100C][2023-03-11T08:56:37]e000: HelperApp parameters: -Root "HKLM" -Key "SOFTWARE\Autodesk\ASP\{f4f9ba0b-2001-0000-0102-f66cecbc7200}\Packages" -Name "{59A1E3FD-7EF6-4718-9CCB-B75B9AEBEFBC}" -Type "string" -Value "AutoCADENULP" -Win64 "yes"
[2E44:100C][2023-03-11T08:56:37]i052: Condition '1' evaluates to true.
[2E44:100C][2023-03-11T08:56:37]e000: HelperApp path:C:\Windows\TEMP\{03D7E611-3D98-40D1-B7AB-8051EED8F523}\.ba\AdskBAHelperApp.exe
[2E44:100C][2023-03-11T08:56:37]e000: HelperApp parameters: -Root "HKLM" -Key "SOFTWARE\Autodesk\ASP\{f4f9ba0b-2001-0000-0102-f66cecbc7200}\Packages" -Name "{4B364F51-75FB-4CB5-B0F3-3F05F59A8259}" -Type "string" -Value "AutoCADCHSLP" -Win64 "yes"
[2E44:100C][2023-03-11T08:56:37]i052: Condition '1' evaluates to true.
[2E44:100C][2023-03-11T08:56:37]e000: HelperApp path:C:\Windows\TEMP\{03D7E611-3D98-40D1-B7AB-8051EED8F523}\.ba\AdskBAHelperApp.exe
[2E44:100C][2023-03-11T08:56:37]e000: HelperApp parameters: -Root "HKLM" -Key "SOFTWARE\Autodesk\ASP\{f4f9ba0b-2001-0000-0102-f66cecbc7200}\Packages" -Name "{888A8E35-9531-4705-A38A-6A43C1517892}" -Type "string" -Value "AutoCADCHTLP" -Win64 "yes"
[2E44:100C][2023-03-11T08:56:37]i052: Condition '1' evaluates to true.
[2E44:100C][2023-03-11T08:56:37]e000: HelperApp path:C:\Windows\TEMP\{03D7E611-3D98-40D1-B7AB-8051EED8F523}\.ba\AdskBAHelperApp.exe
[2E44:100C][2023-03-11T08:56:37]e000: HelperApp parameters: -Root "HKLM" -Key "SOFTWARE\Autodesk\ASP\{f4f9ba0b-2001-0000-0102-f66cecbc7200}\Packages" -Name "{E9E08DF3-41FB-429B-90BC-95A9DE7A105C}" -Type "string" -Value "AutoCADCSYLP" -Win64 "yes"
[2E44:100C][2023-03-11T08:56:37]i052: Condition '1' evaluates to true.
[2E44:100C][2023-03-11T08:56:37]e000: HelperApp path:C:\Windows\TEMP\{03D7E611-3D98-40D1-B7AB-8051EED8F523}\.ba\AdskBAHelperApp.exe
[2E44:100C][2023-03-11T08:56:37]e000: HelperApp parameters: -Root "HKLM" -Key "SOFTWARE\Autodesk\ASP\{f4f9ba0b-2001-0000-0102-f66cecbc7200}\Packages" -Name "{3C488FD8-D10A-434D-9D45-50913D657A46}" -Type "string" -Value "AutoCADDEULP" -Win64 "yes"
[2E44:100C][2023-03-11T08:56:37]i052: Condition '1' evaluates to true.
[2E44:100C][2023-03-11T08:56:37]e000: HelperApp path:C:\Windows\TEMP\{03D7E611-3D98-40D1-B7AB-8051EED8F523}\.ba\AdskBAHelperApp.exe
[2E44:100C][2023-03-11T08:56:37]e000: HelperApp parameters: -Root "HKLM" -Key "SOFTWARE\Autodesk\ASP\{f4f9ba0b-2001-0000-0102-f66cecbc7200}\Packages" -Name "{B52EE39E-976E-4BA9-9070-97A243F0D70A}" -Type "string" -Value "AutoCADESPLP" -Win64 "yes"
[2E44:100C][2023-03-11T08:56:37]i052: Condition '1' evaluates to true.
[2E44:100C][2023-03-11T08:56:37]e000: HelperApp path:C:\Windows\TEMP\{03D7E611-3D98-40D1-B7AB-8051EED8F523}\.ba\AdskBAHelperApp.exe
[2E44:100C][2023-03-11T08:56:37]e000: HelperApp parameters: -Root "HKLM" -Key "SOFTWARE\Autodesk\ASP\{f4f9ba0b-2001-0000-0102-f66cecbc7200}\Packages" -Name "{A17F8259-6978-4123-B0C2-82918CFFEB05}" -Type "string" -Value "AutoCADFRALP" -Win64 "yes"
[2E44:100C][2023-03-11T08:56:37]i052: Condition '1' evaluates to true.
[2E44:100C][2023-03-11T08:56:37]e000: HelperApp path:C:\Windows\TEMP\{03D7E611-3D98-40D1-B7AB-8051EED8F523}\.ba\AdskBAHelperApp.exe
[2E44:100C][2023-03-11T08:56:37]e000: HelperApp parameters: -Root "HKLM" -Key "SOFTWARE\Autodesk\ASP\{f4f9ba0b-2001-0000-0102-f66cecbc7200}\Packages" -Name "{AF4330F2-869D-42FC-A019-8FBA4C6A3D8D}" -Type "string" -Value "AutoCADHUNLP" -Win64 "yes"
[2E44:100C][2023-03-11T08:56:37]i052: Condition '1' evaluates to true.
[2E44:100C][2023-03-11T08:56:37]e000: HelperApp path:C:\Windows\TEMP\{03D7E611-3D98-40D1-B7AB-8051EED8F523}\.ba\AdskBAHelperApp.exe
[2E44:100C][2023-03-11T08:56:37]e000: HelperApp parameters: -Root "HKLM" -Key "SOFTWARE\Autodesk\ASP\{f4f9ba0b-2001-0000-0102-f66cecbc7200}\Packages" -Name "{4612356A-1FE8-41E0-8C5A-7125DA76D1AF}" -Type "string" -Value "AutoCADITALP" -Win64 "yes"
[2E44:100C][2023-03-11T08:56:37]i052: Condition '1' evaluates to true.
[2E44:100C][2023-03-11T08:56:37]e000: HelperApp path:C:\Windows\TEMP\{03D7E611-3D98-40D1-B7AB-8051EED8F523}\.ba\AdskBAHelperApp.exe
[2E44:100C][2023-03-11T08:56:37]e000: HelperApp parameters: -Root "HKLM" -Key "SOFTWARE\Autodesk\ASP\{f4f9ba0b-2001-0000-0102-f66cecbc7200}\Packages" -Name "{193B0F2E-BA95-4711-BCE3-DF8FDF42BD86}" -Type "string" -Value "AutoCADJPNLP" -Win64 "yes"
[2E44:100C][2023-03-11T08:56:37]i052: Condition '1' evaluates to true.
[2E44:100C][2023-03-11T08:56:37]e000: HelperApp path:C:\Windows\TEMP\{03D7E611-3D98-40D1-B7AB-8051EED8F523}\.ba\AdskBAHelperApp.exe
[2E44:100C][2023-03-11T08:56:37]e000: HelperApp parameters: -Root "HKLM" -Key "SOFTWARE\Autodesk\ASP\{f4f9ba0b-2001-0000-0102-f66cecbc7200}\Packages" -Name "{BCCAF68D-A3B2-4D6E-9F75-5BE442EC3E86}" -Type "string" -Value "AutoCADKORLP" -Win64 "yes"
[2E44:100C][2023-03-11T08:56:37]i052: Condition '1' evaluates to true.
[2E44:100C][2023-03-11T08:56:37]e000: HelperApp path:C:\Windows\TEMP\{03D7E611-3D98-40D1-B7AB-8051EED8F523}\.ba\AdskBAHelperApp.exe
[2E44:100C][2023-03-11T08:56:37]e000: HelperApp parameters: -Root "HKLM" -Key "SOFTWARE\Autodesk\ASP\{f4f9ba0b-2001-0000-0102-f66cecbc7200}\Packages" -Name "{CFE803F9-325B-45D3-A177-9DF3A540AB45}" -Type "string" -Value "AutoCADPLKLP" -Win64 "yes"
[2E44:100C][2023-03-11T08:56:37]i052: Condition '1' evaluates to true.
[2E44:100C][2023-03-11T08:56:37]e000: HelperApp path:C:\Windows\TEMP\{03D7E611-3D98-40D1-B7AB-8051EED8F523}\.ba\AdskBAHelperApp.exe
[2E44:100C][2023-03-11T08:56:37]e000: HelperApp parameters: -Root "HKLM" -Key "SOFTWARE\Autodesk\ASP\{f4f9ba0b-2001-0000-0102-f66cecbc7200}\Packages" -Name "{E4E3DDEC-ECC6-4391-BA8C-C417D6F1A234}" -Type "string" -Value "AutoCADPTBLP" -Win64 "yes"
[2E44:100C][2023-03-11T08:56:37]i052: Condition '1' evaluates to true.
[2E44:100C][2023-03-11T08:56:37]e000: HelperApp path:C:\Windows\TEMP\{03D7E611-3D98-40D1-B7AB-8051EED8F523}\.ba\AdskBAHelperApp.exe
[2E44:100C][2023-03-11T08:56:37]e000: HelperApp parameters: -Root "HKLM" -Key "SOFTWARE\Autodesk\ASP\{f4f9ba0b-2001-0000-0102-f66cecbc7200}\Packages" -Name "{9B3B8592-FB84-4A43-9F48-99E671DA56B3}" -Type "string" -Value "AutoCADRUSLP" -Win64 "yes"
[2E44:100C][2023-03-11T08:56:37]i052: Condition '1' evaluates to true.
[2E44:100C][2023-03-11T08:56:37]e000: HelperApp path:C:\Windows\TEMP\{03D7E611-3D98-40D1-B7AB-8051EED8F523}\.ba\AdskBAHelperApp.exe
[2E44:100C][2023-03-11T08:56:37]e000: HelperApp parameters: -Root "HKLM" -Key "SOFTWARE\Autodesk\ASP\{f4f9ba0b-2001-0000-0102-f66cecbc7200}\DependentProducts" -Value "" -Win64 "yes"
[2E44:100C][2023-03-11T08:56:37]i052: Condition '1' evaluates to true.
[2E44:100C][2023-03-11T08:56:37]e000: HelperApp path:C:\Windows\TEMP\{03D7E611-3D98-40D1-B7AB-8051EED8F523}\.ba\AdskBAHelperApp.exe
[2E44:100C][2023-03-11T08:56:37]e000: HelperApp parameters: -Root "HKLM" -Key "SOFTWARE\Autodesk\ASP\{f4f9ba0b-2001-0000-0102-f66cecbc7200}\Packages" -Value "" -Win64 "yes"
[2E44:100C][2023-03-11T08:56:37]i052: Condition '1' evaluates to true.
[2E44:100C][2023-03-11T08:56:37]e000: HelperApp path:C:\Windows\TEMP\{03D7E611-3D98-40D1-B7AB-8051EED8F523}\.ba\AdskBAHelperApp.exe
[2E44:100C][2023-03-11T08:56:37]e000: HelperApp parameters: -Root "HKLM" -Key "SOFTWARE\Autodesk\ASP\{f4f9ba0b-2001-0000-0102-f66cecbc7200}" -Value "" -Win64 "yes"
[2E44:100C][2023-03-11T08:56:37]i399: Apply complete, result: 0x0, restart: None, ba requested restart:  No
[2E44:100C][2023-03-11T08:56:37]i500: Shutting down, exit code: 0x0
[2E44:100C][2023-03-11T08:56:37]i410: Variable: AdskBundleTitle = Autodesk AutoCAD 2019.1.3 Update
[2E44:100C][2023-03-11T08:56:37]i410: Variable: InstalledVersion = 23.0.162.0
[2E44:100C][2023-03-11T08:56:37]i410: Variable: InstallerVersion = 3.10.2.2516
[2E44:100C][2023-03-11T08:56:37]i410: Variable: OPTOUT_KB2918614 = NO
[2E44:100C][2023-03-11T08:56:37]i410: Variable: PreUpdateInstalled = 0
[2E44:100C][2023-03-11T08:56:37]i410: Variable: PRODUCT_GUID = {28B89EEF-2001-0000-0102-CF3F3A09B77D}
[2E44:100C][2023-03-11T08:56:37]i410: Variable: PRODUCT_INSTALLED = 0
[2E44:100C][2023-03-11T08:56:37]i410: Variable: RebootPending = 0
[2E44:100C][2023-03-11T08:56:37]i410: Variable: TargetProductInstalled = 5
[2E44:100C][2023-03-11T08:56:37]i410: Variable: VersionNT64 = 10.0.0.0
[2E44:100C][2023-03-11T08:56:37]i410: Variable: WixBundleAction = 5
[2E44:100C][2023-03-11T08:56:37]i410: Variable: WixBundleElevated = 1
[2E44:100C][2023-03-11T08:56:37]i410: Variable: WixBundleFileVersion = 23.0.172.0
[2E44:100C][2023-03-11T08:56:37]i410: Variable: WixBundleInstalled = 0
[2E44:100C][2023-03-11T08:56:37]i410: Variable: WixBundleLastUsedSource = C:\EmpirumAgent\Packages\Autodesk\AutoCAD Update 2019.1.3\2019.1.3\Source\
[2E44:100C][2023-03-11T08:56:37]i410: Variable: WixBundleLog = C:\ProgramData\$Matrix42Scripts$\Autodesk\AutoCAD
[2E44:100C][2023-03-11T08:56:37]i410: Variable: WixBundleLog_AutoCADCore = C:\ProgramData\$Matrix42Scripts$\Autodesk\AutoCAD_{28B89EEF-2001-0000-0102-CF3F3A09B77D}_000_AutoCADCore.log
[2E44:100C][2023-03-11T08:56:37]i410: Variable: WixBundleManufacturer = Autodesk
[2E44:100C][2023-03-11T08:56:37]i410: Variable: WixBundleName = Autodesk AutoCAD 2019.1.3 Update
[2E44:100C][2023-03-11T08:56:37]i410: Variable: WixBundleOriginalSource = C:\EmpirumAgent\Packages\Autodesk\AutoCAD Update 2019.1.3\2019.1.3\Source\AutoCAD_2019.1.3_Update_64bit.exe
[2E44:100C][2023-03-11T08:56:37]i410: Variable: WixBundleOriginalSourceFolder = C:\EmpirumAgent\Packages\Autodesk\AutoCAD Update 2019.1.3\2019.1.3\Source\
[2E44:100C][2023-03-11T08:56:37]i410: Variable: WixBundleProviderKey = {37C8CB0A-2001-0000-0102-6DD268397200}
[2E44:100C][2023-03-11T08:56:37]i410: Variable: WixBundleRollbackLog_AutoCADCore = C:\ProgramData\$Matrix42Scripts$\Autodesk\AutoCAD_{28B89EEF-2001-0000-0102-CF3F3A09B77D}_000_AutoCADCore_rollback.log
[2E44:100C][2023-03-11T08:56:37]i410: Variable: WixBundleSourceProcessFolder = C:\EmpirumAgent\Packages\Autodesk\AutoCAD Update 2019.1.3\2019.1.3\Source\
[2E44:100C][2023-03-11T08:56:37]i410: Variable: WixBundleSourceProcessPath = C:\EmpirumAgent\Packages\Autodesk\AutoCAD Update 2019.1.3\2019.1.3\Source\AutoCAD_2019.1.3_Update_64bit.exe
[2E44:100C][2023-03-11T08:56:37]i410: Variable: WixBundleTag = 
[2E44:100C][2023-03-11T08:56:37]i410: Variable: WixBundleVersion = 23.0.172.0
[2E44:100C][2023-03-11T08:56:37]i410: Variable: WixStdBALanguageId = 1031
[2E44:100C][2023-03-11T08:56:37]i007: Exit code: 0x0, restarting: No

Seltsam.
Wenn es von AutoCAD kommt, dann stellt sich die Frage, woher AutoCAD das $Matrix42Scripts$ kennt :roll:

Gruß Mark

User avatar
Hendrik_Ambrosius
Moderator
Moderator
Posts: 8086
Joined: 13. Dec 2004, 23:10
Location: Adendorf/Lüneburg

Re: Datei mit gleichem Namen wie Ordner in $Matrix42Scripts$

Post by Hendrik_Ambrosius » 08. May 2025, 09:06

Anscheinend legt das Setup von AutoCAD die Log-Datei dort an.
Das könnte man sicherlich über einen Parameter beim Aufruf des setups in der setup.inf ändern, so dass sie z.B. unter %TEMP% angelegt wird.
Vielleicht hilft das?

Sonst vielleicht den Hersteller von "Autocad" zu "Autocad Inc" in der setup.inf ändern, so dass es auf keinen Fall mit dem Paket kollidieren kann?

Generelle Empfehlung: Der Productname sollte nicht die Version enthalten, also "AutoCAD Update 2019.1.3" > "AutoCAD Update"
Hendrik Ambrosius / Senior Presales Consultant
Mobile: +49 172 408 4447 | hendrik.ambrosius@matrix42.com
Matrix42 GmbH | Elbinger Straße 7 | 60487 Frankfurt am Main | Germany | www.matrix42.com

Disclaimer: I participate in this forum on a voluntary basis. Views expressed are not necessarily those of Matrix42 or of the support team.

MarkStephan
Posts: 39
Joined: 06. Nov 2018, 11:10
Contact:

Re: Datei mit gleichem Namen wie Ordner in $Matrix42Scripts$

Post by MarkStephan » 08. May 2025, 11:04

ich schaue mal nach, ob es einen Parameter gibt.

Doch woher soll Autocad das $Matrix42Scripts$ kennen?

User avatar
Hendrik_Ambrosius
Moderator
Moderator
Posts: 8086
Joined: 13. Dec 2004, 23:10
Location: Adendorf/Lüneburg

Re: Datei mit gleichem Namen wie Ordner in $Matrix42Scripts$

Post by Hendrik_Ambrosius » 08. May 2025, 12:59

Weil anscheinend in der setup.inf als LOG-Ordner dieser Ordner per Variable definiert wird:

Command Line: '"-burn.clean.room=C:\EmpirumAgent\Packages\Autodesk\AutoCAD Update 2019.1.3\2019.1.3\Source\AutoCAD_2019.1.3_Update_64bit.exe" /install /passive / quiet /norestart /log C:\ProgramData\$Matrix42Scripts$\Autodesk\AutoCAD Update 2019.1.3\2019.1.3\AutoCAD2019.1.3.log'
Hendrik Ambrosius / Senior Presales Consultant
Mobile: +49 172 408 4447 | hendrik.ambrosius@matrix42.com
Matrix42 GmbH | Elbinger Straße 7 | 60487 Frankfurt am Main | Germany | www.matrix42.com

Disclaimer: I participate in this forum on a voluntary basis. Views expressed are not necessarily those of Matrix42 or of the support team.

MarkStephan
Posts: 39
Joined: 06. Nov 2018, 11:10
Contact:

Re: Datei mit gleichem Namen wie Ordner in $Matrix42Scripts$

Post by MarkStephan » 09. May 2025, 13:23

vielen dank!
ich habe es gefunden, es lag nicht an dem AutoCAD 2016 Paket, sondern an einem AutoCAD 2019 paket, was dort auch verteilt wird.

Call "%Src%\Source\AutoCAD_2019.1.3_Update_64bit.exe" /install /passive / quiet /norestart /log "%app%\AutoCAD2019.1.3.log"

es haben die Anführungszeichen beim /log parameter gefehlt, da leerzeichen im Pfad vorhanden waren :!:

Gruß
Mark

Post Reply

Return to “Paketierung”

Who is online

Users browsing this forum: Ahrefs [Bot] and 1 guest