Victor Charles
asked on
Help with executing an executable file (.exe) file during installation using VS 2010 Setup tool
Hi,
I included an singxml.exe as part of my Setup application to sign the xml files for security reasons, how do I execute signxml.exe during the installation of the application.
Thanks,
Victor
I included an singxml.exe as part of my Setup application to sign the xml files for security reasons, how do I execute signxml.exe during the installation of the application.
Thanks,
Victor
can't u do it once the installation has finished?
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
When the users run the setup I need to make sure they run signxml.exe and there is no guarantee they will run it after they install the application. Since i can not prevent them from editing the xml file, i need to sign the xml files to prevent the application from running if the xml files are modified.
I will take a look at the link.
Thanks,
V.
I will take a look at the link.
Thanks,
V.
ASKER
I can not follow the instructions from the link, it is in German, if possible can you please send me the english version.
Thanks.
Thanks.
There is an article translation ComboBox at the right part of the article...
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
Thank You. I will follow the instructions and get back to you.
ASKER
Thank You! I really appreciate your Help.