pdf file and exe
-
I have a helpfile.pdf in my project.whenever clickinh the help button it will popup in a seperate window.i have given like this:
private void LinkButton1_Click(object sender, System.EventArgs e) { Response.Write("<script>window.open('help/ Helpfile.pdf?a=new','','left=0,top=0,width=860px,height=600px,toolbar=0,scrollbars=1,status=1')</script>"); }
it is working fine, but when i am taking the msi(exe) of the project the help file is not coming..y this happening? Thanx in advance. -
I have a helpfile.pdf in my project.whenever clickinh the help button it will popup in a seperate window.i have given like this:
private void LinkButton1_Click(object sender, System.EventArgs e) { Response.Write("<script>window.open('help/ Helpfile.pdf?a=new','','left=0,top=0,width=860px,height=600px,toolbar=0,scrollbars=1,status=1')</script>"); }
it is working fine, but when i am taking the msi(exe) of the project the help file is not coming..y this happening? Thanx in advance.You need to add your PDF to your MSI ?
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
You need to add your PDF to your MSI ?
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
OK - I don't know the first thing about making an MSI in VS, I use advanced installer. If it's in your project, then there must be another step to tell it to put it in the msi.
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
OK - I don't know the first thing about making an MSI in VS, I use advanced installer. If it's in your project, then there must be another step to tell it to put it in the msi.
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
for creating set up in vs: go to solution explorer>solution >newproject > add >select documentation files,primary output,content files as project output > run project in release mode > build solution . ur msi is created in desired location. jus written,may hav usefull 4 sme others.
-
for creating set up in vs: go to solution explorer>solution >newproject > add >select documentation files,primary output,content files as project output > run project in release mode > build solution . ur msi is created in desired location. jus written,may hav usefull 4 sme others.
plz spk english!
Work @ Network integrated solutions | Flickr | A practical use of the MVC pattern