Self-Healing issue..
Hi everybody,
I'm building a package of an application called Import Sys, this application has several .ini files but Wise (I don't know why) Isn't seeing some of them in like that (like .ini files). So I put this files like text plain files (without extension), then, on MSI Expert, I wrote a CA to change the extension. It's working, but later, when another user is logging on Windows and launching this application installed through my msi, the Shortcut is self-healing and writing the files without the extension!, so if you watch the installation folder you'll find both files (with .ini and without extension).
It's complicated to understand, let me explain:
I have on source path: C:\program files\Import Sys\sql
Through a CA I've changed sql -> sql.ini
So, after install on admin profile I have: C:\program files\Import Sys\sql.ini
Later, normal user is logged in, shortcut is self-healing and I find:
C:\program files\Import Sys\sql.ini
and
C:\program files\Import Sys\sql
Is there some way to this files doesn't copied again??
I'm building a package of an application called Import Sys, this application has several .ini files but Wise (I don't know why) Isn't seeing some of them in like that (like .ini files). So I put this files like text plain files (without extension), then, on MSI Expert, I wrote a CA to change the extension. It's working, but later, when another user is logging on Windows and launching this application installed through my msi, the Shortcut is self-healing and writing the files without the extension!, so if you watch the installation folder you'll find both files (with .ini and without extension).
It's complicated to understand, let me explain:
I have on source path: C:\program files\Import Sys\sql
Through a CA I've changed sql -> sql.ini
So, after install on admin profile I have: C:\program files\Import Sys\sql.ini
Later, normal user is logged in, shortcut is self-healing and I find:
C:\program files\Import Sys\sql.ini
and
C:\program files\Import Sys\sql
Is there some way to this files doesn't copied again??
0 Comments
[ + ] Show comments
Answers (4)
Please log in to answer
Posted by:
cmi2000
14 years ago
Posted by:
AngelD
14 years ago
Posted by:
anonymous_9363
14 years ago
There are quite a few apps which use INI files which are not in the accepted INI format so I agree, this is most likely what's going on here. After your capture, select all the INIs and click 'Include as file' or, if you want to avoid re-capturing, delete the contents of the INIfile table and simply add the INIs as regular files.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.