PDA

View Full Version : New to Factory 2.0. Getting an Error



Jlewan
10-28-2008, 08:03 AM
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.:rolleyes 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.

Lorne
10-28-2008, 11:29 AM
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."

Jlewan
10-28-2008, 01:10 PM
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!:cool