http://bugs.winehq.org/show_bug.cgi?id=18834
Summary: Repeat installation of vcredist_x86.exe (vcrun2005
associated DLLs) deletes them permanently from the
insxs folder
Product: Wine
Version: 1.1.23
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pmacd(a)canada.com
If winetricks is used to install vcrun2005 or vcrun2005sp1 or if a windows
program installs the dlls and associated files by running vcredist_x86.exe, the
first time it is run, the dlls, manifest, policies and associated folders are
installed.
If the packages are installed again, the files and folders are permannetly
removed and cannot be recreated by running the installation again.
Reinstallation generates a number of msi errors.
This is a problem if installing several windows applications when more than one
of the applications run vcredist_x86.exe.
>From logging the terminal output, this appears to be a fault in the msi module
not handling removal and repair of earlier installations.
fixme:msi:msi_unimplemented_action_stub RemoveExistingProducts - > 1 ignored
L"Upgrade" table values
fixme:msi:msi_unimplemented_action_stub MsiUnpublisheAssemblies - > 10 ignored
L"MsiAssembly" table values
since the change seems permanent, this appears to be related to entries to the
.reg files that are not reset/removed properly.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18246
Summary: Adobe Updater: crashes when installing updates
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dan_bwv1987(a)hotmail.com
Created an attachment (id=20758)
--> (http://bugs.winehq.org/attachment.cgi?id=20758)
crash log when run from a terminal
In updating Adobe Acrobat Pro 9 by the option Help/Check for Updates, which in
turn calls the program Adobe_Updater.exe, and after downloading updates, it
crashes in trying to install them.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17908
Summary: TCSCP fails to install
Product: Wine
Version: 1.1.18
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)mkarcher.dialup.fu-berlin.de
CC: truiken(a)gmail.com
The TCSCP installer fails to accept valid license numbers. This has been
tracked down to be caused by
commit 8321276cd34486bc6bf1e07c0e99c73423288854
Author: James Hawkins <truiken(a)gmail.com>
Date: Wed Oct 18 11:25:14 2006 -0700
msi: Run SetProperty events before all other events no matter what the
order is.
The reason is, that there is an action table for the next button of the dialog
where you enter user name / company name / license code along these lines:
"UserInfoDlg" "Next" "[numtocheck]" "[keyentered]" "FEATURE_A = 1 OR "FEATURE_B
= 1" 1
"UserInfoDlg" "Next" "[checkpassed]" "0" "1" 15
"UserInfoDlg" "Next" "DoAction" "CheckLicenseString" "FEATURE_A = 1 OR
FEATURE_B = 1" 20
"UserInfoDlg" "Next" "[donotinstall]" "1" "NOT checkpassed" 100
Because that patch executes the PropertySet Actions before all other actions,
donotinstall always gets set to 1, even if the entered license number is
correct (in that case, the custom action "CheckLicenseSting" will set
checkpassed to one, if the number in numtocheck is valid). Having donotinstall
set to one makes the installer re-request a valid license number. Reverting the
patch (and thus executing the custom action at the right point in time fixes
the behaviour. The correct fix for Americas Army that needed this out-of-order
execution thus must be different.
The installer has been verified to work fine in Windows XP.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17665
Summary: Studio Tax fails to install
Product: Wine
Version: 1.1.16
Platform: PC
URL: http://www.studiotax.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: interweiss(a)yahoo.ca
Created an attachment (id=19853)
--> (http://bugs.winehq.org/attachment.cgi?id=19853)
Studio Tax error log
I just tried installing Studio Tax so that I could do my taxes, but half way
through the installation Studio Tax crashed. The only dependency that it needed
was DotNet 2.0, which I installed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15279
Summary: Saxo Trader installer crashes into unimplemented msi
functoims
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://mitsweb.iitech.dk/SaxoBank/SaxoTrader2/Simul/en/S
axoTrader2_WEBDeploy.exe
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Right, this bug is probably easy to solve. Dan asked to open a new bug for this
Saxo Trader crashes into unimplemented msi.MsiSetExternalUIRecord and
msi.MsiDetermineApplicablePatchesW. It's enough to let them return E_NOTIMPL,
then the installer is already happy
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15210
Summary: MIDI-OX installer crashes
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.midiox.com/
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Hi, this crash was reported by a user who sent in this new app into appdb.
>From the debuglog , i think it's an msi-bug , but i'm not 100 % sure. I'll
attach a +msi,+msidb log
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15066
Summary: FedExShipManager installer crashes in msi
Product: Wine
Version: CVS/GIT
Platform: PC
URL: ftp://ftp.fedex.com/pub/us/software/FedExShipManager_235
6.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
While testing bug 14243 with current Git (wine-1.1.3-295-g7c0d28b), I found
that pressing Next at the initial welcome screen of the installer resulted in a
crash. msi traces are attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14037
Summary: worldwide telescope installer crashes in
X11DRV_GetBitmapBits
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://worldwidetelescope.org/experienceIt/ExperienceIt.
aspx
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
And it doesn't give a stack traceback. Here's the log:
0020:Call comctl32.ImageList_ReplaceIcon(00138028,ffffffff,00001106)
ret=7eb7f870
0020:Call user32.CopyImage(00001106,00000001,00000010,00000010,00004000)
ret=7e7dcccd
trace:x11drv:X11DRV_CreateBitmap (0x274) 16x16 32 bpp
trace:x11drv:X11DRV_CreateBitmap (0x278) 16x16 1 bpp
trace:x11drv:X11DRV_GetBitmapBits (bmp=0x278, buffer=0x382e34, count=0x20)
wine: Unhandled page fault on read access to 0x00000008 at address 0x7ebf4da5
(thread 0019), starting debugger...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13590
Summary: MS Office 2003: Cannot install Service Pack
Product: Wine
Version: 1.0-rc3
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dsent(a)mail.ru
Created an attachment (id=13551)
--> (http://bugs.winehq.org/attachment.cgi?id=13551)
error output
Installation of service pack 3 (and previous service packs too) resulting in
"The update cannot be applied" message. Console output is attached.
Service Pack 3 is available for download here:
http://www.microsoft.com/downloads/details.aspx?FamilyID=E25B7049-3E13-433B…
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.