Results 1 to 2 of 2

Thread: Adding a registry key for wine ?

  1. #1
    Join Date
    Feb 2008
    Location
    readlink("/proc/self/exe"
    Beans
    1,120
    Distro
    Ubuntu Development Release

    Question Adding a registry key for wine ?

    Hi, question:

    I'm writing an installer that installs a program that can convert AutoCAD drawings to Flash .swf files. That conversion program I use for a website, which can do floor-planning.

    The converter program is for windows, but I got it working under Linux via wine, I just needed to copy some mfc dll's over.

    My question now is: The program has a license key, which it stores in the registry.
    My installer program should thus write a windows registry key to wine's registry into section HKLM/Software. How do I do that on Wine ?
    Via script, or C/C++, or is there a way with mono ?

    I need some way to write the registry key from a .deb package.
    In a world without walls and fences, who needs Windows and Gates?
    Linux is like a wigwam.... no Gates, no Windows but Apache inside!
    http://www.debianadmin.com
    apt-get install libstdc++6-4.3-doc

  2. #2
    Join Date
    Feb 2007
    Beans
    4,045
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Adding a registry key for wine ?

    I guess you pass it as a file to wine's regedit.
    Code:
    wine regedit /\?

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •