- Contrassegnare come Nuovo
- Preferito
- Iscriversi
- Disattiva notifiche
- Iscriversi a feed RSS
- Evidenziare
- Stampare
- Segnalare contenuto inappropriato
Is there any application within Visual Fortran for creating instalation procedures for new applications? I know them in VB and FoxPro, but I have been unable to find it in VF.
Otherwise, how do I create a direct access to an application within the Programs Menu. How about the direct access in the desk?
Otherwise, how do I create a direct access to an application within the Programs Menu. How about the direct access in the desk?
Link copiato
13 Risposte
- Contrassegnare come Nuovo
- Preferito
- Iscriversi
- Disattiva notifiche
- Iscriversi a feed RSS
- Evidenziare
- Stampare
- Segnalare contenuto inappropriato
No, CVF doesn't include a tool for creating installation packages. There are various commercial products for that, maybe some freeware or shareware tools. The Windows Installer API is also documented (though difficult to use directly.)
Steve
Steve
- Contrassegnare come Nuovo
- Preferito
- Iscriversi
- Disattiva notifiche
- Iscriversi a feed RSS
- Evidenziare
- Stampare
- Segnalare contenuto inappropriato
Thank you Steve.
OK, then it will be necessary to develop one. Does some one know where and how to place into the desktop a direct access for an executable?
Oscar
OK, then it will be necessary to develop one. Does some one know where and how to place into the desktop a direct access for an executable?
Oscar
- Contrassegnare come Nuovo
- Preferito
- Iscriversi
- Disattiva notifiche
- Iscriversi a feed RSS
- Evidenziare
- Stampare
- Segnalare contenuto inappropriato
What do you mean by "direct access" -- a shortcut?
- Contrassegnare come Nuovo
- Preferito
- Iscriversi
- Disattiva notifiche
- Iscriversi a feed RSS
- Evidenziare
- Stampare
- Segnalare contenuto inappropriato
You can down-load a FREE installation scripting package
from http://www.jrsoftware.org/. It is calle Inno Set-up.
It should satisfy all your needs.
from http://www.jrsoftware.org/. It is calle Inno Set-up.
It should satisfy all your needs.
- Contrassegnare come Nuovo
- Preferito
- Iscriversi
- Disattiva notifiche
- Iscriversi a feed RSS
- Evidenziare
- Stampare
- Segnalare contenuto inappropriato
Hello Jugoslav,
Yes, it would be necessary to offer the possibility of creating a shortcut to the desktop and also to create an entrance to the Start Menu Folder.
Thanks in advance
Oscar
Yes, it would be necessary to offer the possibility of creating a shortcut to the desktop and also to create an entrance to the Start Menu Folder.
Thanks in advance
Oscar
- Contrassegnare come Nuovo
- Preferito
- Iscriversi
- Disattiva notifiche
- Iscriversi a feed RSS
- Evidenziare
- Stampare
- Segnalare contenuto inappropriato
Hi tonyrichards,
I have downloaded your software. I believe it is what I need, I will study it.
Thank very much for your help and congratulations for the application.
Oscar
I have downloaded your software. I believe it is what I need, I will study it.
Thank very much for your help and congratulations for the application.
Oscar
- Contrassegnare come Nuovo
- Preferito
- Iscriversi
- Disattiva notifiche
- Iscriversi a feed RSS
- Evidenziare
- Stampare
- Segnalare contenuto inappropriato
I am glad if it satisfies your need. However, I can take no credit for the application, I just gave the web-page address. Please send your plaudits to the author at that address. Regards.
- Contrassegnare come Nuovo
- Preferito
- Iscriversi
- Disattiva notifiche
- Iscriversi a feed RSS
- Evidenziare
- Stampare
- Segnalare contenuto inappropriato
- Contrassegnare come Nuovo
- Preferito
- Iscriversi
- Disattiva notifiche
- Iscriversi a feed RSS
- Evidenziare
- Stampare
- Segnalare contenuto inappropriato
Thanks, people.
Jugoslav, the first link leads to a 404 error. I would like to watch the example for shorcuts. Do you have a newer link or may be a copy?
Thank you again.
Oscar
Jugoslav, the first link leads to a 404 error. I would like to watch the example for shorcuts. Do you have a newer link or may be a copy?
Thank you again.
Oscar
- Contrassegnare come Nuovo
- Preferito
- Iscriversi
- Disattiva notifiche
- Iscriversi a feed RSS
- Evidenziare
- Stampare
- Segnalare contenuto inappropriato
I fixed the link. Apparently you can't have a line break between the url= and the URL itself.
Steve
Steve
- Contrassegnare come Nuovo
- Preferito
- Iscriversi
- Disattiva notifiche
- Iscriversi a feed RSS
- Evidenziare
- Stampare
- Segnalare contenuto inappropriato
Oh God!
My poor old Fortran is unable of translating this C procedure to a CVF subroutine. I will try Inno application, although I can not see how to copy directories within Inno and copying by files would be a difficult task.
Thanks
Oscar
My poor old Fortran is unable of translating this C procedure to a CVF subroutine. I will try Inno application, although I can not see how to copy directories within Inno and copying by files would be a difficult task.
Thanks
Oscar
- Contrassegnare come Nuovo
- Preferito
- Iscriversi
- Disattiva notifiche
- Iscriversi a feed RSS
- Evidenziare
- Stampare
- Segnalare contenuto inappropriato
Steve, the problem was fixed, it is working OK.
It is important to download the last version of the software (Inno 3, version 3.03). The version 2.0.19 is not complete.
My application is working as desired.
Thank you people.
May be somebody (JD?)would like to do it in Fortran.
Oscar
It is important to download the last version of the software (Inno 3, version 3.03). The version 2.0.19 is not complete.
My application is working as desired.
Thank you people.
May be somebody (JD?)would like to do it in Fortran.
Oscar
- Contrassegnare come Nuovo
- Preferito
- Iscriversi
- Disattiva notifiche
- Iscriversi a feed RSS
- Evidenziare
- Stampare
- Segnalare contenuto inappropriato
Well, I don't feel like reinventing the wheel -- setups should be done by setup scripts. Period.
However, as for that C sample for creating the shortcut, it is supposed to be a piece of cake to use Module Wizard on Shell32.dll to generate interfaces for IShellLink -- but IShellLink is not on the list of interfaces. Can some COM/Module Wizard gurus shed some light?
Jugoslav
However, as for that C sample for creating the shortcut, it is supposed to be a piece of cake to use Module Wizard on Shell32.dll to generate interfaces for IShellLink -- but IShellLink is not on the list of interfaces. Can some COM/Module Wizard gurus shed some light?
Jugoslav

Rispondere
Opzioni discussione
- Iscriversi a feed RSS
- Contrassegnare la discussione come nuova
- Contrassegnare la discussione come letta
- Sposta questo Discussione per l'utente corrente
- Preferito
- Iscriversi
- Pagina in versione di stampa