Randem Systems Support Board

InnoScript => InnoScript - General Questions, Report Bugs, Problems etc... => Topic started by: will_fastie on August 16, 2010, 04:44:59 AM

Title: Strange DefaultGroupName
Post by: will_fastie on August 16, 2010, 04:44:59 AM
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?
Title: Strange DefaultGroupName
Post by: Randem on August 16, 2010, 06:07:57 AM
That is correct. If you do not want the will fastie to appear; remove that from the company name in the parameter screen.
Title: Strange DefaultGroupName
Post by: will_fastie on August 16, 2010, 06:18:49 AM
The CompanyName parameter was set to Ruxton Design, not Will Fastie. I removed it anyway and I'm still getting the bogus group.
Title: Strange DefaultGroupName
Post by: Randem on August 16, 2010, 02:28:25 PM
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.
Title: Strange DefaultGroupName
Post by: will_fastie on August 16, 2010, 02:46:16 PM
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.
Title: Strange DefaultGroupName
Post by: Randem on August 16, 2010, 03:17:03 PM
Hmm... Check the company name in your vbp project file. What does that say?  
 
in VB:
 
Project->Properties->Make Tab
Title: Strange DefaultGroupName
Post by: will_fastie on August 16, 2010, 04:26:07 PM
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.
Title: Strange DefaultGroupName
Post by: Randem on August 16, 2010, 05:07:53 PM
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.
Title: Strange DefaultGroupName
Post by: Randem on August 16, 2010, 06:57:47 PM
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...