display start menu folder
Hi,
I could not find the syntax for this on the forum:
How do I open a folder of the start menu and display it after the installation program has finished?
thnx...
Archive: display start menu folder
display start menu folder
Hi,
I could not find the syntax for this on the forum:
How do I open a folder of the start menu and display it after the installation program has finished?
thnx...
Function .onInstSuccess
ExecShell "open" "$SMPROGRAMS\MyProg"
FunctionEnd
Use ExecShell.
edit: kichik is too fast :D
Aight, thanks again, works like hell! Now my project is finito! (for this time!)