Page 1 of 1

Setup problem.

Posted: Thu Dec 21, 2006 2:44 am
by hsiao36941
I created a setup and try it, but I got a error message like below image:

Image

Please tell me what is problem? and what to do now?

Thank's

Hsiao

Posted: Thu Dec 21, 2006 6:26 am
by Gizm0
Try rebuilding the setup and try again, make sure you have proper access to the folder you try to install, that all web media blocks exist and they are not corrupted and that your setup file is downloaded correctly.

Posted: Thu Dec 21, 2006 9:21 am
by CandiceJones
A simple search on the MSDN Help Library or the Platform SDK Help Library for "windows installer error 2343" provides the following information:

2343 Specified path is empty.


So it probably means one of your Install Files commands or Create Directory commands have an empty target path. Just fix that and the error will go away.

Posted: Thu Dec 21, 2006 10:55 pm
by hsiao36941
It to solve after remove ODBC driver, but I need ODBC driver, how to do it?

CandiceJones wrote:A simple search on the MSDN Help Library or the Platform SDK Help Library for "windows installer error 2343" provides the following information:

2343 Specified path is empty.


So it probably means one of your Install Files commands or Create Directory commands have an empty target path. Just fix that and the error will go away.

Posted: Fri Dec 22, 2006 9:06 am
by CandiceJones
So, it seems you did not specify the target path in the ODBC command, then. Edit the ODBC command again, and be sure to specify the target path.

Another problem

Posted: Wed Dec 27, 2006 8:31 pm
by hsiao369
When build project, I get a error message:

Created Windows Installer database
Error during build: Access violation at address 004EA95D in module 'miaa.exe'. Read of address 00000010

How to solve?

Thank's

One more question

Posted: Thu Dec 28, 2006 1:11 am
by hsiao369
Lunch the install pagkage, after copy files, another error message is:
Image

Translate to english is mean "Can not write the value FIFRxxxxx to register UNKNOWN\\xxxxxxxxxxxx. Please check your right to access the register.

Posted: Thu Dec 28, 2006 12:02 pm
by CandiceJones
Make sure you specified a valid version number for your product...the IDE is helpful in that it will warn you with a message balloon (assuming you kept them turned on) when an invalid version is entered.

Posted: Tue Jan 02, 2007 10:16 pm
by hsiao369
It's not this reason.
After divide files (*.*) into 2 or 3 part , and un-check subfolders , it's done.

CandiceJones wrote:Make sure you specified a valid version number for your product...the IDE is helpful in that it will warn you with a message balloon (assuming you kept them turned on) when an invalid version is entered.

Posted: Wed Jan 03, 2007 9:19 am
by CandiceJones
In that case, upgrading to the latest version will also resolve this issue for you, you were probably experiencing issues with web media block path depths which has been resolved.