R
Rob Moore
Could anyone tell me the syntax for adding a variable to the add/remove
registry entries step of the CIW?
We use %Date% %Time% entry for all applications:
HKLM\SOFTWARE\COMPANY NAME\DESKTOP\APPLICATIONS\APPNAME
VALUE=%DATE% %TIME%
In an MSI I would normally use [Date] [Time] which would then be translated
to the actual date and time of installation. When I try this I end up with
'[Date]' '[Time]' in the registry key.
Many thanks
registry entries step of the CIW?
We use %Date% %Time% entry for all applications:
HKLM\SOFTWARE\COMPANY NAME\DESKTOP\APPLICATIONS\APPNAME
VALUE=%DATE% %TIME%
In an MSI I would normally use [Date] [Time] which would then be translated
to the actual date and time of installation. When I try this I end up with
'[Date]' '[Time]' in the registry key.
Many thanks