Dennis Vogel
asked on
Include MS Database in Winforms Project using Intellilock
I have a Winforms project I want to distribute to others and I need to include the projects MS SQL Server database.
If I publish the project there is only an application file.
But I need to obfuscate the programs exe with Intellilock (which creates its own exe in a folder named Locked).
How can I include the database when I distribute the program?
Thanks
If I publish the project there is only an application file.
But I need to obfuscate the programs exe with Intellilock (which creates its own exe in a folder named Locked).
How can I include the database when I distribute the program?
Thanks
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
What version windows? It gets downloaded as part of windows updates. Or depending on version, user may have to go into programs and feature > turn on feature for certain options. (i.e. .net 3.5) just give them installation pre-requisite instructions
ASKER
I need a better way. I cannot ask the user to turn on a feature or download .net 4.5. Thanks again.
ASKER
Your comment reminded me I have InstallShield and it will install dot net.
My plans are to include the database mdf put it in the AppData / Roaming folder. So I gave you an "Assisted Solution."
My plans are to include the database mdf put it in the AppData / Roaming folder. So I gave you an "Assisted Solution."
ASKER
Thanks