
selwynreynolds asked a question.
Error 1609 - 64bit install
I have an InstallScript MSI project that I have upgraded from InstallShield 2010 to InstallShield 2011. It installs fine on 32-bit OS (XP and Vista). When I try to install it on a 64-bit OS (Windows 7) I get the following error:
Error 1609. An error occurred while applying security settings. WFINET\System is not a valid user or group. This could be a problem with the package, or a problem connecting to a domain controller on the network. Check your network connection and click Retry, or Cancel to end the install. Unable to locate the user’s SID, system error 1332.
I need to force the install to install the app files to \Program Files instead of \Program Files (x86) also. But, first I can't get past the error above using [ProgramFilesFolder] or [ProgramFiles64Folder].
Any ideas on what I can try to change to eliminate this error?
If there is other info I can give you about my project that might help I'll be happy to do that.
I don't use any Custom Actions. I normally create InstallScript projects but had to use an InstallScript MSI project for this install in order to install some files to the GAC and set some files as key files.
Thank you!