Strange DefaultGroupName

Started by Randem, August 16, 2010, 04:44:59 AM

Previous topic - Next topic

Randem

Yes, the DefaultGroupName Company Name was being taken from the VBP file instead of the Parameter Screen Company Name, this has been changed in the next version.
 
Thanks for reporting this issue...

Randem

Each time you run InnoScript it will check the parameter screen to see if it should pick up data from the VBP file. I will check to see if we are using a different method for the defaultgroupname. It is not using the parameter screen company name but the vbp name. I will see if that needs to be changed.

will_fastie

Yes, that does say Will Fastie.
 
I can see why it makes sense to pick up information from the VBP file at first, but it seems reasonable that the manual changes I make to Parameters would stick or override.

Randem

Hmm... Check the company name in your vbp project file. What does that say?  
 
in VB:
 
Project->Properties->Make Tab

will_fastie

Will Fastie is not in the DefaultGroupName on the Parameters screen. It is set specifically to OMS. The generated script is where Will Fastie gets inserted.
 
Let me know if you want an image. I'm available via Skype if you'd like to see it that way.

Randem

Ok, sorry. You can put the company name back (or just delete it it will be presented again on next run). Just remove will fastie from the defaultgroupname in the parameter screen and all should be well. I will check to see where it gets the default name and let you know.

will_fastie

The CompanyName parameter was set to Ruxton Design, not Will Fastie. I removed it anyway and I'm still getting the bogus group.

Randem

That is correct. If you do not want the will fastie to appear; remove that from the company name in the parameter screen.

will_fastie

In parameters, I set the DefaultGroupName to OMS. When the script is generated, this is what I get:  
 
[color=0000ff]DefaultGroupName[/color]=Will Fastie\OMS
 
Why?