PDA

View Full Version : rgu help


_Frosty_
5th August 2008, 04:53 PM
i'm having trouble with one or two rgu files that have come from my cab's using PackageCreater.

some have:

"reg path\item" = ""path_to_app" "%1""

when buildos builds the rom, this always corses an error, if i edit it to:

"reg path\item" = path_to_app %1

no errors, but when running the app in win mobile, cant get to the file,
if i then load regedit, edit so registery has "path_to_app" "%",
all works,

so question is how can i get the rgu to have the double quote with out stopping buildos... are ' allowed?

Rescue9
21st January 2009, 07:16 PM
Know this is old thread. However, I had this exact problem myself and knowing the answer would have helped. Try escaping the quotes.

Try like this:
"reg path\item" = "\"path_to_app\" \"%1\""