can someone help me out. what would cause my app to launch fine on its own but when launched from my nsis script it looks like it starts to open and immediately closes. i tried adding a long sleep after the execwait and i also tried commenting out all of the stuff that moves files around. nothing seems to work. any ideas? (i can post the code if you think it will help)
Often, it can be the working directory. SetOutPath $EXEDIR just before the Exec
Sometimes, the impossible can become possible, if you're awesome!
awesome, that worked. thanks!
just ran into another problem, how do i delete a full line of xml code, not just the values? i don't think the configwrite thing will work so i guess i have to use the xml plugin?