Archive: Rename Custom InstType


Rename Custom InstType
Okay I cannot seem to rename the custom install type.

First of all, I'm using

InstType "Extract Files Only"
InstType /COMPONENTSONLYONCUSTOM


But of course /CUSTOMSTRING=str can't be used with /COMPONENTSONLYONCUSTOM since the compiler only expects one parameter (something I think that should be allowed in future versions)


So then I've tried using

Function "CustomText"
InstTypeSetText 32 "testingcustomtext"
FunctionEnd


And calling the function all over the place, and that doesn't work either.


Anyone have an idea of what I can do, if anything, to set the custom text to something else in my situation? Thanks in advance.


InstType "Extract Files Only"
InstType /COMPONENTSONLYONCUSTOM
InstType /CUSTOMSTRING=Something