setup errors [modified]
-
I am able to publish applications but when I tried to run setup I am get an error message. Can not start application. An error has occurred writing to hard disk. Check if there is enough available disk space. Contact the application vendor. here is the log file below and how do I fix error. I have over 200 gb of free space.
PLATFORM VERSION INFO Windows : 5.1.2600.196608 (Win32NT) Common Language Runtime : 2.0.50727.3603 System.Deployment.dll : 2.0.50727.3053 (netfxsp.050727-3000) mscorwks.dll : 2.0.50727.3603 (GDR.050727-3600) dfdll.dll : 2.0.50727.3053 (netfxsp.050727-3000) dfshim.dll : 2.0.50727.3053 (netfxsp.050727-3000) SOURCES Deployment url : file:///D:/todayscafe/TodaysCafePos.application Application url : file:///D:/todayscafe/Application%20Files/TodaysCafePos_1_0_0_2/TodaysCafePos.exe.manifest IDENTITIES Deployment Identity : TodaysCafePos.application, Version=1.0.0.2, Culture=neutral, PublicKeyToken=33decad9b1fac085, processorArchitecture=msil Application Identity : TodaysCafePos.exe, Version=1.0.0.2, Culture=neutral, PublicKeyToken=33decad9b1fac085, processorArchitecture=msil, type=win32 APPLICATION SUMMARY * Installable application. ERROR SUMMARY Below is a summary of the errors, details of these errors are listed later in the log. * Activation of D:\todayscafe\TodaysCafePos.application resulted in exception. Following failure messages were detected: + Downloading file:///D:/todayscafe/Application Files/TodaysCafePos_1_0_0_2/2gs_extendedtextbox.dll.deploy did not succeed. + The file 'I:\Documents and Settings\Daniel Engelkes\Local Settings\Temp\Deployment\GW8EOZA8.KMK\X1OEK3EE.TK5\2gs_extendedtextbox.dll' already exists. COMPONENT STORE TRANSACTION FAILURE SUMMARY No transaction error was detected. WARNINGS There were no warnings during this operation. OPERATION PROGRESS STATUS * [3/9/2010 9:32:14 PM] : Activation of D:\todayscafe\TodaysCafePos.application has started. * [3/9/2010 9:32:17 PM] : Processing of deployment manifest has successfully completed. * [3/9/2010 9:32:17 PM] : Installation of the application has started. * [3/9/2010 9:32:17 PM] : Processing of application manifest has successfully completed. * [3/9/2010 9:32:24 PM] : Request of trust and detection of platform is complete. ERROR DETAILS Following errors were detected during this operation. * [3/9/2010 9:32:25 PM] System.Deployment.Application.DeploymentDownloadException (Unknown subtype) - Downloading file:///D:/t
-
I am able to publish applications but when I tried to run setup I am get an error message. Can not start application. An error has occurred writing to hard disk. Check if there is enough available disk space. Contact the application vendor. here is the log file below and how do I fix error. I have over 200 gb of free space.
PLATFORM VERSION INFO Windows : 5.1.2600.196608 (Win32NT) Common Language Runtime : 2.0.50727.3603 System.Deployment.dll : 2.0.50727.3053 (netfxsp.050727-3000) mscorwks.dll : 2.0.50727.3603 (GDR.050727-3600) dfdll.dll : 2.0.50727.3053 (netfxsp.050727-3000) dfshim.dll : 2.0.50727.3053 (netfxsp.050727-3000) SOURCES Deployment url : file:///D:/todayscafe/TodaysCafePos.application Application url : file:///D:/todayscafe/Application%20Files/TodaysCafePos_1_0_0_2/TodaysCafePos.exe.manifest IDENTITIES Deployment Identity : TodaysCafePos.application, Version=1.0.0.2, Culture=neutral, PublicKeyToken=33decad9b1fac085, processorArchitecture=msil Application Identity : TodaysCafePos.exe, Version=1.0.0.2, Culture=neutral, PublicKeyToken=33decad9b1fac085, processorArchitecture=msil, type=win32 APPLICATION SUMMARY * Installable application. ERROR SUMMARY Below is a summary of the errors, details of these errors are listed later in the log. * Activation of D:\todayscafe\TodaysCafePos.application resulted in exception. Following failure messages were detected: + Downloading file:///D:/todayscafe/Application Files/TodaysCafePos_1_0_0_2/2gs_extendedtextbox.dll.deploy did not succeed. + The file 'I:\Documents and Settings\Daniel Engelkes\Local Settings\Temp\Deployment\GW8EOZA8.KMK\X1OEK3EE.TK5\2gs_extendedtextbox.dll' already exists. COMPONENT STORE TRANSACTION FAILURE SUMMARY No transaction error was detected. WARNINGS There were no warnings during this operation. OPERATION PROGRESS STATUS * [3/9/2010 9:32:14 PM] : Activation of D:\todayscafe\TodaysCafePos.application has started. * [3/9/2010 9:32:17 PM] : Processing of deployment manifest has successfully completed. * [3/9/2010 9:32:17 PM] : Installation of the application has started. * [3/9/2010 9:32:17 PM] : Processing of application manifest has successfully completed. * [3/9/2010 9:32:24 PM] : Request of trust and detection of platform is complete. ERROR DETAILS Following errors were detected during this operation. * [3/9/2010 9:32:25 PM] System.Deployment.Application.DeploymentDownloadException (Unknown subtype) - Downloading file:///D:/t
Does the user who is running the setup have permission to create folders/files in the root of Application Files folder? This tends to be restricted to Admin priviliges. I experienced this a few years ago when Admin installed the app, but when the user first ran it, the app created the default config file, but this failed due to priviliges in this folder.
Dave Don't forget to rate messages!
Find Me On: Web|Facebook|Twitter|LinkedIn
Waving? dave.m.auld[at]googlewave.com -
Does the user who is running the setup have permission to create folders/files in the root of Application Files folder? This tends to be restricted to Admin priviliges. I experienced this a few years ago when Admin installed the app, but when the user first ran it, the app created the default config file, but this failed due to priviliges in this folder.
Dave Don't forget to rate messages!
Find Me On: Web|Facebook|Twitter|LinkedIn
Waving? dave.m.auld[at]googlewave.comyes the user logged is a user account with admin privileges.
-
yes the user logged is a user account with admin privileges.
Other than user privileges the only other things i can think of is a process already has a lock the file if it is existing already and is trying to be overwritten. The exception clearly states unauthorised access though; * [3/9/2010 9:57:25 PM] System.UnauthorizedAccessException - Access to the path 'TodaysCafePos.exe.manifest' is denied.
Dave Don't forget to rate messages!
Find Me On: Web|Facebook|Twitter|LinkedIn
Waving? dave.m.auld[at]googlewave.com -
Other than user privileges the only other things i can think of is a process already has a lock the file if it is existing already and is trying to be overwritten. The exception clearly states unauthorised access though; * [3/9/2010 9:57:25 PM] System.UnauthorizedAccessException - Access to the path 'TodaysCafePos.exe.manifest' is denied.
Dave Don't forget to rate messages!
Find Me On: Web|Facebook|Twitter|LinkedIn
Waving? dave.m.auld[at]googlewave.comI republished the application and left the dll file off the published edition and now able to install application. But another issues has popped up, when I run setup wizard it does not install application to the directory I want to install to, It installs to a temp directory, How do I change that?