Jump to content

Grizzly_MV

Member
  • Posts

    2
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About Grizzly_MV

Grizzly_MV's Achievements

0

Reputation

  1. That's exactly what I had to do here to make it work with network path. I tried it with network path, local path and the variables supported by WPI and all of them seemed to work fine. So, I guess those lines were there for a specific purpose, but can't figure it out. Maybe the developper of WPI will have an answer? :-) if you don't map a drive, the network path will start with \\ and the string function was replacing it with a \ so a string like this: \\domainname\servername\sharename was replaced by the function to: \domainname\servername\sharename which of course was giving a path not found error. By doing these 2 lines changes in the code, it keep the line with the \\ at the beginning of the line which is required for a network path. I'm just saying this because I think I read somewhere that someone was saying that he was not familiar with network path and I don't remember if it was the developper or just a user. Anwyay. It's working now, but I'm still wondering what was the purpose of the lines we have changed (especially since all the rest, I mean running it locally or with variables, seem to work perfectly from here even with those lines changed).
  2. Hi. I started using the WPI tool and so far I find it very nice. I was already working on a very similar solution in our company here to simplify the unattended installations, but this tool will save us a lot of dev time!! I've been able to customize it to make it work from a network, and adapt it to our needs. There's one "problem" I found, which is also there in the original version. When I add a new program in the list (from the Config screen), how could I get the Categorie box filled with the existing categories ? I mean if we check a program that is already in the list, the categorie box will have None and Other (which are by default, even in a new one) but will also have all other categories used by the programs in the list. I'd like to be able to have the exact same box filed when I add a new entry in the list. any ideas of if it could be possible, or what lines of code to add? My guess is it miss some code in the CreateConfigRow function in the ConfigWizard.js script, but I'm not sure. Anyway, any help would be greatly appreciated. Right now, we are having some spelling errors that could be avoided with the box filled properly. ex: One existing program could be in Home Applications. Then somebody add a new app and will type Home Application (without the S at the end). Having the list, he would have been able to select Home Applications from the list and avoid having that kind of human error .
×
×
  • Create New...