Ah, we're almost there! That error occurs when you're in the wrong directory. Make sure commsecpro.msi is in your home(~) directory. i.e. When you open Places > Home Folder you should see commsecpro.msi listed there. Open the terminal application. It should start in you home directory but just to check your in the right directory you can type: [CODE] ls commsecpro.msi [/CODE] should print out "commsecpro.msi" on the next line. This means you're in the correct directory. If it results in ls: cannot access commsecpro.msi: No such file or directory you're in the wrong directory and you'll need to "cd" to the correct one.
Once you're in the correct directory try running [CODE] msiexec -i commsecpro.msi [/CODE] again. Once installed it doesn't seem to create an item in the wine menu so you can either navigate to the installation folder and double-click on CommSecPro.exe or edit the menu with the gnome menu editor. /*People installing can safely ignore this extended para...********** My apologies Alex Fuller, you were perfectly correct, there is no glue between wine and mono at all. Though it is on the drawing board. By double-clicking on CommSecPro.exe mono executes the application completely independent of wine. Although the installer does seem to depend on wine libraries (winforms), I am unsure how far the interaction goes here. I was also incorrect in assuming dotnetfx.exe was an arbitrary part of Microsoft's .NET implementation. It is in fact the installer for version 1.1 of .NET I did try using this through wine but the installation was _VERY_ dirty and running CommSecPro.exe in this environment produced limited results as compared with running it under mono. ***********************************************************************/ I am encountering a problem with network connection now though, I suspect the problem lies with CommSecPro but, not being a member myself I cannot ask for technical support. Look forward to hearing how you went. James On Thu, 2008-06-05 at 20:35 +1000, david wrote: > Hi James > I installed wine ver -1.0-rc3 > I also checked that I have the winforms mono > I now get the following when I ry to install commsecpro > Thanks for your help > davod > > [EMAIL PROTECTED]:~$ msiexec -i commsecpro.msi > err:msi:copy_package_to_temp failed to copy package L"commsecpro.msi" > fixme:msi:MSI_OpenDatabaseW open failed r = 80030002 for > L"commsecpro.msi" > [EMAIL PROTECTED]:~$ > > > On Thu, 2008-06-05 at 10:46 +1000, James Collier wrote: > > Winforms mono libraries > --- /************************************************* *INTERESTING FACT: * * Why are restricted formats and software bad? * * This is the first time in history someone else * * has decided where your music plays! * * http://www.youtube.com/watch?v=ryXDhXqR-SE * *************************************************/ My System: Ubuntu 8.04 GNU/Linux 2.6.24-18-generic x86_64 My website: https://launchpad.net/~james-collier412 www.morerowdy.blogspot.com Started: Thu Jun 5 23:12:43 EST 2008 -- ubuntu-au mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-au
