Installazione

martedì 13 novembre 2012 - 22.59
Tag Elenco Tags  VB.NET  |  .NET 3.5  |  Windows XP  |  Visual Studio 2008  |  SQL Server 2008  |  Office 2007  |  Office XP  |  Internet explorer 8.0  |  Chrome  |  Crystal Reports XI

Peppino Profilo | Junior Member

Ciao a tutti del Forum
Ho un piccolissimo problema (se lo è) da risolvere.
Per la creazione del pacchetto di installazione ho trovato una descrizione di esempio di installazione di applicazioni 'Windows Installer'. Creato testato funziona benissimo, l'unico problema e ripeto (se lo è), vorrei che durante l'installazione mi crea l'icona sul desktop con relativo collegamento ovviamente. Ho guardato nelle proprietà del progetto durante lo sviluppo ma non sono riuscito ad individuare niente a riguardo. Qualche tempo fa sembra di aver letto qualcosa nel Forum ma non ho trovato o non ho saputo trovare niente. Chiedo s'è possibile avere indicazione di cosa fare o dove trovarla. Non so se ho postato nella stanza giusta e chiedo scusa se ho sbagliato. Ringrazio anticipatamente come sempre per l'eventuale risposta.
Ciao, Peppino.

willy_80 Profilo | Senior Member

Ciao io le installazioni le ho sempre fatte con SIM (Smart Install Maker), questo programmino, semplicissimo da usare ha moltissime funzioni tipo copia file cartelle, crea link chiavi di registro e nel paccgetto di uninstall puoi sciegliere quali cose rimuovere o lasciare... Per me fichissimo.
Spero di esserti stato di aiuto.
Ciao

ridaria Profilo | Expert


Usi Visual studio 2008/2005?


Se sì, i passi descritti di seguito possono aiutarti:

il punto numero 5 è quello che ti interessa in particolare.

Here are the steps.
1.First open your windows application project.
2. Goto File> Add > New Project
3. Select Other Project Types > Setup Project.
Give the project a suitable name i.e., the name you require to be displayed in add remove programs.

Now a new setup project is added into your solution.

4. The File System Editor should have opened. if not then open it by using View > Editors > File System
5. Now you will have to add the project output to the application folder.
Right click on Application Folder > Add > Project Output.Select Primary output and click ok.

5. If you want to put a shortcut to the desktop or to the program menu then right click on the project output the click "create shortcut to...." . Drag this into the "User's Desktop" or to the "User's Program Menu"

6. Now we need to enter the user information.
Select the setup project and press F4 to open the properties window.
You will see many user definable properties like Author, manufacturer etc etc.. Just enter the details as per your wish. Togli gli asterischi da Manifacturer e Autor

7. Now if you want to bundle .NET framework with the setup then go to
Project > Properties. > prerequisits , Check .NET framework 2.0.
Select "Download prerequisits from the same location as my application. Click OK.

8. Once the above things are done you can just right click on the setup project and click Build or Rebuild. This will generate the nessary setup file for your project to be deployed.

ecc.....

CIAO

Riccardo D'Aria

Peppino Profilo | Junior Member

Ciao willy_80 grazie per la tempestiva risposta.
Ho scaricato da internet Smart Install Maker l'ho provato ed ottimo.
Grazie, Ciao Peppino.

Peppino Profilo | Junior Member

Ciao Riccardo grazie per la prontissima risposta.
Si uso Visual Studio 2008 ed è proprio quello che mi hai suggerito il punto che non avevo capito. Poi sono anche riuscito a trovare nel Forum quell'articolo che ricordavo di aver letto e che infatti dice la stessa cosa.
Grazie, ciao Peppino.
Partecipa anche tu! Registrati!
Hai bisogno di aiuto ?
Perchè non ti registri subito?

Dopo esserti registrato potrai chiedere
aiuto sul nostro Forum oppure aiutare gli altri

Consulta le Stanze disponibili.

Registrati ora !
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5