Re: [WiX-users] Write Autogenerated Product Id in an Ini File

2006-08-22 Thread coolfishx
006 8:12 AM > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Write Autogenerated Product Id in an Ini File > > > > Tried that ... but the value remains empty ... The ini file is created, > the > section and the key is created, but with an empty value. > > >

Re: [WiX-users] Write Autogenerated Product Id in an Ini File

2006-08-22 Thread Brian Simoneau
Try [ProductCode] instead. -Brian Simoneau -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of coolfishx Sent: Tuesday, August 22, 2006 8:12 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Write Autogenerated Product Id in an Ini File

Re: [WiX-users] Write Autogenerated Product Id in an Ini File

2006-08-22 Thread coolfishx
Tried that ... but the value remains empty ... The ini file is created, the section and the key is created, but with an empty value. ... ... I use votive3, the latest weekly release. (3.0.2015) Thank you in advance, DM Brian Simoneau wrote: > > The Product ID is stored

Re: [WiX-users] Write Autogenerated Product Id in an Ini File

2006-08-22 Thread Brian Simoneau
The Product ID is stored in the property ProductID. The Value attribute should be [ProductID]. -Brian Simoneau -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of coolfishx Sent: Tuesday, August 22, 2006 4:53 AM To: wix-users@lists.sourceforge.net Subject: [