This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Problem with text replacement
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
May 13, 2015
07:18 AM
Problem with text replacement
I have a text file, AppConfig.reg that I am trying to update in a basic MSI package.
I have the text file associated with a component that I have verified is scheduled to get installed.
When I search through the MSI log file I see the following:
'Processing the replacement set 'AppConfig.reg'' Target Folder : ...
The next line says:
'Skip the replacement set 'ACConfigUserProfile.reg' because it is not scheduled to run.
I am trying to figure out what is wrong. Other files I have, such as XML files, are updated correctly.
Any ideas of what I can look for?
Thank you.
I have the text file associated with a component that I have verified is scheduled to get installed.
When I search through the MSI log file I see the following:
'Processing the replacement set 'AppConfig.reg'' Target Folder : ...
The next line says:
'Skip the replacement set 'ACConfigUserProfile.reg' because it is not scheduled to run.
I am trying to figure out what is wrong. Other files I have, such as XML files, are updated correctly.
Any ideas of what I can look for?
Thank you.
- Tags:
- msi
- text file changes
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
May 13, 2015
07:38 AM
Nevermind, I completely missed the attribute 'Run on Install'. Doh!