Jump to content

almulder

Member
  • Posts

    339
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by almulder

  1. Still under production having trouble with one thing.
  2. Sure glad I could help. I am just glad it was something so easy to fix.
  3. Well in all sence the forc[i]!=null && dose not need to be their. It will still only install if forc[i] == "yes" so if "forc ==" equals anything else it will skip it from force install. Just thought I would help you understand what I did. You might have made the "yes" like this "Yes" then it won't work. It must all be lowercase. Just tested it in VMware and working. Told it to install none, and clicked Install. Forced programs installed as the were made to. Yes I did se your file but it was unmodified I wanted to see the one you modified to check for an error. The unmodified one is the same as the one in 3.6.1 unmodified right?
  4. Just downloaded you 3.6.1 version. That is the only line changed. And it works. Let me look at your "generate.js" file list it as code here.
  5. :UPDATE: Solved the problem: Open "generate.js" and locate this section: function CreateFile(arg) Continue down the lines until you find this: if (forc[i]!=null && forc[i] == "true"){ // check the checkbox for an app if it is forced Change it to this: if (forc[i] == "yes"){ // check the checkbox for an app if it is forced Tried tested and working again. And NO I have no clue how to program with javascript just luck and starting to understand the code. Let me know if the works or not!
  6. I will see what I can find out. Just downlaoded 3.6.1
  7. I am working on Audio Player for WPI and installs. 75% complete! Now at 85% complete Now complete!
  8. I feel we need to make a "Sticky:" Lables "Current WPI Projects" or something like that. Then each person working on WPI should post what they are working on and what the end result should be. Only one post per person there each time we should update our own post for updates. Once project complete we should update it. And mark it done. and continue using just our post for all changes we make. once each is completed send them to "kelsenellenelvian" so he can combine them into WPI. This way we all know what is being worked on and that we don't try to work on the same thing. or we can offer help to people working on projects. The only thing is to keep it clean, we would need someone to check it once in a while and delete any posts that are replys or questions regrarding projects. They should be made into a new topic. Thought on this.
  9. would you mind sending it to me. This way I can add it to mine for when the audio player is working.
  10. That will have no effect on WPI or the installing programs, IT is completely seperate. Is anyone reading the earlyer posts? I have said it will all be optional.
  11. Sorry! I am going to go with one of the other media player looks. (Much easyer to Program and gives you more options. Like Volume & Pause)
  12. There will be a delay in the release of the "Media Player" I just noticed in my WPI the timer is not working. OPPS I changed somthing misssed a ";" or a "," or something. I will need to work that out first and it is also giving me other timer errors when loading the Audio config page. So Now I start back at the beginning. and work my way forward. Thanks for supporting this. It has become a real pain in my a** to do this. But I dont want to dissapoint anyone and just drop the whole thing. So I will continue to make it it will just be some time. (I mean come on I have never really know what javascript was until about 2 weeks ago. So all the new opstion I am done and am making is just luck that they work. I have no real clue what I am doing. Thsi s**t is hard to do.) WELL THANKS AGAIN. POST YA LATER P.S. About 150 views and only 6 votes (This option must not be wanted much?)
  13. How dose every one feel about having #1 for WPI and #5 for installing programs?
  14. The Media Player will be an OPTION to select "Music During install: - Yes or No" And the Player will take up 0 room on the cd because we will be calling upon "Media Player 9 or 10" It will run in a simple samel size state. Nothing to fancy. There will be a close button to shut it down if you want to close it, or so you can close it after the installs.
  15. That is what I thought, So the only way I can seem to get the player to work is by having them seperate One for WPI and one for installing, but they will be the same player(in the look that is). But at least you can have music both places. (Options) that is if you want, or one or the other or none at all.
  16. here is how I have it "%SystemDrive%\install\WPI.cmd" I have just the WPI.cmd copy over to the hard drive. "C:\install\" Put the "WPI.cmd" file into your sub folder from the root "\$OEM$\$1\install" Try that. It works for me. If not let me know.
  17. Let me ask this. If i kept the player looking the same, and had 2 seperate lists of files for playing audio, one for while wpi was running and one for when the installs. Also I would have a config menu in wpi for entering the file lists. Would this work for you? I cant seem to find out how to send the data from wpi to another window. I can send some info, but not where the current file from the play file is at on the list or where the curent playing file is. So currently the player will stop the current playing audio file in WPI, and start playing the first audio file for the install list. You could have music only in wpi or only while installing or both (Options). The other option I have is having the player load and you would have to use alt tab to switch between WPI and the player. and only have one file list. You could have music only in wpi or only while installing or both. with no drop in the current playing audio file. (Options).
  18. This should work with any windows media version, all I am doing is calling on the player. So therfor it should work with every one. (I hope)
  19. Here is a pic of version 5 of the Media Player Which Media Player should i use? 1) 2) 3) 4) 5) 6) 7) 8)
  20. I would need a new windows open, because when wpi closes it will stop playing the music
  21. Let me ask this. What do you think about having a seperate audio player for WPI from the installing programs. This way you could play audio files within WPI that gives info on things you could do with certain programs. or play music. But upon exit you would have UAP.exe start playing. I can have WPI use the same files as in UAP or that folder. Also will make a config screen for the setup of each area. One for the files WPI would play and one for the files UAP would play. Any thoughts? I will wait a few day to keep working on the WPI audio. I will continue my progress acording to what is voted for here. - - - - - - Thanks for voting - - - - - -
  22. Dose anyone know how to send an external program instructions using javascript? Or how to create a html page that is a certain size like 100x100, tht has no boarders, no buttons, or anything of that sort, and to be able to position the window, like a pop up box that can't be closed without using (Alt+F4) and then be able to send javascript commands between 2 windows. Info from one window sent to this window? If so can you show me how to do any of it.
  23. Here is a pic of the audio buttons Previous Audio, Play Audio, Stop Audio,Next Audio Seems to be working, But only in WPI. When it closes audio stops. Working on options screen for input of song file. Other wise you have to edit file manualy. What do you think?
×
×
  • Create New...