Netduino home hardware projects downloads community

Jump to content


The Netduino forums have been replaced by new forums at community.wildernesslabs.co. This site has been preserved for archival purposes only and the ability to make new accounts or posts has been turned off.
Photo

Framework Install error


  • Please log in to reply
14 replies to this topic

#1 victorf

victorf

    Member

  • Members
  • PipPip
  • 12 posts
  • LocationSchenectady, New York USA

Posted 07 October 2010 - 10:31 PM


Attempted to install 4.1 Framework and received fatal error 1324 "The Path Program Files contains an invalid character".
Now what do I do? I do have a screen shot of the error message! I have never had any problem installing anything on this computer. C# install went OK.

Any enlightenment will be appreciated.

Vic

Victor Fraenckel
KC2GUI
windswaytoo ATSIGN gmail DOT com


Vic Fraenckel
KC2GUI
windswaytoo ATSIGN gmail DOT com

#2 Chris Walker

Chris Walker

    Secret Labs Staff

  • Moderators
  • 7767 posts
  • LocationNew York, NY

Posted 07 October 2010 - 10:37 PM

Hi Vic, Can you post the screenshot? Also, are you doing the default installation or did you give it a specific installation path? Chris

#3 victorf

victorf

    Member

  • Members
  • PipPip
  • 12 posts
  • LocationSchenectady, New York USA

Posted 08 October 2010 - 01:46 AM

Hi Vic,

Can you post the screenshot? Also, are you doing the default installation or did you give it a specific installation path?

Chris



Chris,

Thanks for the reply!

I was doing the default install.

I have attached the screen shot.

Vic

Attached Files



Vic Fraenckel
KC2GUI
windswaytoo ATSIGN gmail DOT com

#4 Chris Walker

Chris Walker

    Secret Labs Staff

  • Moderators
  • 7767 posts
  • LocationNew York, NY

Posted 08 October 2010 - 01:52 AM

Hi Vic, Out of curiosity, do you know the path to your Program Files directories (the regular and 32-bit ones--if you're running 64-bit Windows)? I have pinged a member of the .NET MF team to help determine the best way to resolve this as well... Chris

#5 victorf

victorf

    Member

  • Members
  • PipPip
  • 12 posts
  • LocationSchenectady, New York USA

Posted 08 October 2010 - 11:35 AM

Hi Vic,

Out of curiosity, do you know the path to your Program Files directories (the regular and 32-bit ones--if you're running 64-bit Windows)?

I have pinged a member of the .NET MF team to help determine the best way to resolve this as well...

Chris


Chris,

I am not sure what you are asking here. My program files directory is on the system (F drive on my machine) drive and the path would be F:/Program Files. I am running 32 bit Windows XP

I appreciate the ping and I am looking forward to getting my problem fixed!

Vic

Vic Fraenckel
KC2GUI
windswaytoo ATSIGN gmail DOT com

#6 pascal06

pascal06

    Advanced Member

  • Members
  • PipPipPip
  • 95 posts
  • LocationFrance

Posted 08 October 2010 - 02:25 PM

Just a little check. Often, installer use the EV ProgramFiles to know where it is. So, open a cmd and type : echo %ProgramFiles% You should see F:\Program Files in your case. If not, you probably found what's happen, Pascal

#7 Chris Walker

Chris Walker

    Secret Labs Staff

  • Moderators
  • 7767 posts
  • LocationNew York, NY

Posted 08 October 2010 - 08:46 PM

Chris,

I am not sure what you are asking here. My program files directory is on the system (F drive on my machine) drive and the path would be F:/Program Files. I am running 32 bit Windows XP

I appreciate the ping and I am looking forward to getting my problem fixed!

Vic


Hi Vic,

A request from the installer team... Are you familiar with running command-line programs? If so, can you switch to your installer directory and run the following two commands?

Msiexec /l* mylog.txt /i MicroFrameworkSDK.MSI
msiexec /liwearucmopvx! completelog.txt /i MicroFrameworkSDK.MSI

And then could you send the generated log files to me (or attach them here)?

If you're not familiar with the command-line, I'd be happy to give you a call and walk you through it. Unfortunately, there aren't too many ways to diagnose installer issues without generating logs and such...

Chris

#8 victorf

victorf

    Member

  • Members
  • PipPip
  • 12 posts
  • LocationSchenectady, New York USA

Posted 10 October 2010 - 10:35 AM

Hi Vic,

A request from the installer team... Are you familiar with running command-line programs? If so, can you switch to your installer directory and run the following two commands?

Msiexec /l* mylog.txt /i MicroFrameworkSDK.MSI
msiexec /liwearucmopvx! completelog.txt /i MicroFrameworkSDK.MSI

And then could you send the generated log files to me (or attach them here)?

If you're not familiar with the command-line, I'd be happy to give you a call and walk you through it. Unfortunately, there aren't too many ways to diagnose installer issues without generating logs and such...

Chris


Chris,

Again, Thanks for the reply.

I have attached a screen shot of the command line executions of echo %ProgramFiles%, requested by Pascal06, which verifies that the ProgramFiles folder location is F:/ProgramFiles and of the first execution of Msiexec. Because of the error message shown, I was reluctant to run the second execution. I hope that this helps.

I look forward to hearing from you again soon.

Vic

Attached Files



Vic Fraenckel
KC2GUI
windswaytoo ATSIGN gmail DOT com

#9 Chris Walker

Chris Walker

    Secret Labs Staff

  • Moderators
  • 7767 posts
  • LocationNew York, NY

Posted 10 October 2010 - 10:55 AM

Vic, Somehow an extra period snuck into your command-line there (MicroFramework.SDK.MSI <-- no period before SDK)... Could you remove the period and try again? Thanks! Chris

#10 victorf

victorf

    Member

  • Members
  • PipPip
  • 12 posts
  • LocationSchenectady, New York USA

Posted 10 October 2010 - 02:16 PM

Vic,

Somehow an extra period snuck into your command-line there (MicroFramework.SDK.MSI <-- no period before SDK)... Could you remove the period and try again?

Thanks!

Chris


Chris,

No difference. I have included the new screenshot. I am not sure what I am doing here. The SDK is on my desktop. Will that make a difference? If so, where should it go?

Vic

Attached Files



Vic Fraenckel
KC2GUI
windswaytoo ATSIGN gmail DOT com

#11 Chris Walker

Chris Walker

    Secret Labs Staff

  • Moderators
  • 7767 posts
  • LocationNew York, NY

Posted 10 October 2010 - 02:41 PM

No difference. I have included the new screenshot. I am not sure what I am doing here. The SDK is on my desktop. Will that make a difference? If so, where should it go?


Vic, copy the SDK to the directory that you're using (F:\Documents and Settings\Victor). Or change to the desktop directory where the SDK is at... Either way should be good.

Chris

#12 victorf

victorf

    Member

  • Members
  • PipPip
  • 12 posts
  • LocationSchenectady, New York USA

Posted 11 October 2010 - 10:42 AM

Vic, copy the SDK to the directory that you're using (F:\Documents and Settings\Victor). Or change to the desktop directory where the SDK is at... Either way should be good.

Chris


Chris,

I navigated to F:\Documents and Settings\Victor\Desktop and ran MSIExec once again. This time the program started and then received the error as noted in the screen shot in the zip file attached here. A logfile mylog.txt was created and it is in the attached zip too!

I hope this helps.

Vic

Attached Files



Vic Fraenckel
KC2GUI
windswaytoo ATSIGN gmail DOT com

#13 Chris Walker

Chris Walker

    Secret Labs Staff

  • Moderators
  • 7767 posts
  • LocationNew York, NY

Posted 11 October 2010 - 03:17 PM

Hi Vic, Can you run the second command to generate the "complete log" too? msiexec /liwearucmopvx! completelog.txt /i MicroFrameworkSDK.MSI Thank you very much, Chris P.S. What is your H drive?

#14 victorf

victorf

    Member

  • Members
  • PipPip
  • 12 posts
  • LocationSchenectady, New York USA

Posted 13 October 2010 - 12:57 PM

Hi Vic,

Can you run the second command to generate the "complete log" too?

msiexec /liwearucmopvx! completelog.txt /i MicroFrameworkSDK.MSI

Thank you very much,

Chris

P.S. What is your H drive?


I have attached the screen shot and the error log. Are we getting any closer to a resolution? My H drive is for my significant other to use for her stuff. My hard drive it partitioned into F:, G: and H: where F: is the system drive.

Vic

Attached Files



Vic Fraenckel
KC2GUI
windswaytoo ATSIGN gmail DOT com

#15 Chris Walker

Chris Walker

    Secret Labs Staff

  • Moderators
  • 7767 posts
  • LocationNew York, NY

Posted 13 October 2010 - 03:38 PM

Hi Vic, I've passed your log files onto the .NET MF team. They may need some additional info, but I'm hoping they have an easy solution (or a workaround to get you up and running). Thanks for generating these logs. Let's see what we can find out... Chris




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

home    hardware    projects    downloads    community    where to buy    contact Copyright © 2016 Wilderness Labs Inc.  |  Legal   |   CC BY-SA
This webpage is licensed under a Creative Commons Attribution-ShareAlike License.