Template questions

Started by lance (Unregistered Guest), August 20, 2004, 03:05:57 AM

Previous topic - Next topic

admin

Lance,
 
 Check with the 3.0.1 beta version posted on your thread in the Wish List Section.

lance (Unregistered Guest)

i'm confused.  if i don't want a quicklaunch icon, what do i replace it with in the template file?  i don't *have* a quicklaunch entry in the template file, and i don't want one in the generated .iss file.
 
and i already have the lines defining the url in the [INI] section and it's icon in the [Icon] section, but they don't replace anything, they just get added along side what InnoScript puts in the generated .iss file.
 
i've attached my template.

admin

Lance,
 
Ther is no way to tell InnoScript not to include something. The only way to accomplish what you want is to replace the lines with ones from the template file.

lance (Unregistered Guest)

hi there!  how can i get innoscript to NOT include certain things in the output .iss file?  for example, in my template, i already have the url set in the [INI] section and i don't need innoscript to add that line.  also, i've already got the [Icon] section to then point to that .url file and i don't need that put in there either.  and how do i make it not include a quicklaunch icon?