good day
I'm new to the forum, I apologize if this question in the wrong place.
I have a problem with my installer. I made an application, it works fine. I made an installer with InstallShield 2010 and it works normal. Up here, life is beautiful.
This application, the end user level, you need to modify your folders, files and other ... but every time users make a change in these folders or files, either by adding, changing, or deleting, re-run the installer, and will prevent this from happening, because the application must be more malleable, "portable "so to speak, that users can cut and paste in installation directory without any other step.
I am using InstallShield 2010 (basic msi project), win7 and winxp
how I can prevent this with installshield? is some property of the components? I repeat, do not want to have to reinstall to change any installed file
thanking your help, I say goodbye
thanks
This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.

little problem with installshield 2010
Started by
sidneyb
, Sep 03 2012 23:04
2 replies to this topic
Posted 03 September 2012 - 23:56
Windows Installer repair is running because items marked as component keys are missing (in your case moved somewhere else).
You can try going into your components and removing the key.
You can try going into your components and removing the key.
Posted 04 September 2012 - 13:57
You can blank out the ComponentId GUID for the components holding the files which users need to be able to delete. However those file will then also be left behind during uninstall, unless you add them to the RemoveFile table.
Stefan Krüger
InstallSite.org twitter facebook