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.
|