Wine CVS of about 1 hour old.
ie6setup.exe from here: http://www.microsoft.com/downloads/details.aspx?FamilyID=1e1550cb-5e5d-48f5-...
$ wine ie6setup.exe fixme:advapi:CheckTokenMembership ((nil) 0x6ed886d0 0x7fddfd9c) stub! fixme:advapi:DecryptFileA "C:\install\IXP000.TMP\" 00000000 fixme:advpack:TranslateInfString ("C:\install\IXP000.TMP\IESetup.inf" "Options.NTx86" "Options.NTx86" "InstallDir" 0x10253f8 260 0x7fdcf83c (nil)): stubfixme:advpack:NeedReboot (0x00000000): stub wine: Call from 0x1013ac7 to unimplemented function advpack.dll.IsNTAdmin, aborting wine: Unhandled exception (thread 000b), starting debugger...
-HK
Hi,
On Wed, Aug 10, 2005 at 11:32:09AM +0200, Hans Kristian Rosbach wrote:
Wine CVS of about 1 hour old.
ie6setup.exe from here: http://www.microsoft.com/downloads/details.aspx?FamilyID=1e1550cb-5e5d-48f5-...
$ wine ie6setup.exe fixme:advapi:CheckTokenMembership ((nil) 0x6ed886d0 0x7fddfd9c) stub! fixme:advapi:DecryptFileA "C:\install\IXP000.TMP\" 00000000 fixme:advpack:TranslateInfString ("C:\install\IXP000.TMP\IESetup.inf" "Options.NTx86" "Options.NTx86" "InstallDir" 0x10253f8 260 0x7fdcf83c (nil)): stubfixme:advpack:NeedReboot (0x00000000): stub wine: Call from 0x1013ac7 to unimplemented function advpack.dll.IsNTAdmin, aborting wine: Unhandled exception (thread 000b), starting debugger...
Well, this was supposed to get fixed by committing a patch of Robert Reif (Jan 10). That patch never got in, however...
Andreas Mohr
Am Mittwoch, 10. August 2005 18:37 schrieb Andreas Mohr:
Hi,
On Wed, Aug 10, 2005 at 11:32:09AM +0200, Hans Kristian Rosbach wrote:
Wine CVS of about 1 hour old.
ie6setup.exe from here: http://www.microsoft.com/downloads/details.aspx?FamilyID=1e1550cb-5e5d-48 f5-b02b-20b602228de6&DisplayLang=en
$ wine ie6setup.exe fixme:advapi:CheckTokenMembership ((nil) 0x6ed886d0 0x7fddfd9c) stub! fixme:advapi:DecryptFileA "C:\install\IXP000.TMP\" 00000000 fixme:advpack:TranslateInfString ("C:\install\IXP000.TMP\IESetup.inf" "Options.NTx86" "Options.NTx86" "InstallDir" 0x10253f8 260 0x7fdcf83c (nil)): stubfixme:advpack:NeedReboot (0x00000000): stub wine: Call from 0x1013ac7 to unimplemented function advpack.dll.IsNTAdmin, aborting wine: Unhandled exception (thread 000b), starting debugger...
Well, this was supposed to get fixed by committing a patch of Robert Reif (Jan 10). That patch never got in, however...
Andreas Mohr
The code path in use inside ie6setup changes around 9th July. The only way to get ie6 installed with currect wine for me is to set advpack dll to native. IsNTAdmin is not the last problem to solve. The next are TranslateInfString and ExecutCab i think.
Bye Stefan