It worked, although AI 10.2 caused some problems. After some stumbling about how to use the File To Launch and Command Line properties I ended up with an invalid entry in the projectfile.
Something like <ROW Action="LaunchFile" Type="2" Source="viewer.exe" Target="<target file>"[#repair.bat ...
If I set the "Search the 64-bit portion of the registry" option, and this installer is run on a 32-bit OS - will the search be skipped, or will it search HKEY_LOCAL_MACHINE\SOFTWARE\MY_KEY\MY_REG_VALUE ?
When you check the "64-bit portion of the registry" option, the search will look in the 64-bit portion of the registry. Otherwise, it will look in the 32-bit portion.
In your example, the 64-bit portion of the registry is "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\12.0\Outlook ...
Hi, I am working with an 'Install new version first and then uninstall old version' installer where I have to do some serious "refactoring" of some Components. In this Components I have located several files with a shared key, and the file "holding" the key must be deleted. This in turn leads to ...
and thank you for your answer, but my situation is a bit more complex :?
I have set the component for the config file to Never Overwrite to prevent overwriting of user modified config files, this setting also seems to prevent the New/Edit XML file operation for doing its work.
have a problem here I can't figure out. In my installer project I have an application .config file I have set as Version - Get from file (so it doesn't get overwritten when first installed), then I have a New XML file target with the same filename where I set the db configuration with the ...