View Single Post
  #3  
Old 05-13-2008, 11:26 AM
ktodd ktodd is online now
Registered User
 
Join Date: 05-01-2008
Location: Sierra Vista, AZ
Posts: 8
Rolling the GUID

I was able to fix the problem above, but am having an issue updating the guid. I am running the following in the installshield step as a step script.

Function vbld_StepStarting()

Set objMacro = vbld_TempMacros.Add("productCode", CreateObject("Scriptlet.Typelib").Guid)


End Function

In the property tab on installshield, I have the following name/value pair.

ProductCode/%productCode%

When I run this step, the build is successful and the %productCode% macro has a new GUID. When I open the .ise file with installshield though, it doesn't show the new GUID value. Does this mean my setup.exe was created with the old value, or is this because I am not saving the .ise file?

Thanks.
Reply With Quote