gersonkurz / regdiff

Automatically exported from code.google.com/p/regdiff
34 stars 15 forks source link

Variable Replacement does not work in MultiSZ Values #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
set COMPUTERNAME=TAS-ZEN-WFTEST
regdiff.exe /XML "TomcatServiceRegistry_%COMPUTERNAME%.xml" /WRITE /PARAMS

What is the expected output? What do you see instead?

In the Key:
<registry version="2">
  <key name="HKEY_LOCAL_MACHINE">
    <key name="SOFTWARE">
      <key name="Wow6432Node">
        <key name="Apache Software Foundation">
          <key name="ProcRun 2.0">
            <key name="Tomcat7">
              <key name="Parameters">
                <key name="Java">
                  <MultiSZ name="Options">

Expected:
<line>-Dtc.keystore.file=conf/.keystore_TAS-ZEN-WFTEST.prod.lokal</line>

Actual:
<line>-Dtc.keystore.file=conf/.keystore_$$COMPUTERNAME$$.prod.lokal</line>

What version of the product are you using? On what operating system?
regdiff-4.2

Please provide any additional information below.

Original issue reported on code.google.com by knut_p...@ebriefkasten.com on 3 Sep 2014 at 9:34

Attachments: