Click here to Skip to main content
15,924,038 members
Home / Discussions / C#
   

C#

 
GeneralRe: MSIL vs JAVA Bytecode vs Intel Assmebly Language Pin
Dave Kreskowiak11-Jul-04 7:16
mveDave Kreskowiak11-Jul-04 7:16 
Generalread address of I/o Pin
ahmed mohamed abdelhameed10-Jul-04 16:03
ahmed mohamed abdelhameed10-Jul-04 16:03 
GeneralTextbox input. Pin
Nick Z.10-Jul-04 13:48
Nick Z.10-Jul-04 13:48 
GeneralRe: Textbox input. Pin
Nick Parker10-Jul-04 18:52
protectorNick Parker10-Jul-04 18:52 
GeneralRe: Textbox input. Pin
Nick Z.10-Jul-04 19:09
Nick Z.10-Jul-04 19:09 
Generalconfig file in console app to store connection string help Pin
Anonymous10-Jul-04 13:19
Anonymous10-Jul-04 13:19 
GeneralRe: config file in console app to store connection string help Pin
Colin Angus Mackay10-Jul-04 16:14
Colin Angus Mackay10-Jul-04 16:14 
GeneralDelete some files after installation Pin
michalJ10-Jul-04 10:47
michalJ10-Jul-04 10:47 
Hello.
I've got the following problem:

I created a windows installer project that installs my application.
The application works with some files. I want to include some
example files with the installation package.

These files by no means are critical for the application itself.
They are included only to help application user to get aquaintanced
with the app.

The problem occurs when the example files are deleted after
installation: When user clicks on the shortcut to the application
(on his desktop) the application installer is started instead
of the application itself. The installation process restores
the "missing" files, and the applcation is allowed to start normally
afterwards. But this is greatly annoying (!), that every application
launch involves reinstallation (that lasts 2-3 min).

How to designate some files, that the installer should not care for them _afterwards_ installation process ??
I found "vital" property of file, but this (as documentation
confirms) specifies whether a file is vital or not, during installation (i.e. the installation fails if the file cannot be properly installed). I set this to false but in vain. Still deleting example files causes the problem.

I want a file to be deletable [i.e. not causing reinstallation]
Is it possible ?

Thank You
Michał

GeneralRe: Delete some files after installation Pin
mav.northwind11-Jul-04 5:20
mav.northwind11-Jul-04 5:20 
GeneralCountries and towns database Pin
machocr10-Jul-04 9:05
machocr10-Jul-04 9:05 
GeneralRe: Countries and towns database Pin
Colin Angus Mackay10-Jul-04 16:20
Colin Angus Mackay10-Jul-04 16:20 
GeneralWindows Services Pin
RFickling10-Jul-04 7:07
RFickling10-Jul-04 7:07 
GeneralRe: Windows Services Pin
Mike Dimmick10-Jul-04 8:35
Mike Dimmick10-Jul-04 8:35 
GeneralProblems converting my C++ code to C# Pin
DieFuSiON10-Jul-04 6:39
DieFuSiON10-Jul-04 6:39 
GeneralRe: Problems converting my C++ code to C# Pin
DieFuSiON10-Jul-04 6:40
DieFuSiON10-Jul-04 6:40 
GeneralRe: Problems converting my C++ code to C# Pin
Werdna10-Jul-04 11:12
Werdna10-Jul-04 11:12 
GeneralRe: Problems converting my C++ code to C# Pin
Nick Parker10-Jul-04 18:40
protectorNick Parker10-Jul-04 18:40 
GeneralRe: Problems converting my C++ code to C# Pin
DieFuSiON11-Jul-04 0:46
DieFuSiON11-Jul-04 0:46 
GeneralSerial Communication Problems... Pin
Randy2410-Jul-04 5:17
Randy2410-Jul-04 5:17 
GeneralRe: Serial Communication Problems... Pin
Mike Dimmick10-Jul-04 8:39
Mike Dimmick10-Jul-04 8:39 
GeneralRe: Serial Communication Problems... Pin
Randy2412-Jul-04 7:53
Randy2412-Jul-04 7:53 
Generalpinvoke and winmm.dll Pin
Oldmate10-Jul-04 4:35
Oldmate10-Jul-04 4:35 
Generallogin code Pin
Member 12278839-Jul-04 23:57
Member 12278839-Jul-04 23:57 
GeneralRe: login code Pin
Michael P Butler10-Jul-04 0:24
Michael P Butler10-Jul-04 0:24 
GeneralRe: login code Pin
Member 122788310-Jul-04 0:26
Member 122788310-Jul-04 0:26 

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.