+ Reply to Thread
Page 1 of 7 1 2 3 ... LastLast
Results 1 to 10 of 61

Thread: MSI Installer BETA Feedback

  1. #1
    Join Date
    Jul 2006
    Location
    San Diego, CA
    Posts
    5,450

    Default MSI Installer BETA Feedback

    The BETA of the Deki MSI installer is now available. You can download it from Sourceforge

    Requirements for the MSI are Windows Server 2008 or Windows Vista SP1. We're looking into adding support for Windows Server 2003 and Windows XP.

    Please, DO NOT INSTALL the MSI on production systems. It's a BETA, you've been warned!

    That said, we really need your help to figure out as many gotchas as possible in the installation process. Please report issues with screenshot and system information. Thanks!
    Steve G. Bjorg - Chief Architect
    Did you check the MindTouch FAQ?
    Found a bug? Report it.
    Follow me on Twitter
    Find us on IRC: irc.freenode.net #mindtouch

  2. #2
    Join Date
    Jul 2006
    Location
    San Diego, CA
    Posts
    5,450

    Default

    Just for the record, it appears that there is a yet undetermined problem when initializing the database.

    Reported here:
    http://www.oreillynet.com/onlamp/blo...si_instal.html
    Steve G. Bjorg - Chief Architect
    Did you check the MindTouch FAQ?
    Found a bug? Report it.
    Follow me on Twitter
    Find us on IRC: irc.freenode.net #mindtouch

  3. #3
    Join Date
    Jul 2006
    Location
    San Diego, CA
    Posts
    5,450

    Default

    Seems like the issue is due to MySql running in STRICT mode, which isn't supported. See this thread:
    http://forums.developer.mindtouch.co...ead.php?t=2693
    Steve G. Bjorg - Chief Architect
    Did you check the MindTouch FAQ?
    Found a bug? Report it.
    Follow me on Twitter
    Find us on IRC: irc.freenode.net #mindtouch

  4. #4

    Default

    Hi,
    Once installed and MySQL was set to the correct mode, I head to http://localhost and get nothing, i see the hdd wizzing away for about 10secs then it sits there trying to load a page. Do the solutions for some problems still apply to this build on windows?

    One thing that also had to be done(although not sure if it made a difference) was to add the IIS_IUSR(guest account) to the program files\mindtouch folders. This didnt make any difference to the loading of localhost, it still hung

    I love where you are going with this, as I am trying to somehow work this into replacing the somewhat limited wiki in Sharepoint.

    Thanks,
    Ryan
    Last edited by rjodwyer; 07-23-2008 at 07:44 AM.

  5. #5
    Join Date
    Feb 2007
    Location
    San Diego, CA
    Posts
    733

    Default

    Did you already get to the wiki installation page where you are prompted to enter database configuration information?

    Also: The windows installer already grants IIS_IUSR permission to the necessary directories. You shouldn't need to do anything.

  6. #6

    Question A program required for this install to complete could not be run.

    When attempting to install the MSI Deki Wiki, I encounter the error message as recorded in the installer log file in the Temp folder:

    ------------------------------------------------------------
    Action start 13:38:35: IISW3SVCInstall.
    Error 1721. There is a problem with this Windows Installer package. A program required for this install to complete could not be run. Contact your support personnel or package vendor. Action: IISW3SVCInstall, location: pkgmgr.exe, command: /iu:IIS-WebServerRole;IIS-WebServer;WAS-WindowsActivationService;WAS-ProcessModel;WAS-NetFxEnvironment;WAS-ConfigurationAPI;IIS-StaticContent;IIS-HttpErrors
    MSI (s) (04:C4) [13:38:37:480]: Product: MindTouch Deki 8.08beta -- Error 1721. There is a problem with this Windows Installer package. A program required for this install to complete could not be run. Contact your support personnel or package vendor. Action: IISW3SVCInstall, location: pkgmgr.exe, command: /iu:IIS-WebServerRole;IIS-WebServer;WAS-WindowsActivationService;WAS-ProcessModel;WAS-NetFxEnvironment;WAS-ConfigurationAPI;IIS-StaticContent;IIS-HttpErrors

    Action ended 13:38:37: IISW3SVCInstall. Return value 3.
    Action ended 13:38:37: INSTALL. Return value 3.
    ------------------------------------------------------------
    I attempted to run the above install on a computer with Windows Vista Business SP1.

    I also tried installing the MSI Deki Wiki on my laptop with Windows Vista Ultimate SP1 and installation process succeeded, however, I cannot point my web browser to http://localhost; no errors are thrown and nothing is displayed. You are not even prompted to type anything in; just a white-browser window is displayed and I've tried Safari as well as Firefox to see if any items are rendered.

    UPDATE: I got around the error message by moving the MSI file to the root of my C:\ drive, running Command Prompt as Admin and then executing the MSI Deki Wiki from there. Now, when I launch the Deki Wiki in the browser, I receive this error message:

    "ERROR: There was a fatal error during the install process - some required configuration or libraries are missing. Please install these libraries before attempting to install MindTouch Deki."

    How can I tell what libraries I need to install?
    Last edited by utilizers; 07-30-2008 at 08:00 PM.

  7. #7
    Join Date
    Feb 2007
    Location
    San Diego, CA
    Posts
    733

    Default

    For system #1:
    Are you able to run pkgmgr from the command line on your system?

    If so, can you run:
    pgkmgr /iu:IIS-WebServerRole;IIS-WebServer;WAS-WindowsActivationService;WAS-ProcessModel;WAS-NetFxEnvironment;WAS-ConfigurationAPI;IIS-StaticContent;IIS-HttpErrors

    The installer detected that you do not have a IIS7 dependency installed and is trying to add it.

    For system #2:
    Is IIS running? Do you see the MindTouch Deki website on your IIS management console?

  8. #8

    Default

    Quote Originally Posted by brigettek View Post
    For system #1:
    Are you able to run pkgmgr from the command line on your system?

    If so, can you run:
    pgkmgr /iu:IIS-WebServerRole;IIS-WebServer;WAS-WindowsActivationService;WAS-ProcessModel;WAS-NetFxEnvironment;WAS-ConfigurationAPI;IIS-StaticContent;IIS-HttpErrors

    The installer detected that you do not have a IIS7 dependency installed and is trying to add it.

    For system #2:
    Is IIS running? Do you see the MindTouch Deki website on your IIS management console?

    After restarting my laptop (system #2), I'm now able to see the same results I see on system #1:
    "ERROR: There was a fatal error during the install process - some required configuration or libraries are missing. Please install these libraries before attempting to install MindTouch Deki."

    Besides PHP 5.2.6 and MySQL 5, what other libraries are required?
    Is there a log file I can use to see what files are missing?

  9. #9
    Join Date
    Feb 2007
    Location
    San Diego, CA
    Posts
    733

    Default

    You don't need to install php. The installer does that for you. All you need is the connection information to a MySql database.

    Can you please check the pkgmgr thing I asked above.

  10. #10

    Default

    Quote Originally Posted by brigettek View Post
    You don't need to install php. The installer does that for you. All you need is the connection information to a MySql database.

    Can you please check the pkgmgr thing I asked above.
    I see -- I was able to run the command you suggested and it appears to have completed. I'm uninstalling the current version of the MSI and reinstalling to see if it works now on laptop-System #2 this time.

+ Reply to Thread

Posting Permissions

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