Can someone please give me a complete step by step tutorial to build a portable application using NSIS. I know how to get all the program files and the registry entries which the program uses but want to know in detail how create and compile the NSIS script and create a launcher using the PortableApps.comLauncherGenerator.
I have searched a lot over the internet and also in these forums but none of the tutorials are satisfactory. I also didn't understand the content given in the development section of this website.
I want to make an application portable which stores multiple registry keys and also stores configuration file in Documents And Settings\{Username}\{AppName}\.
Strangely the registy keys it uses are not typical ones like HKLM\Software\{AppName}
but something like :-
HKLM\SOFTWARE\Microsoft\SystemCertificates\AuthRoot\Certificates\1A23B456...
and that too not just 1 key but many.
It also uses keys in the following locations:-
HKLM\SOFTWARE\Microsoft\WBEM\WDM\ and
HKLM\SOFTWARE\Microsoft\WBEM\WDM\DREDGE
I don't know whether to ignore them or to include them.
So as I have already told I basically want to know what to do after getting the program files and registry entries of a program.
Hope someone can help me out.
Thanks in advance.