http://bugs.winehq.org/show_bug.cgi?id=20734
Summary: sfirm demo complains LogonUser contains no value.
Product: Wine
Version: 1.1.33
Platform: PC
URL: http://download.sfirm.de/endkunde/sf32/sfirm_demo.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Hi, a user reported this bug on wine-users list. It complains about a load of
things not set correctly, but this is the first one: a messagbox thar LogonUser
contains no value. Setting value like something below fixes the bug, but i
guess this needs testing, which i'm not able to write.
Next bug (i'll open new report when this one is fixed) is that CURRENTDIRECTORY
property not set
diff --git a/dlls/msi/package.c b/dlls/msi/package.c
index 87f1092..a1b371c 100644
--- a/dlls/msi/package.c
+++ b/dlls/msi/package.c
@@ -439,6 +439,7 @@ static VOID set_installer_properties(MSIPACKAGE *package)
'R','e','g','i','s','t','e','r','e','d','O','r','g','a','n','i','z','a','t','i','o','n',0
};
static const WCHAR szUSERNAME[] = {'U','S','E','R','N','A','M','E',0};
+ static const WCHAR szLogonUser[] =
{'L','o','g','o','n','U','s','e','r',0};
static const WCHAR szCOMPANYNAME[] =
{'C','O','M','P','A','N','Y','N','A','M','E',0};
static const WCHAR szDate[] = {'D','a','t','e',0};
static const WCHAR szTime[] = {'T','i','m','e',0};
@@ -547,6 +548,7 @@ static VOID set_installer_properties(MSIPACKAGE *package)
/* in a wine environment the user is always admin and privileged */
MSI_SetPropertyW(package,szAdminUser,szOne);
MSI_SetPropertyW(package,szPriv,szOne);
+ MSI_SetPropertyW(package,szLogonUser,szOne);
/* set the os things */
OSVersion.dwOSVersionInfoSize = sizeof(OSVERSIONINFOEXW);
--
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=20729
Summary: Logos4: wine has the ALLUSERS property set
Product: Wine
Version: 1.1.33
Platform: PC
URL: http://www.logos.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vanoudt(a)gmail.com
Created an attachment (id=24777)
--> (http://bugs.winehq.org/attachment.cgi?id=24777)
WINEDEBUG=+msi
This application's msi won't install - it complains that "Setting the ALLUSERS
property is not allowed because Logos 4 is a per-user application. Setup will
now exit."
>From the git logs, I see that back on 8/25/06, Mike McCormack committed a patch
c8548fb88d569f63f43fb009072ff8f03e562cb0 - "msi: Set the ALLUSERS property to 1
always."
--
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=20725
Summary: Adobe photoshop CS2 fails to install
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Benjamin_Schulz(a)gmx.de
starting
wine /mnt/cdrom/Adobe\(R\)\ Photoshop\(R\)\ CS2/setup.exe
gives just before the setup wants to copy the data:
err:msi:msi_dialog_bitmap_control Failed to load bitmap (null)
err:msi:msi_dialog_bitmap_control Failed to load bitmap (null)
err:msi:msi_dialog_bitmap_control Failed to load bitmap (null)
err:msi:ACTION_CallDllFunction Custom action
(L"C:\\windows\\temp\\msi42be.tmp":L"CleanXHTML") caused a page fault: c0000005
err:seh:raise_exception Exception frame is not in stack limits => unable to
dispatch exception.
then the installer exist without having anything copied.
--
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=20059
Summary: Office 2007 SP1/SP2 looks for *.cab in
C:\Windows\Installer\ instead of C:\MSOCache\
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bozkar(a)gmail.com
When trying to install SP1 or SP2 for microsoft office in every way - as msp
copied to updates/ folder in the office installation directory, or by executing
wine office2007sp1-kb936982-fullfile-pl-pl.exe
or by msiexec /p something.msp the same error occurs:
err:msi:source_matches_volume Failed to get volume information
err:msi:ready_media Cabinet not found: L"C:\\windows\\Installer\\HomeSrWW.CAB"
err:msi:ACTION_MsiPublishAssemblies Failed to ready media
err:msi:ITERATE_Actions Execution halted, action L"InstallExecute" returned
1603
After copying cabs to drive_c/windows/installer service pack is still not
working correctly but in in about window in apps i can see the SP1 version of
an app, MSO version is still SP0
Hope this could help to make some progress in order to make SP for MS Office
work :-)
I will provide any kind of debug log on request
Current info:
boskar@pauper:~/wine/office$ wine --version
wine-1.1.29
Debian squeeze, deb http://www.lamaresh.net/apt lenny main source for wine
WINEPREFIX=/home/boskar/.wine-office (clean WINEPREFIX).
--
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=18958
Summary: Adobe Reader 9 has a divide by zero error during
install
Product: Wine
Version: 1.1.23
Platform: PC
URL: ftp://ftp.adobe.com/pub/adobe/reader/win/9.x/9.0/enu/A
dbeRdr90_en_US.exe
OS/Version: Linux
Status: NEW
Keywords: download, Installer, regression
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Mid install, reports a crash (unhandled divide by zero).
+msi,+msidb attached. Running regression test now.
--
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=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.