You are here

help with my new app

4 posts / 0 new
Last post
Travis Carrico
Offline
Last seen: 15 years 12 months ago
Developer
Joined: 2006-10-22 00:30
help with my new app

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)

John T. Haller
John T. Haller's picture
Offline
Last seen: 16 hours 41 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
working directory

Often, it can be the working directory. SetOutPath $EXEDIR just before the Exec

Sometimes, the impossible can become possible, if you're awesome!

Travis Carrico
Offline
Last seen: 15 years 12 months ago
Developer
Joined: 2006-10-22 00:30
yay

awesome, that worked. thanks!

Travis Carrico
Offline
Last seen: 15 years 12 months ago
Developer
Joined: 2006-10-22 00:30
another problem

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?

Log in or register to post comments