Announcement

Collapse
No announcement yet.

How do I install Macromedia Suite?

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How do I install Macromedia Suite?

    Hi, plz can someone help I have the ISO file for the macromedia suite and I'd love if I could install it in kubuntu, I have wine (dunno if it's working) but I need something like daemon tools for kubuntu so I can mount my iso's I know kubuntu comes with one of those, but does anyone know of one with a GUI? I'm so thick when it comes to the command line. Thanks in advance

    #2
    Re: How do I install Macromedia Suite?

    Topic splt.

    In linux, you can mount ISO's directly, without the need for a third party app like Daemon tools. Just type this in a konsole:
    Code:
    mount -o loop -t iso9660 filename.iso /mnt/iso
    filename.iso = your macromedia Suite ISO filename (the actual path of the file, unless it is in your homr directory must be given)
    /mnt/iso = the place where the iso will mount to.

    To run Macromedia Suite's setup.exe, you would do something like:
    Code:
    wine /mnt/iso/setup.exe
    (just an example, might not actually work)
    <br /><br />*temp. hiatus from forums due to comp + net broken* :&#039;(

    Comment


      #3
      Re: How do I install Macromedia Suite?

      There is also a nice Service Menu called MountISO over at kde-apps.org

      PS. You can download the latest Flash v9beta from adobes site & the rest of the Macromedia's suite is crud, you should try embrace some of the (better & free) OSS alternatives.

      Comment

      Working...
      X