Click here to Skip to main content
15,896,063 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# and Excel 2000 Pin
73Zeppelin27-Dec-06 10:15
73Zeppelin27-Dec-06 10:15 
GeneralRe: C# and Excel 2000 Pin
73Zeppelin27-Dec-06 10:49
73Zeppelin27-Dec-06 10:49 
QuestionInstalling a C# application programmatically … Pin
Xaverian27-Dec-06 5:47
Xaverian27-Dec-06 5:47 
AnswerRe: Installing a C# application programmatically … Pin
Nader Elshehabi27-Dec-06 6:50
Nader Elshehabi27-Dec-06 6:50 
GeneralRe: Installing a C# application programmatically … Pin
Xaverian27-Dec-06 6:52
Xaverian27-Dec-06 6:52 
GeneralRe: Installing a C# application programmatically … Pin
Nader Elshehabi27-Dec-06 7:11
Nader Elshehabi27-Dec-06 7:11 
GeneralRe: Installing a C# application programmatically … Pin
Xaverian27-Dec-06 7:34
Xaverian27-Dec-06 7:34 
GeneralRe: Installing a C# application programmatically … Pin
Nader Elshehabi27-Dec-06 7:59
Nader Elshehabi27-Dec-06 7:59 
The last step didn't work because you crated the new project in a new solutionD'Oh! | :doh: . In the new project dialog you should have chosen "Add to solution" in the ComboBox to the bottom of the dialog box.

About installing your Screensaver, follow these steps in your new setup project -in a new solution like you did-:
1- Open "My Computer" => Go to your Screensaver's output folder => Copy the exe to your new setup project's folder and rename it to "MyFile.scr" instead of "MyFile.exe"
2- Back to Visual Studio => Right click on the setup project's name => View => File system
3- Right click on "File system on target machine" => Special Folder => Windows folder.
4- Right click on the new folder => Add => File => Browse to your scr file.
5- Do the prerequisite as mentioned before.


This should do it, but you got to read more about setup and deployment. I always suggest searching the articles. I hope it works for you this time.


RegardsRose | [Rose]

GeneralRe: Installing a C# application programmatically … Pin
Xaverian27-Dec-06 8:21
Xaverian27-Dec-06 8:21 
GeneralRe: Installing a C# application programmatically Pin
Nader Elshehabi27-Dec-06 8:27
Nader Elshehabi27-Dec-06 8:27 
GeneralRe: Installing a C# application programmatically Pin
Xaverian27-Dec-06 8:42
Xaverian27-Dec-06 8:42 
GeneralRe: Installing a C# application programmatically Pin
Nader Elshehabi27-Dec-06 9:10
Nader Elshehabi27-Dec-06 9:10 
GeneralRe: Installing a C# application programmatically Pin
Xaverian27-Dec-06 9:39
Xaverian27-Dec-06 9:39 
GeneralRe: Installing a C# application programmatically Pin
Nader Elshehabi27-Dec-06 9:46
Nader Elshehabi27-Dec-06 9:46 
GeneralRe: Installing a C# application programmatically Pin
Xaverian27-Dec-06 11:53
Xaverian27-Dec-06 11:53 
GeneralRe: Installing a C# application programmatically Pin
Nader Elshehabi27-Dec-06 20:13
Nader Elshehabi27-Dec-06 20:13 
GeneralRe: Installing a C# application programmatically Pin
Xaverian28-Dec-06 3:57
Xaverian28-Dec-06 3:57 
QuestionExporting DataGrid to Excel Pin
pssuresh27-Dec-06 3:50
pssuresh27-Dec-06 3:50 
AnswerRe: Exporting DataGrid to Excel Pin
Nader Elshehabi27-Dec-06 6:47
Nader Elshehabi27-Dec-06 6:47 
AnswerRe: Exporting DataGrid to Excel Pin
ednrgc28-Dec-06 6:30
ednrgc28-Dec-06 6:30 
QuestionopenFileDialog problem Pin
CodeItWell27-Dec-06 3:32
CodeItWell27-Dec-06 3:32 
AnswerRe: openFileDialog problem Pin
Paul Lyons27-Dec-06 3:58
Paul Lyons27-Dec-06 3:58 
AnswerRe: openFileDialog problem Pin
gnadeem27-Dec-06 4:00
gnadeem27-Dec-06 4:00 
GeneralRe: openFileDialog problem Pin
Dave Kreskowiak27-Dec-06 5:09
mveDave Kreskowiak27-Dec-06 5:09 
GeneralRe: openFileDialog problem Pin
gnadeem27-Dec-06 11:20
gnadeem27-Dec-06 11:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.