Hello... the following is from a recent Quicken 2003 Basic install attempt. I'm thinking there's an issue with InstallShield/MSI? I'd appreciate it if anyone would look at the following images and error debug: http://www.scoundrelz.net/~moose/quicken/quicken01.png http://www.scoundrelz.net/~moose/quicken/quicken02.png http://www.scoundrelz.net/~moose/quicken/quicken03.png http://www.scoundrelz.net/~moose/quicken/quicken04.png http://www.scoundrelz.net/~moose/quicken/errors.txt Regards, Jade
Jade E. Deane wrote:>Hello... the following is from a recent Quicken 2003 Basic install >attempt. I'm thinking there's an issue with InstallShield/MSI? > >I'd appreciate it if anyone would look at the following images and error >debug: > >http://www.scoundrelz.net/~moose/quicken/quicken01.png >http://www.scoundrelz.net/~moose/quicken/quicken02.png >http://www.scoundrelz.net/~moose/quicken/quicken03.png >http://www.scoundrelz.net/~moose/quicken/quicken04.png >http://www.scoundrelz.net/~moose/quicken/errors.txt > > >What version of wine are you using It looks like your program is not finding the following (native) dlls msi.dll, advpack.dll, mspatcha.dll. -- Tony Lambregts
Jade E. Deane wrote:>Found this to be rather interesting, regarding MSI: > >http://www.winehq.com/hypermail/wine-devel/2000/11/0165.html > > >So does it work better with native ole32.dll? -- Tony Lambregts
Jade E. Deane wrote:> Found this to be rather interesting, regarding MSI: > > http://www.winehq.com/hypermail/wine-devel/2000/11/0165.htmlThat is rather, err.. very old. I was pretty sure MSI installer was working recently (at least a few months ago), but trying it just now, it seems to be broken again. So this would appear to be a regression somewhere.
Duane Clark wrote:> Jade E. Deane wrote: > >> Found this to be rather interesting, regarding MSI: >> >> http://www.winehq.com/hypermail/wine-devel/2000/11/0165.html > > > That is rather, err.. very old. I was pretty sure MSI installer was > working recently (at least a few months ago), but trying it just now, > it seems to be broken again. So this would appear to be a regression > somewhere. >Well I could do the regression testing. Do you have a download url to recomend? -- Tony Lambregts
Jade E. Deane
2003-Mar-05 20:03 UTC
Microsoft Installer "Incorrect command line parameters"
Has anyone ever seen the following message? Windows Installer, "Incorrect command line parameters" I have a screenshot of this at http://www.scoundrelz.net/~moose/quicken/quicken08.png moose@martini:(~/.wine) $ wine -v Wine 20030219 moose@martini:(~/.wine) $ uname -a FreeBSD martini 5.0-RELEASE-p3 FreeBSD 5.0-RELEASE-p3 #3: Sat Mar 1 21:55:31 CST 2003 root@martini:/usr/obj/usr/src/sys/MARTINI i386 Regards, Jade
Jade E. Deane wrote:> Has anyone ever seen the following message? > > Windows Installer, "Incorrect command line parameters" > > I have a screenshot of this at > http://www.scoundrelz.net/~moose/quicken/quicken08.pngI have seen that message when I explicitely run msiexec without the correct parameters. You should be able to find out what command it was trying to execute by running wine --debugmsg +exec -- setup.exe
Jade E. Deane
2003-Mar-06 16:40 UTC
Microsoft Installer "Incorrect command line parameters"
The following is the output from the suggested command: bash-2.05b$ wine --debugmsg +exec "D:\\disk1\\setup.exe" fixme:reg:GetSystemInfo not yet supported on this system fixme:dosfs:GetDiskFreeSpaceExW no per-user quota support yet fixme:ntdll:NtOpenThreadToken (0xfffffffe,0x0000000f,0x00000001,0x294de060): stub fixme:ntdll:NtOpenThreadToken (0xfffffffe,0x00000008,0x00000001,0x29782414): stub fixme:ntdll:NtQueryInformationToken (0xcafe,8,0x29782408,4,0x2978240c): stub fixme:advapi:SetThreadToken (0x0, 0xcafe): stub (NT impl. only) fixme:ntdll:NtOpenProcessToken (0xffffffff,0x00000028,0x29782418): stub fixme:advapi:LookupPrivilegeValueW (L"",L"SeShutdownPrivilege",0x29782420): stub fixme:ntdll:NtAdjustPrivilegesToken (0xcafe,0x00000000,0x2978241c,0x00000000,0x0,0x0),stub! fixme:ntdll:NtOpenProcessToken (0xffffffff,0x00000028,0x29782418): stub fixme:advapi:LookupPrivilegeValueW (L"",L"SeIncreaseQuotaPrivilege",0x29782420): stub fixme:ntdll:NtAdjustPrivilegesToken (0xcafe,0x00000000,0x2978241c,0x00000000,0x0,0x0),stub! err:win32:PE_fixup_imports No implementation for msi.dll.228 imported from C:\windows\system\msiexec.exe, setting to 0xdeadbeef err:win32:PE_fixup_imports No implementation for msi.dll.222 imported from C:\windows\system\msiexec.exe, setting to 0xdeadbeef fixme:reg:GetSystemInfo not yet supported on this system fixme:ntdll:NtQueryInformationProcess (0xffffffff,0x0000001a,0x28670a2c,0x00000004,0x0),stub! On Thu, 2003-03-06 at 12:49, Duane Clark wrote:> Jade E. Deane wrote: > > Has anyone ever seen the following message? > > > > Windows Installer, "Incorrect command line parameters" > > > > I have a screenshot of this at > > http://www.scoundrelz.net/~moose/quicken/quicken08.png > > I have seen that message when I explicitely run msiexec without the > correct parameters. You should be able to find out what command it was > trying to execute by running > wine --debugmsg +exec -- setup.exe > > > _______________________________________________ > wine-users mailing list > wine-users@winehq.com > http://www.winehq.com/mailman/listinfo/wine-users >