Click here to Skip to main content
15,794,202 members
Home / Discussions / C#
   

C#

 
GeneralRe: File Permissions Pin
Jeff Mackie12-Jan-04 18:48
sussJeff Mackie12-Jan-04 18:48 
GeneralRe: File Permissions Pin
Heath Stewart13-Jan-04 3:57
protectorHeath Stewart13-Jan-04 3:57 
QuestionHow can I use the Cabinet.dll in c# Pin
aw1ay12-Jan-04 15:32
aw1ay12-Jan-04 15:32 
AnswerRe: How can I use the Cabinet.dll in c# Pin
Heath Stewart13-Jan-04 3:52
protectorHeath Stewart13-Jan-04 3:52 
GeneralRe: How can I use the Cabinet.dll in c# Pin
aw1ay13-Jan-04 16:52
aw1ay13-Jan-04 16:52 
GeneralRe: How can I use the Cabinet.dll in c# Pin
Heath Stewart14-Jan-04 4:22
protectorHeath Stewart14-Jan-04 4:22 
Generalpassing data to installer class Pin
econnor12-Jan-04 12:07
econnor12-Jan-04 12:07 
GeneralRe: passing data to installer class Pin
Heath Stewart13-Jan-04 3:45
protectorHeath Stewart13-Jan-04 3:45 
Add a secure public property (all capital letters and added to the semi-colon-delimited list of the SecureProperties property) to your installer project and use that public property (using the square brackets, [PROPERTY]) as the value for the param(s) of your Installer class. A user can then use msiexec.exe /i ... Package.msi /PROPERTY=Value. I use this for our installation and it works great. You should also consider giving this property a default value as well.

The only real problem is that the Windows Installer project for VS.NET is very lacking. You'll either need to use a real development environment like Wise for Windows Installer or the very expensive InstallShield DevStudio, or download the Windows Installer SDK from http://msdn.microsoft.com/platformsdk[^] and install the Orca.msi package to obtain Orca - perhaps one of the best tools for MSI developers and AD administrators! Just open your compiled MSI package in that and add the property to the Property table post-build. You can use that same property name in your Custom Action command line for your Installer class at design-time, though.

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralRe: passing data to installer class Pin
econnor13-Jan-04 4:58
econnor13-Jan-04 4:58 
GeneralRe: passing data to installer class Pin
econnor13-Jan-04 6:40
econnor13-Jan-04 6:40 
GeneralRe: passing data to installer class Pin
Heath Stewart13-Jan-04 6:43
protectorHeath Stewart13-Jan-04 6:43 
GeneralFlushFinalBlock problem in my cryptography Pin
Mazdak12-Jan-04 11:28
Mazdak12-Jan-04 11:28 
GeneralRe: FlushFinalBlock problem in my cryptography Pin
Heath Stewart12-Jan-04 11:37
protectorHeath Stewart12-Jan-04 11:37 
GeneralRe: FlushFinalBlock problem in my cryptography Pin
Mazdak12-Jan-04 23:36
Mazdak12-Jan-04 23:36 
GeneralRe: FlushFinalBlock problem in my cryptography Pin
Heath Stewart13-Jan-04 3:50
protectorHeath Stewart13-Jan-04 3:50 
GeneralRe: FlushFinalBlock problem in my cryptography Pin
Mazdak13-Jan-04 3:56
Mazdak13-Jan-04 3:56 
GeneralRe: FlushFinalBlock problem in my cryptography Pin
Heath Stewart13-Jan-04 4:00
protectorHeath Stewart13-Jan-04 4:00 
GeneralRe: FlushFinalBlock problem in my cryptography Pin
Mazdak13-Jan-04 5:02
Mazdak13-Jan-04 5:02 
GeneralEntering Text on an Image Pin
JayTheK12-Jan-04 11:08
JayTheK12-Jan-04 11:08 
GeneralRe: Entering Text on an Image Pin
Niels Penneman12-Jan-04 11:14
Niels Penneman12-Jan-04 11:14 
GeneralObject property with different return types Pin
Articus12-Jan-04 8:13
Articus12-Jan-04 8:13 
GeneralRe: Object property with different return types Pin
leppie12-Jan-04 9:16
leppie12-Jan-04 9:16 
GeneralRe: Object property with different return types Pin
Articus12-Jan-04 23:41
Articus12-Jan-04 23:41 
GeneralRe: Object property with different return types Pin
leppie13-Jan-04 7:16
leppie13-Jan-04 7:16 
GeneralRefresh TreeView in Place Pin
webdudeIA12-Jan-04 6:24
webdudeIA12-Jan-04 6:24 

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.