Automatic account creation is now enabled. Captcha authentication required for account creation and editing unless you are trusted here.

Template:WiX Program Group

From WiX Wiki at MindCapers

Jump to: navigation, search
  <Directory Id='ProgramMenuFolder' Name='ProgramMenuFolder'>
     <Directory Id='IDProgramGroup' Name='Company'>  
        <Component Id='IDProgramGroup' Guid='insert valid Guid here'>
           <RemoveFolder Id='IDProgramGroup' On='uninstall'/>
           <RegistryValue Root='HKCU' Key='SOFTWARE\Company\MyApp'
                          Type='string' Value='Hello World' 
                          KeyPath='yes' />                                    
        </Component>
     </Directory>
  </Directory>
Personal tools