Running NSIS EXE on CD
I'm trying to run an EXE file created with NSIS on a CD with a couple custom pages. I wrote an autorun .inf file to start the EXE when I put the CD in and the first two messages I get are cannot open file to write to for the custom page .inf files. It makes sense that it can't write to a CD and I get the same messages if I manually start the EXE off the CD. Is there a way to get around this?