Results 1 to 1 of 1
Hi,
I am trying to install an application in Wine that uses ClickOnce, but I don't succeed.
I have installed Internet Explorer 6.0 in Wine and inside Internet Explorer I ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-15-2007 #1
Can't install application with ClickOnce in Wine
Hi,
I am trying to install an application in Wine that uses ClickOnce, but I don't succeed.
I have installed Internet Explorer 6.0 in Wine and inside Internet Explorer I type the address, which is something like:
A pop up window then asks me to open the setup.exe file, which I do.Code:http://accounts.company.com/setup.exe
The setup.exe file then seems to be downloaded and the executed.
After a short while the execution halts with a message that says:
This is what the log looks like:The following error occurred attempting to install 'http://accounts.company.com/App.application':
"Path not found
"
See the setup log file located at 'C:\windows\temp\VSDa081.tmp\install.log' for more information.
Any idea what to do about this?Code:# cat ~/.ies4linux/ie6/drive_c/windows/temp/VSDa081.tmp/install.log The following properties have been set: Property: [AdminUser] = true {boolean} Property: [ProcessorArchitecture] = Intel {string} Property: [Version9x] = 4.10.0 {version} Running checks for package '.NET Framework 2.0', phase BuildList Running external check with command line "C:\windows\temp\VSDa081.tmp\dotnetfx\dotnetchk.exe" Process exited with code 1 Setting value '1 {int}' for property 'DotNetInstalled' Reading value 'Version' of registry key 'HKLM\Software\Microsoft\Internet Explorer' Read string value '6.0.2800.1106' Setting value '6.0.2800.1106 {string}' for property 'IEVersion' The following properties have been set for package '.NET Framework 2.0': Property: [DotNetInstalled] = 1 {int} Property: [IEVersion] = 6.0.2800.1106 {string} Running checks for command 'dotnetfx\instmsia.exe' Result of running operator 'ValueExists' on property 'VersionNT': false Result of running operator 'VersionGreaterThanOrEqualTo' on property 'VersionMsi' and value '2.0': true Result of checks for command 'dotnetfx\instmsia.exe' is 'Bypass' Running checks for command 'dotnetfx\WindowsInstaller-KB893803-v2-x86.exe' Result of running operator 'ValueExists' on property 'Version9x': true Result of checks for command 'dotnetfx\WindowsInstaller-KB893803-v2-x86.exe' is 'Bypass' Running checks for command 'dotnetfx\dotnetfx.exe' Result of running operator 'ValueNotEqualTo' on property 'DotNetInstalled' and value '0': true Result of checks for command 'dotnetfx\dotnetfx.exe' is 'Bypass' '.NET Framework 2.0' RunCheck result: No Install Needed Launching Application. Running command 'http://accounts.company.com/App.application' with arguments '' ShellExecuteEx failed with error code 3 Error: The following error occurred attempting to install 'http://accounts.company.com/App.application': "Path not found "
Is it possible to do this type of installation in Wine?
Many thanks, Mats


Reply With Quote
