Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

W10x64 install error #178

Open
ljoets opened this issue Sep 30, 2020 · 5 comments
Open

W10x64 install error #178

ljoets opened this issue Sep 30, 2020 · 5 comments

Comments

@ljoets
Copy link

ljoets commented Sep 30, 2020

Hi,
Is this project still alive ?
V5 was published during 2016, and is still beta.

I try to install it on Windows 10 x64, but the installer talk about an error that happened (any log somewhere ?), and doesn't install Dasher.

Thanks

@jcope
Copy link
Collaborator

jcope commented Sep 30, 2020 via email

@sebwills
Copy link

sebwills commented Oct 4, 2020

Hi Laurent,

Can you try generating an installation log by running the installer in the following way:

  • Hold the Windows key and press R to bring up the Run dialog box
  • Enter the following command (adjusting the path to the path of your dasher installer file):
    msiexec /i C:\Users\myusername\Downloads\Dasher.5.00-beta.msi /L*v %TEMP%\dasher-install.txt
  • Attempt to complete the installation, which will presumably fail

After that you should find a dasher-install.txt file in your user's temp folder (which you can navigate to by typing %TEMP% into your start menu or an Explorer window).

You could attach it to this issue, or at least any errors mentioned in it.

@ljoets
Copy link
Author

ljoets commented Oct 4, 2020

dasher-install.txt

@sebwills
Copy link

sebwills commented Oct 4, 2020

This looks suspect:

MSI (s) (84:B4) [19:37:39:090]: SHELL32::SHGetFolderPath returned: \\se4fs\users\admin\AppData\Roaming
MSI (s) (84:B4) [19:37:39:092]: Folder is not accessible: \\se4fs\users\admin\AppData\Roaming\Microsoft\Installer\
MSI (s) (84:B4) [19:37:39:092]: Error: Failed to Create AppData Cache Folder
Action ended 19:37:39: InstallFinalize. Return value 3.

I found a couple of non-Dasher reports of this issue occurring since a certain Windows update when using a network-mapped home directory like you appear to have, e.g. here and here. Unfortunately there is no immediate solution offered.

It might be worth checking the folder permissions for \\se4fs\users\admin\AppData\Roaming\Microsoft\Installer\. Make sure the SYSTEM user and your admin user has Full Control.

@ljoets
Copy link
Author

ljoets commented Jan 3, 2021

Hi,
I can confirm that there is no rights problems on the roaming folders.
I can install others msi perfectly.
windows 10 seems to be the cause of the problem and I don't find any solution :-(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants