Quote:
Originally Posted by master_shake
Quote:
Originally Posted by helmi_c
Quote:
Originally Posted by master_shake
I am having nothing but problems getting the initflashfiles.txt to copy my shortcuts to the programs folder.
It is in unicode format, but can't seem to get it working reliably.
Only ones I have gotten to copy are when name the folder, the shortcut, and the exe as the same exact name and with no spaces.
What could I be doing wrong?
|
for example initflashfiles.txt contain:
; ===== Running Programs =====
Directory("\Windows\Start Menu"):-File(" Running Programs.lnk"," \Windows\RunningPrograms.lnk")
;
the red line is exactly what the file name on ur OEM folder, if the original file is with space, then rename it without space for make it simple, the yellow one is free, u can name it anything u like... and make sure hv at least 1 free line at the end of the initflashfiles.txt
btw I've seen some of the oem pack on the ftp doesn't hv 1 line free at the end of the file. it will append/mix with the previous line by other OEM pack and that will make it not work.
does anyone try the MMS3.5.0.16 client and Streaming Player on apache yet?
|
Thank you very much!
I was not adding all the needed info.
Worked like a charm, except if I want to copy more then one shortcut:
; ===== Wisbar Advance 2 =====
Directory("\Windows\Start Menu"):-File("Wisbar Settings.lnk","\Windows\WisbarSettings.lnk")
Directory("\Windows\Start Menu"):-File("Wisbar.lnk","\Windows\Wisbar.lnk")
;
That is the actual text I used and it only copies the second shortcut, and not the first. I even swapped them and still only the second.
Thanks for your help, I am finally on my way to getting a perfect device!
|
One of your other initflashfiles.txt isn't correct. All initflashfiles.txt need to be in Unicode AND have an blank line at the end. Basically, there should be another line below your semi-colon. To find out which initflashfiles.txt is messing you up, after running CreateOS.exe, go to the Temp/dump directory and open up initflashfiles.dat in Notepad. Scroll down and look at the various lines. If you see two shortcuts on one line, like below
Directory("\Windows\Start Menu"):-File("Blah.lnk","\Windows\Blah.lnk")Directory("\Wi ndows\Start Menu"):-File("Wisbar.lnk","\Windows\Wisbar.lnk")
go find the first one's initflashfiles.txt and fix it. The above happens when the initflashfiles.txt doesn't have a empty EOL at the end (the files are appended to each other, so if there's no empty EOL at the end, it just takes the last line of the previous initflashfiles.txt and appends the next one right to the end of the previous line)