Jump to content

mritter

Member
  • Posts

    1,094
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by mritter

  1. Would anyone miss it if I remove the "Indent text" option in the tool tips? It was originally put there back before the tips were as advanced as they are now. It only indents the first paragraph. So you would have to add your own spaces afterwards anyway.
  2. Yes, need both the true and false at end. Did you copy and paste it in to the Config Wizard or your config.js? What does the install log file say? Are you on a 32bit system or 64bit? Set it accordingly.
  3. Assign the "important" ones an INstall Order number. IE first, the rest higher. Then be sure to install by order, not category.
  4. After some testing, getBits() will be easier for you: getBits()==32 or getBits()==64 {JSCRIPT}=(if getBits()==32) RunCmd('cmd /c copy /y "C:\WPI\ChangeLog.txt" "C:\"',true,false) There are single quotes, ' , before cmd and after last " in the C:\ path. Copy and paste this into the CONFIG WIZARD, ***not***directly into your config.js. The cmd /c part may be optional. Try with and without it.
  5. Yes, very nice. It will be included in the next release. Some new stuff not quite ready for current version.
  6. Yes, I can make it an option. Not sure if will put it there or in the main big combobox on the General tab.
  7. In the theme's wpi.css, installer.css, and wpi_theme.js.
  8. Sent ghaffar a beta copy to test.....................
  9. What do you have selected in Config Wizard -> Configurations tab? If it's "default", then only the one's set to 'yes' should be checked. Make sure it's not All.
  10. Yes. Either make 2 entries for each instance. OR.....make 2 separate config.js files: configx64.js and configx86.js. Then use command line args to specify which to use. There is no easy way around this.
  11. Why and what are you directly copying into ProgramFiles? Unless you make dedicated 32bit and 64bit versions, you will have to do it all twice and use dependencies.
  12. That key, and 2 others, are already set internally by WPI. If it is not working properly, as in, need to set before WPI runs, then I can update the WPI.exe to set them before the mshta is launched. Keep me informed.
  13. When you hit Install button, does the window close/resize? Or not change at all? What theme are you using?
  14. You can't do it within WPI. You will have to write batch file and run it in Execute Afterso it is always last. In there write your code to determine what to do.
  15. I am using the DOS command, add it yourself after the program you want. shutdown.exe -r (restart) shutdown.exe -s (shutdown) More options also available.
  16. I would have to agree with Al, probably something taken out with nLite that is needed.
  17. No. Why would you want to? If good enough reason, it could be added.
  18. Took a lot of testing and "WTF" at the computer. Finally dawned on me.
  19. @Whatsup: 1) go into your selected theme folder and edit: wpi_theme.js. At the end of the file is this line: ShowPercentValue=false; 2)Fixed. 3) It works for me. I do hope you are using the combobox to pick the entries and not removing the commas between entries.
  20. I figured it out. I updated all the save/load code to handle Unicode for foreign languages. For the m3u files it must be plain text. So I put it back to the original state and all is good again. You will have to re-save the Options file to convert the file back to plain text. v8.0.2 will be released soon with this fix and some new additions.
  21. Yes, I can tell if WPI was launched from CD, HDD, or USB drive. I will look into adding another variable to check for USB. The current check is if from CD, then no saving; else it assumes ran from HDD (desktop, so in testing/creation) so can write. So, you want if run from USB then act like it was started from CD? But that would limit people who use a thumb drive to install software from the desktop. (IT guy walking around office updating computers.) I will do some more thinking on it.........
  22. This is not working for me, either. It used to. I haven't touched this code in months, maybe a year. Still looking in to it.
  23. Options->General-combobox->Verify before installing if started from harddrive Make sure is not checked.
×
×
  • Create New...