Click here to Skip to main content
15,900,378 members
Home / Discussions / C#
   

C#

 
GeneralRe: Paint events on container controls Pin
Heath Stewart8-Apr-04 4:19
protectorHeath Stewart8-Apr-04 4:19 
Generaljust test Pin
kentou7-Apr-04 20:47
kentou7-Apr-04 20:47 
GeneralRe: just test Pin
Dave Kreskowiak8-Apr-04 2:52
mveDave Kreskowiak8-Apr-04 2:52 
GeneralConverting and Calling C++ DLL in C# Pin
Vini Deep7-Apr-04 19:23
Vini Deep7-Apr-04 19:23 
GeneralRe: Converting and Calling C++ DLL in C# Pin
Heath Stewart7-Apr-04 19:30
protectorHeath Stewart7-Apr-04 19:30 
GeneralComponent based Pin
sreejith ss nair7-Apr-04 18:38
sreejith ss nair7-Apr-04 18:38 
GeneralRe: Component based Pin
Heath Stewart7-Apr-04 19:12
protectorHeath Stewart7-Apr-04 19:12 
GeneralWindows Installer condtions problem Pin
lieperik7-Apr-04 17:49
lieperik7-Apr-04 17:49 
I got two questions about creating a package using c# & Windows Installer in Visual Studio .NET:

Question 1
I want to enable the user to choose during setup whether he wants to add a shortcut to the desktop or not. I did the following but it does't seem to work:

1. I added a two button RadioButtons dialog box to the Start section (User Interface) to enable the user can select whether he wants or does not want to add a shortcut to the desktop

2. I gave the ButtonProperty the name SELECTSCHORTCUT. If the selection is Yes, the value wil be 1 and if the selection is No the value will be 2

3. In the file File System menu I added a condition for the User's Desktop. The condition is SELECTSHORTCUT = "1"

Can someone tell me what I do wrong?

QUESTION 2

Scenario
1. I go to the User Interace editor and add a two button RadioButtons interface to the Start section (i.e. to enable the user to select whether he want to add a desktop shortcut during installation)

2. Now I want to add one more two buttons RadioButton dialog box to ask whether the user wants to use SQL server or MS Access database. The odd thing is that once I have used a dialog box, I don't seem to be able to add another similar type dialog box the installer. Somehow Visual Studio restricts using two times a RadioButtons Dialog during installation. Why is this and how can I resolve this? I really need to be able to have multple 2 button RadioButtons dialogs during installation

How is able to give an answer on the two problems raised above? Any help is greatly appreciated.


Lieperik
GeneralRe: Windows Installer condtions problem Pin
Heath Stewart7-Apr-04 18:16
protectorHeath Stewart7-Apr-04 18:16 
GeneralRe: Windows Installer condtions problem Pin
lieperik7-Apr-04 18:55
lieperik7-Apr-04 18:55 
GeneralRe: Windows Installer condtions problem Pin
Heath Stewart7-Apr-04 19:05
protectorHeath Stewart7-Apr-04 19:05 
GeneralRe: Windows Installer condtions problem Pin
lieperik7-Apr-04 19:19
lieperik7-Apr-04 19:19 
GeneralComboBox container Pin
DougW487-Apr-04 17:14
DougW487-Apr-04 17:14 
GeneralRe: ComboBox container Pin
Heath Stewart7-Apr-04 18:20
protectorHeath Stewart7-Apr-04 18:20 
GeneralRe: ComboBox container Pin
DougW487-Apr-04 18:42
DougW487-Apr-04 18:42 
Generalmap network drive Pin
Gardar G7-Apr-04 16:05
professionalGardar G7-Apr-04 16:05 
GeneralRe: map network drive Pin
Roman Rodov7-Apr-04 17:54
Roman Rodov7-Apr-04 17:54 
GeneralRe: map network drive Pin
Heath Stewart7-Apr-04 18:00
protectorHeath Stewart7-Apr-04 18:00 
GeneralRe: map network drive Pin
Gardar G8-Apr-04 15:37
professionalGardar G8-Apr-04 15:37 
GeneralRe: map network drive Pin
Heath Stewart7-Apr-04 18:06
protectorHeath Stewart7-Apr-04 18:06 
GeneralRe: map network drive Pin
Gardar G8-Apr-04 4:17
professionalGardar G8-Apr-04 4:17 
GeneralStrange question but I need some help. Pin
KevinMac7-Apr-04 15:34
KevinMac7-Apr-04 15:34 
GeneralRe: Strange question but I need some help. Pin
Heath Stewart7-Apr-04 17:57
protectorHeath Stewart7-Apr-04 17:57 
GeneralRe: Strange question but I need some help. Pin
Jeremy Kimball8-Apr-04 7:27
Jeremy Kimball8-Apr-04 7:27 
GeneralRe: Strange question but I need some help. Pin
Heath Stewart8-Apr-04 8:18
protectorHeath Stewart8-Apr-04 8:18 

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.