impossible to install a program

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Jiff
Newbie
Newbie
Posts: 2
Joined: Tue Jun 30, 2009 7:23 pm

impossible to install a program

Post by Jiff »

Debian Lenny & Sid packages V. 1.0.1-174-gc4039bd & 1.0.1
=================================================
Hi folks,

I try to install a pgm under wine (WebPlus x2, that installs under XP) with 'wine D:\\AUTORUN.EXE' (or D:\\setup\setup.exe), but I'm stuck:

The CD installer GUI starts, I jump registering (no PB), and I've got a window telling me "Action unauthorized. Please use setup.exe to begin installation.' that I do, but same msg again and again :evil:

Here's wine command line output:

Code: Select all

fixme:advapi:CheckTokenMembership ((nil) 0x151ff0 0x33f2d8) stub!
fixme:advapi:LookupAccountNameW (null) L"niff" (nil) 0x33ed64 (nil) 0x33ed68 0x33ed5c - stub
fixme:advapi:LookupAccountNameW (null) L"niff" 0x15e6b8 0x33ed64 0x15ece0 0x33ed68 0x33ed5c - stub
fixme:msi:msi_unimplemented_action_stub MigrateFeatureStates -> 3 ignored L"Upgrade" table values
err:msi:ITERATE_Actions Execution halted, action L"NotWelcomeDlg" returned 1602
I'm I missing something or is it definitely a no-no?

JY
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

impossible to install a program

Post by austin987 »

On Tue, Jun 30, 2009 at 7:48 PM, Jiff<[email protected]> wrote:
Debian Lenny & Sid packages V. 1.0.1-174-gc4039bd & 1.0.1
=================================================
Hi folks,

I try to install a pgm under wine (WebPlus x2, that installs under XP) with 'wine D:\\AUTORUN.EXE' (or D:\\setup\setup.exe), but I'm stuck:

The CD installer GUI starts, I jump registering (no PB), and I've got a window telling me "Action unauthorized. Please use setup.exe to begin installation.' that I do, but same msg again and again [Evil or Very Mad]

Here's wine command line output:


Code:
fixme:advapi:CheckTokenMembership ((nil) 0x151ff0 0x33f2d8) stub!
fixme:advapi:LookupAccountNameW (null) L"niff" (nil) 0x33ed64 (nil) 0x33ed68 0x33ed5c - stub
fixme:advapi:LookupAccountNameW (null) L"niff" 0x15e6b8 0x33ed64 0x15ece0 0x33ed68 0x33ed5c - stub
fixme:msi:msi_unimplemented_action_stub MigrateFeatureStates -> 3 ignored L"Upgrade" table values
err:msi:ITERATE_Actions Execution halted, action L"NotWelcomeDlg" returned 1602



I'm I missing something or is it definitely a no-no?
Some custom action in msi is failing. You're using stable, which is
over a year old. Upgrade to 1.1.24 and retry.

--
-Austin
Jiff
Newbie
Newbie
Posts: 2
Joined: Tue Jun 30, 2009 7:23 pm

still the same

Post by Jiff »

Ok, I tried V. 1.1.24 and the result's the same:

Code: Select all

wine D:\\AUTORUN.EXE
err:alsa:ALSA_CheckSetVolume Could not find 'PCM Playback Volume' element
fixme:win:EnumDisplayDevicesW ((null),0,0x33e5f0,0x00000000), stub!
fixme:dciman:DCICreatePrimary 0x364 0x8d129c
hammer@thor:~$ fixme:advapi:CheckTokenMembership ((nil) 0x155478 0x33f2d8) stub!
fixme:advapi:LookupAccountNameW (null) L"niff" (nil) 0x33ed74 (nil) 0x33ed78 0x33ed6c - stub
fixme:advapi:LookupAccountNameW (null) L"niff" 0x162c90 0x33ed74 0x162158 0x33ed78 0x33ed6c - stub
fixme:msi:msi_unimplemented_action_stub MigrateFeatureStates -> 3 ignored L"Upgrade" table values
err:msi:ITERATE_Actions Execution halted, action L"NotWelcomeDlg" returned 1602
I guess I will continue to use vbox unless you find out a fix for that :(

JY
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

impossible to install a program

Post by austin987 »

On Wed, Jul 1, 2009 at 7:09 AM, Jiff<[email protected]> wrote:
Ok, I tried V. 1.1.24 and the result's the same:


Code:
wine D:\\AUTORUN.EXE
err:alsa:ALSA_CheckSetVolume Could not find 'PCM Playback Volume' element
fixme:win:EnumDisplayDevicesW ((null),0,0x33e5f0,0x00000000), stub!
fixme:dciman:DCICreatePrimary 0x364 0x8d129c
hammer@thor:~$ fixme:advapi:CheckTokenMembership ((nil) 0x155478 0x33f2d8) stub!
fixme:advapi:LookupAccountNameW (null) L"niff" (nil) 0x33ed74 (nil) 0x33ed78 0x33ed6c - stub
fixme:advapi:LookupAccountNameW (null) L"niff" 0x162c90 0x33ed74 0x162158 0x33ed78 0x33ed6c - stub
fixme:msi:msi_unimplemented_action_stub MigrateFeatureStates -> 3 ignored L"Upgrade" table values
err:msi:ITERATE_Actions Execution halted, action L"NotWelcomeDlg" returned 1602



I guess I will continue to use vbox unless you find out a fix for that :(
There are a few msi bugs filed, you might try the patches in there.

Otherwise, file a bug, and attach a +msi,+relay trace.

--
-Austin
Locked