Issue with .NET script generation?

Started by Randem, May 20, 2011, 01:50:49 AM

Previous topic - Next topic

philippe

Aloha again,
 
Using the latest Innoscript (prior to 10.5.07 I just saw right now and which I did not download yet).
 
I am revisiting the .NET script creation and I seem to experience some issues:  
 
My prog is called CC2Xcal.
 
- When the script is generated, there is no mention of the exe name in the [Files] section
- [Icons] and [Run} sections: see below:
 
[Icons]
Name: {group}\CC2Xcal ; Filename : {app}\; WorkingDir: {app};                                  EXE name missing
Name: {group}{cm:UninstallProgram, CC2Xcal }; Filename: {uninstallexe};                 OK
Name: {commondesktop}\CC2Xcal ; Filename: {app}\cc2xcal.exe; Tasks: Desktopicon ; WorkingDir: {app};
 
[Run]
Filename: {app}\; Description: {cm:LaunchProgram, CC2Xcal }; Flags: nowait postinstall skipifsilent runascurrentuser; WorkingDir: {app}
 
Here again the name of the exe is missing
 
Am I doing anything wrong?
 
Also, how do I include a checkbox to add the DotNet install? (Tasks section of the Innosetup script)...DotNETInstall.tpl is defined in my templates but I can't seem to make this box display..
 
Has it tested that it's installed on my machine?
 
Thanks and mahalo
 
Uploading a zip with my exe, pjt and .vbproj files
 
Cheers
 
Philippe