Click here to Skip to main content
16,013,548 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Urgent - Cant Lock Application Pin
Dave Kreskowiak8-Jun-05 5:50
mveDave Kreskowiak8-Jun-05 5:50 
GeneralMapi controls Pin
smita_roy8-Jun-05 2:29
smita_roy8-Jun-05 2:29 
GeneralRe: Mapi controls Pin
Dave Kreskowiak8-Jun-05 5:39
mveDave Kreskowiak8-Jun-05 5:39 
Generalsp with temptables doesnt work in crystal reports Pin
7-Jun-05 23:40
suss7-Jun-05 23:40 
Generalremoving temporary files after setup Pin
7-Jun-05 23:27
suss7-Jun-05 23:27 
GeneralRe: removing temporary files after setup Pin
rwestgraham8-Jun-05 1:49
rwestgraham8-Jun-05 1:49 
GeneralRe: removing temporary files after setup Pin
Rizwan Bashir8-Jun-05 2:05
Rizwan Bashir8-Jun-05 2:05 
GeneralRe: removing temporary files after setup Pin
rwestgraham8-Jun-05 2:35
rwestgraham8-Jun-05 2:35 
In order of easiest to hardest, also in order of least elegant to most elegant solutions:

1) You can just leave them, a couple of image files are no big deal.

2) You can write a custom action to delete them at the end of the setup. See MSDN for creating custom actions. Test it to make sure it does not triggera reinstall. If it does you need to adjust the file attributes.

3) If you have Orca you can do a lot of things not supported by VS IDE. By manually editing the msi package, you can embed each image as a binary stream, and you can set the dialog properties to display the image in the particular dialog by loading it from the msi itself rather than fropm a disk. This is not exactly hard to do, but it is not trivial either.

Depends on how much effort you want to put into the problem.

Robert
GeneralRe: removing temporary files after setup Pin
Brian Van Beek8-Jun-05 4:15
Brian Van Beek8-Jun-05 4:15 
GeneralRe: removing temporary files after setup Pin
Rizwan Bashir8-Jun-05 22:32
Rizwan Bashir8-Jun-05 22:32 
GeneralRe: removing temporary files after setup Pin
rwestgraham9-Jun-05 0:08
rwestgraham9-Jun-05 0:08 
GeneralRe: removing temporary files after setup Pin
Rizwan Bashir9-Jun-05 1:56
Rizwan Bashir9-Jun-05 1:56 
GeneralTile View Control VB.Net Pin
LesPal7-Jun-05 20:47
LesPal7-Jun-05 20:47 
Questionhow convert an xml file to excel file by using VB6 Pin
YETER737-Jun-05 20:41
YETER737-Jun-05 20:41 
GeneralGet Form's running Pin
Blue_Skye7-Jun-05 19:05
Blue_Skye7-Jun-05 19:05 
GeneralRe: Get Form's running Pin
toxcct7-Jun-05 20:36
toxcct7-Jun-05 20:36 
GeneralRe: Get Form's running Pin
Blue_Skye7-Jun-05 23:13
Blue_Skye7-Jun-05 23:13 
GeneralRe: Get Form's running Pin
toxcct8-Jun-05 0:08
toxcct8-Jun-05 0:08 
GeneralVB6 Cancel Form_Unload Pin
GISmatt7-Jun-05 8:27
GISmatt7-Jun-05 8:27 
GeneralRe: VB6 Cancel Form_Unload Pin
H@is@here7-Jun-05 11:58
H@is@here7-Jun-05 11:58 
GeneralRe: VB6 Cancel Form_Unload Pin
GISmatt8-Jun-05 1:08
GISmatt8-Jun-05 1:08 
GeneralFlat file system Pin
peepys7-Jun-05 7:42
peepys7-Jun-05 7:42 
GeneralRe: Flat file system Pin
Dave Kreskowiak7-Jun-05 8:24
mveDave Kreskowiak7-Jun-05 8:24 
GeneralRe: Flat file system Pin
Christian Graus7-Jun-05 17:34
protectorChristian Graus7-Jun-05 17:34 
GeneralRe: Flat file system Pin
Robert Rohde7-Jun-05 19:40
Robert Rohde7-Jun-05 19:40 

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.