Randem Systems Support Board

InnoScript => InnoScript - General Questions, Report Bugs, Problems etc... => Topic started by: tcj on July 29, 2007, 11:42:44 AM

Title: Parameter 'OutputBaseFilename' not saved
Post by: tcj on July 29, 2007, 11:42:44 AM
Hi,
 
just wand to let it be known that innoscript
doesn't save the parameter OutputBaseFilename
in the project-file, so any change will be lost after closing the project.
 
btw: innoscript automatically appends release/trial/beta to the filename. Is there any way to omit this?
 
Thanks,
Thomas
Title: Parameter 'OutputBaseFilename' not saved
Post by: Randem on July 29, 2007, 02:08:03 PM
If you change the OutputBaseFilename that will override the behavior. I will look into this concern.
Title: Parameter 'OutputBaseFilename' not saved
Post by: Randem on July 29, 2007, 03:23:29 PM
 
 
Try this for the corrections to the reported issues. Put the exe in the folder you installed InnoScript into and the dll into the Windows\System32 folder.
Title: Parameter 'OutputBaseFilename' not saved
Post by: tcj on July 30, 2007, 05:17:46 AM
thanks for your quick reply, but your updated version dosn't start at all on both of my systems.
The mouse cursor becomes a sandwatch for one second and then nothing. Only one single beep sounds out of the speaker.
 
After returning back to the older (build 3) version of the two files, innoscript starts again.
Title: Parameter 'OutputBaseFilename' not saved
Post by: Randem on July 30, 2007, 04:42:59 PM
Did you register the dll?
 
CDwindowssystem32
regsvr32 RSGenRtns.dll
 
This will get 7.1 Build 4 to start correctly.
Title: Parameter 'OutputBaseFilename' not saved
Post by: tcj on July 31, 2007, 05:52:06 AM
thanks, the dll wasn't registered, now it works.
The Parameter OutputBaseFileName is saved now.
 
>If you change the OutputBaseFilename that will override the behavior
 
This doesn't seem to work. I set the parameter OutputBaseFileName to abc.
After creating the scipt, I found inside the script:
OutputBaseFilename=abcRelease
 
If I understood you right, it should be
OutputBaseFilename=abc
Title: Parameter 'OutputBaseFilename' not saved
Post by: Randem on July 31, 2007, 09:41:01 AM
No, You misunderstood. That fix is not currently in the Beta version you have. It has been done but not released.