Issue with installer of an app !
Issue with installer of an app !
Hi,
I try to install in Wine 1.6 NetLinx Studio application from AMX. During install it tries to install also vcredist_x86.exe included in installer but it fails as it looks for it in a temp directory that doesn't exist ! I installed separately these runtime by downloading them from Microsoft website but installer still wants to install it. How to avoid this issue ?
Thanks
Vincèn
I try to install in Wine 1.6 NetLinx Studio application from AMX. During install it tries to install also vcredist_x86.exe included in installer but it fails as it looks for it in a temp directory that doesn't exist ! I installed separately these runtime by downloading them from Microsoft website but installer still wants to install it. How to avoid this issue ?
Thanks
Vincèn
Re: Issue with installer of an app !
You could try creating that directory and putting vcredist_x86.exe in it before running the installer.
Re: Issue with installer of an app !
Sorry forgot to mention it but I tried that without successdimesio wrote:You could try creating that directory and putting vcredist_x86.exe in it before running the installer.


Re: Issue with installer of an app !
No one has any idea how to resolve the issue ?
Thanks
Thanks
Re: Issue with installer of an app !
Try installing it with winetricks before installing your app.
Re: Issue with installer of an app !
already tried but still the samedimesio wrote:Try installing it with winetricks before installing your app.

Re: Issue with installer of an app !
Upgrade Wine to 1.7.12, and if the problem persists, post terminal output.
Re: Issue with installer of an app !
oky updated Wine to 1.7.12, reinstalled the vcredist (in fact it offers to repair existing installation) and it goes till end with success ! Then I try to install my program and it stills fails during installation trying to install vcredistdimesio wrote:Upgrade Wine to 1.7.12, and if the problem persists, post terminal output.

what else can I try ?
Re: Issue with installer of an app !
Terminal output?
Re: Issue with installer of an app !
Hi,
I'm having the same issue, wine version 1.7.27
The installer fails during the installation of vcrun2010 with this error msg :
I'm having the same issue, wine version 1.7.27
The installer fails during the installation of vcrun2010 with this error msg :
The terminal outputs a single line :Cannot execute the external program C:\users\pstp~LGU\Temp\VSTU~AVN\vcredist_x86.exe
Thanks!fixmeSHChangeNotify ignoring unsupported flags: 2001
Re: Issue with installer of an app !
Use winetricks to install vcrun2010.
Re: Issue with installer of an app !
thanks but vcrun2010 is not avalaible in list of apps I can install with Winetricksdimesio wrote:Use winetricks to install vcrun2010.

Re: Issue with installer of an app !
You must be using an old version of winetricks. Upgrade.
Re: Issue with installer of an app !
Thanks but it looks like I have already the latest version: 20140302 I reinstalled it from winetricks website but still the same, no vcrun2010 package listed in app I can install with Winetricks !!dimesio wrote:You must be using an old version of winetricks. Upgrade.
Re: Issue with installer of an app !
The current version of winetricks is 20140817. http://winetricks.googlecode.com/svn/tr ... winetricks
Re: Issue with installer of an app !
oki so I replaced my current winetricks by the svn one dated august but it still doesn't offer vcrun2010 package to installdimesio wrote:The current version of winetricks is 20140817. http://winetricks.googlecode.com/svn/tr ... winetricks


Re: Issue with installer of an app !
It's not listed under applications; it's listed under dlls.
Winetricks' GUI menu is worse than useless. It's easier to use the command line.
Winetricks' GUI menu is worse than useless. It's easier to use the command line.
Code: Select all
sh winetricks vcrun2010
Re: Issue with installer of an app !
Thanks for the trick, so nice, have been able to install and use the program I wanteddimesio wrote:It's not listed under applications; it's listed under dlls.
Winetricks' GUI menu is worse than useless. It's easier to use the command line.Code: Select all
sh winetricks vcrun2010

