Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2008
    Posts
    5

    Star New to Factory 2.0. Getting an Error

    I am trying to create an MSI, and of course have been trying lots of different Apps. I like Factory, but I get the error below. I pasted the log it shows when In the process of creating the msi. Any help would be great


    Thanks!

    -Justin-



    Checking for orphaned folders...
    Setting language to English-US for this build.

    Warning 0006: The project file has not been saved; relative source paths will not work.

    Checking output folders

    Building main setup .wxs file (setup.wxs)

    Adding user interface
    ...generating main UI wxs file (msifactui.wxs)
    ...adding file to build: C:\Documents and Settings\jlewan\My Documents\MSI Factory\Output\Importaint update from Microsoft\Build Files\msifactui.wxs
    ...adding language files:
    ...using language: English-US

    Saving main setup .wxs file as 'C:\Documents and Settings\jlewan\Desktop\setup.msi'

    Compiling 'C:\Documents and Settings\jlewan\My Documents\MSI Factory\Output\Importaint update from Microsoft\Build Files\setup.wxs'
    Microsoft (R) Windows Installer Xml Compiler version 3.0.4422.0
    Copyright (C) Microsoft Corporation. All rights reserved.

    setup.wxs
    C:\Documents and Settings\jlewan\My Documents\MSI Factory\Output\Importaint update from Microsoft\Build Files\setup.wxs(6) : error CNDL0108 : The Product/@Version attribute's value, 'Urgent', is not a valid version. Legal version values should look like 'x.x.x.x' where x is an integer from 0 to 65534.
    C:\Documents and Settings\jlewan\My Documents\MSI Factory\Output\Importaint update from Microsoft\Build Files\setup.wxs(6) : error CNDL0010 : The Product/@Version attribute was not found; it is required.
    Error 4001: candle.exe returned 10

    Build FAILED! Error: 4001 - Compile failed (candle.exe returned an error code). Usually means project contains errors or is missing information.

  2. #2
    Join Date
    Feb 2001
    Location
    Indigo Rose Software
    Posts
    2,728
    It helps to read the error messages.

    C:\Documents and Settings\jlewan\My Documents\MSI Factory\Output\Importaint update from Microsoft\Build Files\setup.wxs(6) : error CNDL0108 : The Product/@Version attribute's value, 'Urgent', is not a valid version. Legal version values should look like 'x.x.x.x' where x is an integer from 0 to 65534.
    Specifically, this part:

    The Product/@Version attribute's value, 'Urgent', is not a valid version. Legal version values should look like 'x.x.x.x' where x is an integer from 0 to 65534.

    So...try using a version number like 1.0.0.0 instead of "Urgent."
    --[[ Indigo Rose Software Developer ]]

  3. #3
    Join Date
    Oct 2008
    Posts
    5

    Cool wow

    That seemed to work I thank you very much....yes I should read into more detail next time.....Now I have learned that...Thanks again!

Similar Threads

  1. Dependency Module: Visual J# 2.0 2nd Ed. Redistributable Package
    By venky in forum MSI Factory 2.0 Examples & Modules
    Replies: 0
    Last Post: 09-04-2008, 07:42 PM
  2. New Features in Setup Factory 8.0
    By Ted Sullivan in forum Setup Factory 8.0
    Replies: 0
    Last Post: 07-31-2008, 02:38 PM
  3. MSI Factory 2.0 Eases the Development of Software Installer Packages
    By Ted Sullivan in forum Announcements & News
    Replies: 0
    Last Post: 05-07-2008, 02:35 PM
  4. MSI Factory 2.0 Eases the Development of Software Installer Packages
    By Ted Sullivan in forum MSI Factory 2.0 Discussion
    Replies: 0
    Last Post: 05-07-2008, 02:35 PM
  5. New Features in Setup Factory 7.0
    By Ted Sullivan in forum Setup Factory 7.0
    Replies: 0
    Last Post: 08-12-2004, 12:13 PM

Posting Permissions

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