CodePlexProject Hosting for Open Source Software
I have an application WPF which I install with an installer created by Innosetup. Can I use that to update my application using NetSparkle or do I have to create an MSI using WIX? I noticed on the home page that exe's are still a future item, but parts of the source code references exe's.
Thanks,
Brian
Sorry should have read further... Looks like in the downloads area exe's are now supported.
"Feature: NetSparkle can install .exe files for wider installer support - Issue 15528"
Hopefully this means that my Innosetup installer can run.
From: ertw96 Sorry should have read further... Looks like in the downloads area exe's are now supported. "Feature: NetSparkle can install .exe files for wider installer support - Issue 15528" Hopefully this means that my Innosetup installer can run.
From: ertw96
Hello Dirk,
Your public key is embedded in vs project while Innosetup is a non-dotnet application. Does the DSA mechanism still working?
Thanks.
Anderis
I've got NetSparkle working with my Innosetup installer. The public key is in the VS Project and I just use the signtool to to generate a DSA for innosetup installer package and everything works as expected.
[$AUTHOR$] wrote: [$CONTENT$]